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?.

Everything Linux 1798 This topic was started by ,



data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
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

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic



data/avatar/default/avatar10.webp

2895 Posts
Location -
Joined 2002-08-30
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.


data/avatar/default/avatar05.webp

500 Posts
Location -
Joined 2004-04-06
OP
Okay. Thanks guys...