quote:
Ill try that soon, but im not to sure if that will work because I may have the same debian linux cd as you but I cannot install anything off it.
Shit...sorry man, I didn't read the first statement too cleary.
All you *SHOULD* have to do then is configure /etc/apt/sources.list. You're using Debian 3.0 Woody from
www.linuxiso.org? If so, just use my sources.list file:
#deb
http://http.us.debian.org/debian stable main contrib non-free
#deb
http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
#deb
http://security.debian.org stable/updates main contrib non-free
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-7 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-6 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-5 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-4 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-3 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-2 (20020718)]/ unstable contrib main non-US/contrib non-US/main
deb cdrom:[Debian GNU/Linux 3.0 r0 _Woody_ - Official i386 Binary-1 (20020718)]/ unstable contrib main non-US/contrib non-US/main
I commented out the first three, as those are net sources (you can fuck with those later, once you get a base install going.) Just edit /etc/apt/sources.list and put in all of those CD-Rom entries. Then do apt-get update, so apt can build its database list.
Once that is completed (it will probably have to scan all of your CDs), you can then do an apt-get install KDE2 or apt-get install afterstep, or whatever desktop environment you want to use. Even if X isn't installed, I believe apt will solve any dependency problems (correct me if I am wrong, anyone...) That is part of the beauty of Debian. The packaging system crushes anything else out there.
When you run apt-get install, it will just ask you for the respective cd. Just put it in, hit enter, and you should be rolling. If it installs X, which I think it should, then you have to configure X as listed above.
[ December 01, 2002: Message edited by: LorKorub / BOB ]