Tutorials/Install KDE software: Difference between revisions
No edit summary |
(Added info on openSUSE) |
||
Line 5: | Line 5: | ||
== Using Package Managers == | == Using Package Managers == | ||
=== | === openSUSE === | ||
You find openSUSE's package management tool in the <menuchoice>Computer</menuchoice> tab of the start menu. Open that and click on the <menuchoice>Software management</menuchoice> icon to start | |||
[[Image:Yast-package-management-1.png|center|500px|thumb|Searching for Kate; libkate1 is already installed, kate has been marked for installation.]] | |||
Use the search field to find the package that you wish to install; you can search on the package name or the package description, and you only need to enter part of the name. You will then be presented with a list of packages matching your search. Click the selection boxes for the packages to to be installed and then click <menuchoice>Accept</menuchoice>. See [http://en.opensuse.org/Package_management this page] for more on package management and openSUSE. | |||
Alternatively, you can use [[Special:myLanguage/KPackageKit|KPackageKit]] for installing software in openSUSE. | |||
=== Ubuntu === | === Ubuntu === | ||
Line 24: | Line 31: | ||
If you find that using a package manager is unbearably slow, you will want to use command-line installation. This is much faster, but the disadvantage is that you need to know the exact name of the package you want to install. Each system has helpful commands for searching, for instance, so try using the first word of install command below, with --help appended. As an example, <code>yum --help</code> will list the commands you can use for Fedora, but they are many and can be confusing at first. | If you find that using a package manager is unbearably slow, you will want to use command-line installation. This is much faster, but the disadvantage is that you need to know the exact name of the package you want to install. Each system has helpful commands for searching, for instance, so try using the first word of install command below, with --help appended. As an example, <code>yum --help</code> will list the commands you can use for Fedora, but they are many and can be confusing at first. | ||
=== | === openSUSE === | ||
With | With openSUSE you install software using ''zypper'' | ||
<code>yast -i kwrite</code> | for example to install [[Special:myLanguage/KWrite|KWrite]] you will [[Special:MyLanguage/Tutorials/Open_a_console|open a console]] and enter | ||
<code>zypper in kwrite</code>. In older installations of openSUSE, ''yast'' was used like this: <code>yast -i kwrite</code>. You can still use ''yast'' if you prefer. | |||
=== Ubuntu === | === Ubuntu === |
Revision as of 10:51, 10 August 2011
To install KDE software we recommend using the means of your distribution. Here is how you find your distribution's name.
like this
that is something that you need to type in, exactly as it appears there.
Using Package Managers
openSUSE
You find openSUSE's package management tool in the
tab of the start menu. Open that and click on the icon to startUse the search field to find the package that you wish to install; you can search on the package name or the package description, and you only need to enter part of the name. You will then be presented with a list of packages matching your search. Click the selection boxes for the packages to to be installed and then click this page for more on package management and openSUSE.
. SeeAlternatively, you can use KPackageKit for installing software in openSUSE.
Ubuntu
Fedora
yumex
will start the graphical package manager. When you start it, the first thing it will do is check to see whether you need any updates. Usually it is best to accept all the updates. If you click on Groups above the file list you will see it re-ordered, showing how a group of packages can be installed by a single click. Look for the cursor in the left panel, touching the arrow:
Clicking on the arrow-head rotates it,listing the package options for that group. This is where you can install the base KDE if it wasn't installed originally.
From the command line
If you find that using a package manager is unbearably slow, you will want to use command-line installation. This is much faster, but the disadvantage is that you need to know the exact name of the package you want to install. Each system has helpful commands for searching, for instance, so try using the first word of install command below, with --help appended. As an example, yum --help
will list the commands you can use for Fedora, but they are many and can be confusing at first.
openSUSE
With openSUSE you install software using zypper
for example to install KWrite you will open a console and enter
zypper in kwrite
. In older installations of openSUSE, yast was used like this: yast -i kwrite
. You can still use yast if you prefer.
Ubuntu
With Ubuntu Linux you install software using apt-get. For example to install KWrite you will open a console and enter
sudo apt-get install kwrite
Fedora
Fedora uses yum so to install KWrite you would open a console and type yum install kwrite