Jump to content
Compatible Support Forums
Sign in to follow this  
iamroot

getting X in Debian Sarge

Recommended Posts

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?

Share this post


Link to post

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.

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×