LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Debian KDE Install (https://www.linuxquestions.org/questions/linux-newbie-8/debian-kde-install-494064/)

andrewcrawford 10-20-2006 04:05 AM

Debian KDE Install
 
Hi there i am looking to install debian but i rather use the KDE interface but wheni installed debian i got gnome interface how do i installl debian with the kde interface

thanks

redgoblin 10-20-2006 07:17 AM

If you’ve already installed Debian and you want to add the full KDE environment, then open a console, change to root and type;

apt-get install kde

apt-get is Debian’s package manager. The install part tells apt to install a new package and the KDE part is the package you want to install. This will be the FULL KDE environment which comes with loads of extras. I often find it’s better to have a basic KDE setup and add new bits as I need them. For that do.

apt-get install kdebase

If you really have no interest in Gnome and would rather get rid of it you could also type

apt-get remove gnome

Similar to above, but this time the action is to remove a package and the package is Gnome.

Lastly, if you feel more happy with A GUI then with a command line, you might want to install KDE’s graphical package manager. Try

apt-get install kpackage

Now you can add an remove programs from within KDE.

If you're new to Debian then you might want to look at this thread;

http://www.linuxquestions.org/questi...d.php?t=224547

There's some good information and links in there.

Enjoy.


All times are GMT -5. The time now is 04:20 AM.