Method I
apt-get
--------------------
Debian and most Debian Based Systems including Ubuntu have a command line installer (Which the GUI installers also use) that can be executed from the terminal (xterm, konsole) so you can install apps from Repositorys without the GUI slowing you down. The command used in these systems is
apt-get
which will show you what commands ect you could put after it to run the program. The main use of this if you already know the name of the package would beapt-get install kde
Replacing kde with the package you wish to install
Just Like a GUI installer it will find and install all the applications it needs for the package you are installing
-------------------
Method II
aptitude
-------------------
apititude is CLI (Command Line Interface) program with a GUI that can be run from a terminal and contains the same list as a GUI based installer in Gnome or Kde which may become useful if you can't (or don't want to) start your X server but still want to be able to install from a list.
------------------
Comment on how to improve this biggrin
