Using KDE/Installing

< Using KDE

This page uses information from the KDE Website. Please read the information there too. kde.org

Installation the Easy Way

KDE comes in almost every version of Linux - the easiest way to install it is to select it as your desktop when you install Linux on your computer - you will normally be presented with a menu during installation where you can pick your desktop. Just pick KDE: easy! Some distros such as Kubuntu ship with KDE out of the box.

How to install KDE after that will depend on which Linux distribution you are using.

KDE Packages

KDE is big, so it is split into several packages, which are listed below. KDE requires the three packages kdelibs, kdebase and aRts; and the rest are optional. However, you'll probably want most or all of these other packages because they contain useful applications. In fact, I recommend you install all of them.

kdelibs required KDE
kdebase required KDE
kdebase-runtime required KDE
kdebase-workplace required plasma, kwin
kdeplasma-addons Additional widgets for plasma
phonon required sound system
kdeutils strongly recommended calculator, editors, ark (for zip, tar.gz etc)
kdeartwork recommended extra wallpaper, icons, sounds
kdegames required ;-) games - snake, tron, mini-golf and many more
kdegraphics previewer for .ps and .dvi files; extra drawing programs
kdemultimedia CD player, mixer, MIDI player
kdenetwork Instant messenger, KGet downloader, Samba configuration tools
kdepim Email program (KMail), Mail Reader, Personal Information Tools
kdepimlibs libraries for kdepim
kdeadmin recommended Administration programs
kdeedu optional Educational and entertaining for younger users
kdeaccessibility optional magnifier, mouse tool, speech synthesiser
kdetoys optional Toys: eyes, egg timer
kdebindings programming additional bindings for java, perl, etc
kdewebdev programming Web development tools
kdesdk programming, recommended Software development kit

Installation

If it is not included by default with your distro, your distro's package system may have KDE available in their repository. Check your distribution's documentation if in doubt.

Installing KDE on Debian and Ubuntu

KDE can be installed in Debian and Ubuntu using apt-get. For Ubuntu, this will change Ubuntu into Kubuntu. Apt-get installs all the correct packages from the Internet or from your Debian CD - see the apt-get manual pages for details.

apt-get update
apt-get install kde kdm
apt-get install kubuntu-desktop
Note: pay attention to any packages that are marked for removal before you continue. If you want to check, use the --dry-run option with this command.

Avoiding apt-get

Installing KDE Using .RPM Files

If you use a version of Linux which uses .rpm to install programs, you can install KDM using rpm files.

rpm -ivh *.rpm

Installation from the Source Code

This type of installation is fairly tricky. You will need the correct version of Qt and some other libraries installed before you start. See the KDE website for details.

The Konstruct tool simplifies this by doing many of the tasks, such as downloading and properly extracting packages, configuring and building them.

Starting KDE

If you are on a desktop or have xserver running already, quit it. To start KDE, type

xinit /usr/bin/startkde

which will start kde on a new xserver. If this doesn't work, try

startx

To start KDE each time (you probably want this) you'll need to edit your startup files. If you use KDM or XDM to log in, edit .xsession, otherwise edit .xinitrc or .Xclients.

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.