LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   Installing more packages etc (from DVD) (https://www.linuxquestions.org/questions/debian-26/installing-more-packages-etc-from-dvd-340190/)

degras 07-05-2005 08:24 AM

Installing more packages etc (from DVD)
 
I have installed Debian on my machine from a DVD, bare minimum system I think. I can log in, but no x windows. How do I install more from the DVD?

m_yates 07-05-2005 08:31 AM

Try
Code:

apt-cdrom add
as root. It should prompt you to insert the DVD and add it to the sources.list file. Then,
Code:

apt-get update
apt-get install kde

Instead of KDE, you can pick what you like: fluxbox, gnome, etc. It will install x-windows too as dependencies. Make sure you also install a login manager (kdm, gdm, or xdm) as well.


All times are GMT -5. The time now is 07:53 PM.