Difference between revisions of "KDE Packages"
m (package missing) |
(update for 4.3.1) |
||
Line 83: | Line 83: | ||
* kdebase-kdepasswd | * kdebase-kdepasswd | ||
* kdebase-kdialog | * kdebase-kdialog | ||
− | |||
* kdebase-kfind | * kdebase-kfind | ||
* kdebase-kinfocenter | * kdebase-kinfocenter | ||
Line 89: | Line 88: | ||
* kdebase-konsole | * kdebase-konsole | ||
* kdebase-kwrite | * kdebase-kwrite | ||
− | |||
* kdebase-plasma | * kdebase-plasma | ||
− | |||
|Essential apps needed to complement a desktop shell for basic functionality (web browser, file manager, ...) | |Essential apps needed to complement a desktop shell for basic functionality (web browser, file manager, ...) | ||
|- | |- | ||
Line 97: | Line 94: | ||
|kde-meta-kdebindings | |kde-meta-kdebindings | ||
| | | | ||
+ | * kdebindings-csharp | ||
* kdebindings-python | * kdebindings-python | ||
+ | * kdebindings-ruby | ||
* kdebindings-smoke | * kdebindings-smoke | ||
|Bindings to programming languages | |Bindings to programming languages | ||
Line 172: | Line 171: | ||
* kdegraphics-kolourpaint | * kdegraphics-kolourpaint | ||
* kdegraphics-kruler | * kdegraphics-kruler | ||
− | |||
* kdegraphics-ksnapshot | * kdegraphics-ksnapshot | ||
* kdegraphics-okular | * kdegraphics-okular | ||
− | |||
− | |||
− | |||
|Graphics viewing and editing | |Graphics viewing and editing | ||
|- | |- | ||
Line 213: | Line 208: | ||
* kdepim-kleopatra | * kdepim-kleopatra | ||
* kdepim-kmail | * kdepim-kmail | ||
− | |||
* kdepim-knode | * kdepim-knode | ||
* kdepim-knotes | * kdepim-knotes | ||
* kdepim-kontact | * kdepim-kontact | ||
− | |||
* kdepim-korganizer | * kdepim-korganizer | ||
* kdepim-kpilot | * kdepim-kpilot | ||
* kdepim-kresources | * kdepim-kresources | ||
− | |||
* kdepim-ktimetracker | * kdepim-ktimetracker | ||
− | |||
− | |||
* kdepim-wizards | * kdepim-wizards | ||
|Groupware | |Groupware |
Revision as of 18:57, 1 September 2009
Template:I18n links start Template:I18n entry Template:I18n entry Template:I18n links end
With KDE 4.3 separate packages for each application are provided. This article describes the concept about groups and meta packages.
Naming
- module: KDE's source code is organized into several categories called modules. The project releases one source archive per module. See http://techbase.kde.org/Projects/Release_Team#Coordinator_List
- group: Packages can be put into a package group. Pacman is able to select packages by groups on install or uninstall. This meta information does not imply any hard dependencies.
- meta package: An empty package which just connects several packages by using dependencies.
Package groups
There are groups for each KDE module. In addition to this there is the kde group which includes the whole KDE distribution and a group strigi-analyzer.
Using groups makes it easier to install and maintain a set of packages. There is no hard dependency between a group and its packages. That means there is no need to install all packages of a group for example. On the other hand pacman wont install any packages new to a certain group on its own.
Just type
pacman -S kdebase kdeutils ...
to install some groups or
pacman -S kde
to install all of them.
Meta packages
There are meta packages for each KDE module. Each of those replace and provide one of the previous packages that were used before KDE 4.3. This also ensures a smooth update to the new split packages.
In contrast to groups meta packages have a hard dependency to all its KDE modules. So, you cannot remove any sub packages without removing the meta package itself. If there are new modules available the use of meta packages ensures that pacman will install those automatically.
All meta packages are member of the kde-meta group and thus can be easily installed or removed.
You can remove or install meta packages at any time in order to use modular packages or emulate the previous monolithic set of packages.
To remove those groups use
pacman -R kde-meta
This wont remove any KDE packages but only the meta packages!
Overview
package group | meta package | packages | description |
kdeaccessibility | kde-meta-kdeaccessibility |
|
Accessibility applications |
kdeadmin | kde-meta-kdeadmin |
|
Tools for system administration |
kdeartwork | kde-meta-kdeartwork |
|
Additional icons, styles, etc. |
kdebase | kde-meta-kdebase |
|
Essential apps needed to complement a desktop shell for basic functionality (web browser, file manager, ...) |
kdebindings | kde-meta-kdebindings |
|
Bindings to programming languages |
kdeedu | kde-meta-kdeedu |
|
Applications with educational content |
kdegames | kde-meta-kdegames |
|
Entertainment |
kdegraphics | kde-meta-kdegraphics |
|
Graphics viewing and editing |
kdemultimedia | kde-meta-kdemultimedia |
|
Audio and video applications |
kdenetwork | kde-meta-kdenetwork |
|
Network-centric apps (IM, remote desktop, etc) |
kdepim | kde-meta-kdepim |
|
Groupware |
kdeplasma-addons | kde-meta-kdeplasma-addons |
|
Plasma applets |
kdesdk | kde-meta-kdesdk |
|
Tools for software development |
kdetoys | kde-meta-kdetoys |
|
Fun distractions |
kdeutils | kde-meta-kdeutils |
|
Miscellaneous utilities |
kdewebdev | kde-meta-kdewebdev |
|
Web development tool suite |