(06-05-2009 04:58 AM)alecksievici Wrote: did you add the non-free repositories in /etc/apt/sources.list?
Code:
# stable
deb http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb http://security.debian.org/ lenny/updates main contrib non-free
i just installed a debian lenny test server yesterday and it worked just fine.
I see. I did not add the non-free repositories.
I did try to use stable but my etch did not like it:
Code:
#stable
-bash: stable: command not found
So I thought "this stable command maybe is not for etch? maybe it is for lenny?" and I just went ahead with the following step. Very smart huh?
OK, I have to add the non-free repositories.
SO, do you know what I can do to make the "stable" command work on my etch or, is there something I can use instead of "stable" that will work the same (much like apt-get works when aptitude is not available)?
Thanks again