First a command line cheat sheet:
- apt-get update
- Update the system's list of packages
- apt-cache show package-name
- Show what will be installed
- dpkg -S pathname
- Find out what package supplies pathname
- apt-get install package-name
- Install a package
sudo apt-get update
sudo apt-get install gnome-core \
gnome-themes-selected \
xserver-xorg \
x-window-system-core
You can now flip into X with "startx" and log out to return to the command line. If you'd also like the graphical login screen, add:
sudo apt-get install gdm
sudo /etc/init.d/gdm start
Graphical packages that you may wish to add are:
- gnome-system-tools
- User management
- update-manager
- Update packages
- synaptic
- Find and add packages
No comments:
Post a Comment