getting X in Debian Sarge
I've just got a Debian Sarge network install disc and successfully installed the disc. However, the install doesn't consist of X and any windows manager. Can anyone tell me the names of the X packages and GNOME or KDE so I can manually download and install them throught APT?.
I've just got a Debian Sarge network install disc and successfully installed the disc. However, the install doesn't consist of X and any windows manager. Can anyone tell me the names of the X packages and GNOME or KDE so I can manually download and install them throught APT?
Participate on our website and join the conversation
This topic is archived. New comments cannot be posted and votes cannot be cast.
Responses to this topic
Try the following;
apt-get update to update the apt database (assuming you have repositories already set-up)
For X, do;
apt-get install x-windows-system
Or, you should be able to do;
apt-get install kde or apt-get install kdelibs
This should get you started.
See this article to get some ideas.
Once the GUI is up, then do;
apt-get install synaptic
This will give you the Synaptic package manager, which should be easier to use.
apt-get update to update the apt database (assuming you have repositories already set-up)
For X, do;
apt-get install x-windows-system
Or, you should be able to do;
apt-get install kde or apt-get install kdelibs
This should get you started.
See this article to get some ideas.
Once the GUI is up, then do;
apt-get install synaptic
This will give you the Synaptic package manager, which should be easier to use.