Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

installing a GUI

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
FReNsJ

installing a GUI

#1 Post by FReNsJ »

I just downloaded debian sarge, netinstall.

Just installed it normal. But now I want to install Gnome; here's wat I Already did

apt-get install xdm (while trying to installe xfree86)
apt-get install gnome-core (while trying to install gnome)
apt-get install gdm (another step in the gnome process :))

now, when I boot it says my X is not installed yet. How the hell should I do it then? (I'd prefere an apt-get install *** commando :))

User avatar
Wolven
Posts: 56
Joined: 2004-11-03 14:23
Location: Norway

#2 Post by Wolven »

To install X the command is:

Code: Select all

apt-get install x-window-system
To install Gnome I think it's just:

Code: Select all

apt-get install gnome

FReNsJ

#3 Post by FReNsJ »

that could be so :)

but I want the system to be as clean as it could be, no games, no other software, just gnome :-) I read that's when you need gnome-core and gdm (gnome-core does not do gdm)

Post Reply