Results 1 to 8 of 8
Hey, I don't know if this is the right forum to post this but.. meh ill post it anyway.
I have just gotten damn small linux and installed it. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2005 #1Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
I cant get wine onto DSL
Hey, I don't know if this is the right forum to post this but.. meh ill post it anyway.
I have just gotten damn small linux and installed it. I want to use my windows programs on dsl but I dont know how to download wine to linux and use it etc. Please help.
Ty.
- 12-08-2005 #2
Open a terminal and try (as root):
Note, not all programs will work with wine.Code:apt-get update apt-get install wine
Also, are you still running DSL as a LiveCD or did you install it to disk? If you are still using it as a LiveCD, then I am not sure if the apt commands above will work.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 12-08-2005 #3Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
This is what happens when I type "su apt-get update":
Please helpCode:Unknown id: apt-get
Ty.
- 12-08-2005 #4
Try it like this,
Code:su - <your root password> apt-get update apt-get install wine
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-08-2005 #5Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
I dont know my root password. I didn't set one when I installed dsl.
- 12-08-2005 #6
Try using sudo, like this,
That might work.Code:sudo apt-get update sudo apt-get install wine
Is there no root password in DamnSmall, just like Ubuntu??Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 12-08-2005 #7Just Joined!
- Join Date
- Dec 2005
- Location
- Australia
- Posts
- 28
I still get the same error message when I try either of those:
I really couldn't tell you anything about dsl or ubuntu, because I really don't know much. I only got it yesterday (? maybe the day before) but I am reading a book call Practical Linux. Hopefully this will teach me some stuff.Code:sudo: apt-get: command not found
- 12-08-2005 #8Linux Enthusiast
- Join Date
- Feb 2005
- Location
- Luton, England, UK, Earth
- Posts
- 639
In the fluxbox menu there is an option to enable apt, do that, then the command will work. Also, look in the DSL repository ( MyDSL) and install GCC, DSL doesnt come with it as standard and it can be useful.


Reply With Quote
