yum

yum wird verwendet um Software Pakete zu (de)installieren. Hier sind ein paar Beispiele. yum kann sehr viel, deshalb lohnt sich (wie immer) ein Blick in die Manpage:

[root@xs35 ~]# man yum
yum(8) yum(8)

NAME
yum - Yellowdog Updater Modified

SYNOPSIS
yum [options] [command] [package ...]

DESCRIPTION
yum is an interactive, rpm based, package manager. It can automatically perform system updates, including dependency analysis and obsolete pro‐
cessing based on "repository" metadata. It can also perform installation of new packages, removal of old packages and perform queries on the
installed and/or available packages among many other commands/services (see below). yum is similar to other high level package managers like
apt-get and smart.

:
:
:

Konfiguration

Im Verzeichnis /etc/yum.repos.d/ gibt es .repo Dateien, in denen definiert ist wo yum sich die Software herholen soll. Nicht in allen Repositories ist jede Software vorhanden. Deshalb können auch mehrere .repo Dateien angelegt werden.

[joerg@xs35 ~]$ ls -l /etc/yum.repos.d/
total 20
-rw-r--r--. 1 root root 1144 Oct 15 2010 fedora.repo
-rw-r--r--. 1 root root 1105 Oct 15 2010 fedora-updates.repo
-rw-r--r--. 1 root root 1163 Oct 15 2010 fedora-updates-testing.repo
-rw-r--r--. 1 root root 1312 Apr 28 21:42 kde-redhat.repo
[joerg@xs35 ~]$

Beispiel für eine .repo Datei die Zugriff auf KDE Pakete gibt:
Diese Datei stammt aus einem Beitrag im Forum www.fedoraforum.de Beitragvon Speziman » So Dez 18 14:41:57 GMT 2005

[root@xs35 ~]# cat kde-redhat.repo
[kde-redhat-stable]
name=kde-redhat-stable
baseurl=ftp://ftp.tu-chemnitz.de/pub/linux/kde-redhat/fedora///stable/
enabled=1
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

[kde-redhat-stable-all]
name=kde-redhat-stable-all
baseurl=ftp://ftp.tu-chemnitz.de/pub/linux/kde-redhat/all/stable/
enabled=1
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

[kde-redhat-testing]
name=kde-redhat-testing
baseurl=ftp://ftp.tu-chemnitz/pub/linux/kde-redhat/fedora///testing/
enabled=0
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

[kde-redhat-testing-all]
name=kde-redhat-testing-all
baseurl=ftp://ftp.tu-chemnitz/pub/linux/kde-redhat/all/testing/
enabled=0
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

[kde-redhat-unstable]
name=kde-redhat-unstable
baseurl=ftp://ftp.tu-chemnitz/pub/linux/kde-redhat/fedora///unstable/
enabled=0
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

[kde-redhat-unstable-all]
name=kde-redhat-unstable-all
baseurl=ftp://ftp.tu-chemnitz/pub/linux/kde-redhat/all/unstable/
enabled=0
gpgcheck=1
gpgkey=http://kde-redhat.sourceforge.net/gpg-pubkey-ff6382fa-3e1ab2ca

 Software suchen

Mit yum search xxx kann man einfach suchen. Es werden dann alle Pakete angezeigt, wo der Suchbegriff vorkommt. Hier suchen wir mal nach der ksh shell;

[root@xs35 ~]# yum search ksh
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
======================================================================= Matched: ksh ========================================================================
kshutdown.i686 : KShutDown is an advanced shut down utility for KDE 3
mksh.i686 : MirBSD enhanced version of the Korn Shell
ksh.i686 : The Original ATT Korn Shell
bash.i686 : The GNU Bourne Again shell
chmsee.i686 : A Gtk+2 CHM document viewer
environment-modules.i686 : Provides dynamic modification of a user's environment
gfs-theokritos-fonts.noarch : GFS Theokritos decorative font
gnome-desktop-sharp.i686 : .NET language binding for mono
gnome-desktop-sharp-devel.i686 : Developing files for gnome-Desktop-sharp
gtk+extra.i686 : A library of gtk+ widgets
gtk-sharp2.i686 : GTK+ and GNOME bindings for Mono
gtk-sharp2-devel.i686 : Files needed for developing with gtk-sharp2
gtk-sharp2-doc.i686 : Gtk# documentation
gtk-sharp2-gapi.i686 : Glib and GObject C source parser and C generator for the creation and maintenance of managed bindings for Mono and .NET
kdegames.i686 : KDE Games
libtorrent.i686 : BitTorrent library with a focus on high performance & good code
libtorrent-devel.i686 : Libtorrent development environment
perl-Spreadsheet-WriteExcel.noarch : Write formatted text and numbers to a cross-platform Excel binary file
reinteract.noarch : Interactive Python shell
rtorrent.i686 : BitTorrent client based on libtorrent
yanone-tagesschrift-fonts.noarch : A serif decorative latin font
zsh.i686 : A powerful interactive shell
zsh-html.i686 : Zsh shell manual in html format
[root@xs35 ~]#
 
 

Das Paket heißt ksh.i686

Software auflisten

yum list zeigt alle verfügbaren Software Pakete an.

Details anzeigen

yum info xxx zeigt Details zu einem Paket an:

[root@xs35 ~]# yum info ksh.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Installed Packages
Name : ksh
Arch : i686
Version : 20110208
Release : 3.fc14
Size : 2.8 M
Repo : installed
From repo : updates
Summary : The Original ATT Korn Shell
URL : http://www.kornshell.com/
License : CPL
Description : KSH-93 is the most recent version of the KornShell by David Korn of
: AT&T Bell Laboratories.
: KornShell is a shell programming language, which is upward compatible
: with "sh" (the Bourne Shell).

[root@xs35 ~]#

Software installieren

Jetzt installieren wir das Paket ksh.i686 Hierzu wird einfach das Kommando yum install xxxx verwendet. yum lädt sich alle notwendigen Pakete runter und installiert die Pakete dann. Dabei werden auch Abhängigkeiten berücksichtigt und mit installiert, soweit es notwendig ist. Zur Sicherheit zeigt yum alle notwendigen Pakete an und fragt nach, ob diese Pakete installiert werden sollen. 

[root@xs35 ~]# yum install ksh.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ksh.i686 0:20110208-3.fc14 set to be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================
Installing:
ksh i686 20110208-3.fc14 updates 1.3 M

Transaction Summary
=============================================================================================================================================================
Install 1 Package(s)

Total download size: 1.3 M
Installed size: 2.8 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 1.3 M
ksh-20110208-3.fc14.i686.rpm | 1.3 MB 00:01
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : ksh-20110208-3.fc14.i686 1/1

Installed:
ksh.i686 0:20110208-3.fc14

Complete!
[root@xs35 ~]#

Versuchen wir die ksh mal zu starten:

[root@xs35 ~]# ksh
#
# exit
[root@xs35 ~]#

Funktioniert.

Installierte Software

Was ist denn alles installiert? yum zeigt mit yum list install alle installierten Pakete an. Es kann auch ein Paketname mitgegeben werden:

[joerg@xs35 ~]$ yum list installed ksh
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Installed Packages
ksh.i686 20110208-3.fc14 @updates
[joerg@xs35 ~]$

Sogar Wildcards können verwendet werden:

[joerg@xs35 ~]$ yum list installed "*wine*"
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Installed Packages
wine.i686 1.3.18-1.fc14 @updates
wine-capi.i686 1.3.18-1.fc14 @updates
wine-cms.i686 1.3.18-1.fc14 @updates
wine-common.noarch 1.3.18-1.fc14 @updates
wine-core.i686 1.3.18-1.fc14 @updates
wine-courier-fonts.noarch 1.3.18-1.fc14 @updates
wine-desktop.noarch 1.3.18-1.fc14 @updates
wine-fonts.noarch 1.3.18-1.fc14 @updates
wine-ldap.i686 1.3.18-1.fc14 @updates
wine-marlett-fonts.noarch 1.3.18-1.fc14 @updates
wine-ms-sans-serif-fonts.noarch 1.3.18-1.fc14 @updates
wine-openal.i686 1.3.18-1.fc14 @updates
wine-pulseaudio.i686 1.3.18-1.fc14 @updates
wine-small-fonts.noarch 1.3.18-1.fc14 @updates
wine-symbol-fonts.noarch 1.3.18-1.fc14 @updates
wine-system-fonts.noarch 1.3.18-1.fc14 @updates
wine-tahoma-fonts.noarch 1.3.18-1.fc14 @updates
wine-twain.i686 1.3.18-1.fc14 @updates
wine-wow.i686 1.3.18-1.fc14 @updates
[joerg@xs35 ~]$

Software deinstallieren

Genauso einfach kann Software auch wieder vom System entfernt werden:

[root@xs35 ~]# yum remove ksh.i686
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package ksh.i686 0:20110208-3.fc14 set to be erased
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================
 Package                          Arch                              Version                                      Repository                             Size
=============================================================================================================================================================
Removing:
 ksh                              i686                              20110208-3.fc14                              @updates                              2.8 M

Transaction Summary
=============================================================================================================================================================
Remove        1 Package(s)

Installed size: 2.8 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Erasing        : ksh-20110208-3.fc14.i686                                                                                                              1/1

Removed:
  ksh.i686 0:20110208-3.fc14                                                                                                                                

Complete!
[root@xs35 ~]#

Software Gruppen

Es werden auch mehrere Pakete als Gruppe definiert. Zum Beispiel der KDE Desktop besteht aus vielen Paketen, die gemeinsam als Gruppe installiert wersen können. Anzeigen der vorhandenen Gruppen:

[joerg@xs35 ~]$ yum grouplist
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Group Process
fedora/metalink | 31 kB 00:00
fedora | 4.3 kB 00:00
fedora/primary_db | 11 MB 00:16
kde-redhat-stable | 2.1 kB 00:00
kde-redhat-stable/primary_db | 9.1 kB 00:00
kde-redhat-stable-all | 1.9 kB 00:00
kde-redhat-stable-all/primary_db | 81 kB 00:00
updates/metalink | 26 kB 00:00
updates | 4.7 kB 00:00
updates/primary_db | 4.4 MB 00:06
fedora/group_gz | 407 kB 00:00
kde-redhat-stable/group | 4.6 kB 00:00
updates/group_gz | 418 kB 00:00
Installed Groups:
Administration Tools
Arabic Support
Armenian Support
Assamese Support
Authoring and Publishing
Base
Bengali Support
Bhutanese Support
Chinese Support
Development Libraries
Development Tools
Dial-up Networking Support
Editors
Ethiopic Support
Fonts
GNOME Desktop Environment
Games and Entertainment
Georgian Support
Graphical Internet
Graphics
Gujarati Support
Hardware Support
Hebrew Support
Hindi Support
Input Methods
Inuktitut Support
Japanese Support
Java
Kannada Support
Kashmiri Support
Khmer Support
Konkani Support
Korean Support
Lao Support
Legacy Fonts
Mail Server
Maithili Support
Malayalam Support
Marathi Support
Milkymist
Myanmar (Burmese) Support
Network Servers
Office/Productivity
Oriya Support
Printing Support
Punjabi Support
Russian Support
Sanskrit Support
Server Configuration Tools
Sindhi Support
Sinhala Support
System Tools
Tajik Support
Tamil Support
Telugu Support
Text-based Internet
Thai Support
Urdu Support
Venda Support
Web Server
X Software Development
X Window System
Available Groups:
Afrikaans Support
Albanian Support
Amazigh Support
Asturian Support
Azerbaijani Support
Basque Support
Belarusian Support
Books and Guides
Bosnian Support
Brazilian Portuguese Support
Breton Support
Bulgarian Support
Catalan Support
Chichewa Support
Clustering
Coptic Support
Croatian Support
Czech Support
DNS Name Server
Danish Support
Directory Server
Dogtag Certificate System
Dutch Support
Educational Software
Electronic Lab
Engineering and Scientific
English (UK) Support
Esperanto Support
Estonian Support
FTP Server
Faroese Support
Fedora Eclipse
Fedora Packager
Fijian Support
Filipino Support
Finnish Support
Font design and packaging
French Support
Frisian Support
Friulian Support
GNOME Software Development
Gaelic Support
Galician Support
German Support
Greek Support
Haskell
Hiligaynon Support
Hungarian Support
Icelandic Support
Indonesian Support
Interlingua Support
Irish Support
Italian Support
Java Development
KDE Software Compilation
KDE Software Development
Kashubian Support
Kazakh Support
Kinyarwanda Support
Kurdish Support
LXDE
Latin Support
Latvian Support
Legacy Network Server
Legacy Software Development
Lithuanian Support
Low Saxon Support
Luxembourgish Support
Macedonian Support
Malagasy Support
Malay Support
Maltese Support
Manx Support
Maori Support
MeeGo NetBook UX Environment
MinGW cross-compiler
Mongolian Support
MySQL Database
Nepali Support
News Server
Northern Sotho Support
Norwegian Support
OCaml
Occitan Support
OpenOffice.org Development
Perl Development
Persian Support
Polish Support
Portuguese Support
PostgreSQL Database
Romanian Support
Ruby
Samoan Support
Sardinian Support
Serbian Support
Slovak Support
Slovenian Support
Somali Support
Sound and Video
Southern Ndebele Support
Southern Sotho Support
Spanish Support
Sugar Desktop Environment
Swahili Support
Swati Support
Swedish Support
Tagalog Support
Tetum Support
Tibetan Support
Tonga Support
Tsonga Support
Tswana Support
Turkish Support
Turkmen Support
Ukrainian Support
Upper Sorbian Support
Uzbek Support
Vietnamese Support
Virtualization
Walloon Support
Web Development
Welsh Support
Window Managers
Windows File Server
XFCE
XFCE Software Development
Xhosa Support
Zulu Support
Done
[joerg@xs35 ~]$

Gruppen werden mit yum groupinstall installiert.

[root@xs35 ~]# yum groupinstall "KDE Software Compilation"

 Das zeigt jede Menge Pakete an, die installiert werden müssen, insgesamt 292 MB. Auch hier fragt yum wieder nach ob installiert werden soll.

Die Hochkomma können auch weggelassen werden. Statt groupinstall kann man auch

[root@xs35 ~]# yum install @"KDE Software Compilation"

schreiben. Die Kde Installation ist natürlich recht groß:

[root@xs35 ~]# yum groupinstall "KDE Software Compilation"
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Setting up Group Process
Package kdebase-runtime-4.6.2-1.fc14.i686 already installed and latest version
Package 6:kdelibs-4.6.2-1.fc14.i686 already installed and latest version
Package dejavu-serif-fonts-2.32-1.fc14.noarch already installed and latest version
Package kbluetooth is obsoleted by bluedevil, trying to install bluedevil-1.1-1.fc14.i686 instead
Package dejavu-sans-mono-fonts-2.32-1.fc14.noarch already installed and latest version
Package kdebase-workspace-python-applet is obsoleted by plasma-scriptengine-python, trying to install plasma-scriptengine-python-4.6.2-2.fc14.i686 instead
Package 6:kdebase-4.6.2-1.fc14.i686 already installed and latest version
Package phonon-backend-xine-4.4.4-3.fc14.i686 already installed and latest version
Package dejavu-sans-fonts-2.32-1.fc14.noarch already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package amarok.i686 0:2.4.0-1.fc14 set to be installed
--> Processing Dependency: amarok-libs(x86-32) = 2.4.0-1.fc14 for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: amarok-utils = 2.4.0-1.fc14 for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: libamarokpud.so.1 for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: libamarokcore.so.1 for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: qtscriptbindings(x86-32) for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: liblastfm.so.0 for package: amarok-2.4.0-1.fc14.i686
--> Processing Dependency: libmysqlclient.so.16 for package: amarok-2.4.0-1.fc14.i686

:
:
:
:

Dependencies Resolved

=============================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================
Installing:
amarok i686 2.4.0-1.fc14 updates 9.4 M
aspell-en i686 50:6.0-11.fc12 fedora 1.1 M
bluedevil i686 1.1-1.fc14 updates 355 k
cups-pk-helper i686 0.0.4-13.fc14 fedora 31 k
digikam i686 1.9.0-1.fc14 updates 9.1 M
hyphen-en noarch 2.5-2.fc14 fedora 46 k
ibus-qt i686 1.3.1-3.fc14 updates 133 k
kaffeine i686 1.1-1.fc14 fedora 431 k
kcm-gtk i686 0.5.3-7.fc14 updates 51 k
kcm_touchpad i686 0.3.1-6.fc14 updates 45 k
kde-plasma-networkmanagement i686 1:0.9-0.40.20110323.fc14 updates 205 k
kde-settings-pulseaudio noarch 4.5-11.fc14 updates 18 k
kdeaccessibility i686 1:4.6.2-1.fc14 updates 938 k
kdeartwork-screensavers i686 4.6.2-1.fc14 updates 648 k
kdebase-workspace i686 4.6.2-2.fc14 updates 9.7 M
kdegames i686 6:4.6.2-1.fc14 updates 36 M
kdegraphics i686 7:4.6.2-1.fc14 updates 4.4 M
kdemultimedia i686 6:4.6.2-1.fc14 updates 1.6 M
kdenetwork i686 7:4.6.2-1.fc14 updates 8.8 M
kdepim i686 7:4.4.10-2.fc14 updates 7.4 M
kdeplasma-addons i686 4.6.2-1.fc14 updates 2.3 M
kdeutils i686 6:4.6.2-1.fc14 updates 1.7 M
kdeutils-printer-applet i686 6:4.6.2-1.fc14 updates 65 k
kdm i686 4.6.2-2.fc14 updates 1.8 M
kipi-plugins i686 1.9.0-1.fc14 updates 5.4 M
konq-plugins i686 4.6.1-1.fc14 updates 1.1 M
konversation i686 1.3.1-2.fc14 updates 3.3 M
kpackagekit i686 0.6.3.3-1.fc14 updates 810 k
ksshaskpass i686 0.5.3-1.fc14 fedora 19 k
ktorrent i686 4.1.0-1.fc14 updates 2.6 M
phonon-backend-gstreamer i686 2:4.5.0-1.fc14 updates 113 k
plasma-scriptengine-python i686 4.6.2-2.fc14 updates 62 k
qtcurve-gtk2 i686 1.8.5-4.fc14 updates 198 k
qtcurve-kde4 i686 1.8.4-1.fc14 updates 538 k
scribus i686 1.3.9-1.fc14 updates 21 M
system-config-printer-kde i686 7:4.6.2-2.fc14 updates 98 k
xorg-x11-apps i686 7.4-14.fc14 fedora 291 k
xsettings-kde i686 0.12-3.fc14 updates 23 k
xterm i686 261-2.fc14 fedora 363 k
Installing for dependencies:
GeoIP i686 1.4.7-0.1.20090931cvs.fc12 fedora 488 k
ImageMagick i686 6.6.4.1-15.fc14 updates 1.7 M
PackageKit-gstreamer-plugin i686 0.6.12-2.fc14 updates 34 k
PackageKit-qt i686 0.6.12-2.fc14 updates 109 k
PyKDE4 i686 4.6.2-1.fc14 updates 3.5 M
PyQt4 i686 4.8.3-2.fc14 updates 2.2 M
akonadi i686 1.5.1-1.fc14 updates 720 k
alsa-plugins-pulseaudio i686 1.0.22-1.fc13 fedora 34 k
alsa-utils i686 1.0.23-3.fc14 fedora 962 k
amarok-libs i686 2.4.0-1.fc14 updates 3.1 M
amarok-utils i686 2.4.0-1.fc14 updates 111 k
aspell i686 12:0.60.6-12.fc14 fedora 630 k
atlas i686 3.8.3-18.fc14 fedora 2.4 M
chmlib i686 0.40-3.fc14 fedora 41 k
cln i686 1.3.1-1.fc13 fedora 526 k
dialog i686 1.1-11.20100428.fc14 fedora 202 k
digikam-libs i686 1.9.0-1.fc14 updates 1.9 M
djvulibre-libs i686 3.5.22-1.fc14 fedora 581 k
dotconf i686 1.3-2.fc14 updates 25 k
ebook-tools-libs i686 0.2.0-1.fc14 fedora 24 k
enblend i686 4.0-5.fc14 fedora 1.4 M
espeak i386 1.43-2.fc14 fedora 709 k
festival-freebsoft-utils noarch 0.10-1.fc14 fedora 35 k
flite i686 1.3-14.fc12 fedora 5.7 M
freeglut i686 2.6.0-5.fc14 fedora 166 k
gnugo i686 3.8-2.fc12 fedora 1.1 M
gpsd i686 2.95-2.fc14 fedora 248 k
hugin-base i686 2010.2.0-2.fc14 updates 5.7 M
hyphen i686 2.5-2.fc14 fedora 22 k
kde-plasma-networkmanagement-libs i686 1:0.9-0.40.20110323.fc14 updates 654 k
kde-settings-kdm noarch 4.5-11.fc14 updates 32 k
kdeaccessibility-libs i686 1:4.6.2-1.fc14 updates 49 k
kdeartwork-kxs i686 4.6.2-1.fc14 updates 59 k
kdebase-workspace-libs i686 4.6.2-2.fc14 updates 941 k
kdeedu-marble i686 4.6.2-1.fc14 updates 14 M
kdeedu-marble-libs i686 4.6.2-1.fc14 updates 1.3 M
kdegames-libs i686 6:4.6.2-1.fc14 updates 1.2 M
kdegames-minimal i686 6:4.6.2-1.fc14 updates 14 M
kdegraphics-libs i686 7:4.6.2-1.fc14 updates 1.0 M
kdemultimedia-libs i686 6:4.6.2-1.fc14 updates 332 k
kdenetwork-libs i686 7:4.6.2-1.fc14 updates 1.5 M
kdepim-libs i686 7:4.4.10-2.fc14 updates 6.0 M
kdepim-runtime i686 1:4.4.10-2.fc14 updates 1.1 M
kdepim-runtime-libs i686 1:4.4.10-2.fc14 updates 112 k
kdepimlibs-akonadi i686 4.6.2-1.fc14 updates 1.3 M
kdeplasma-addons-libs i686 4.6.2-1.fc14 updates 384 k
kdeutils-libs i686 6:4.6.2-1.fc14 updates 253 k
kdeutils-minimal i686 6:4.6.2-1.fc14 updates 1.9 M
kdeutils-minimal-libs i686 6:4.6.2-1.fc14 updates 70 k
kio_msits i686 7:4.6.2-1.fc14 updates 25 k
kio_sysinfo i686 20090930-1.fc13 fedora 358 k
kipi-plugins-libs i686 1.9.0-1.fc14 updates 73 k
ksysguardd i686 4.6.2-2.fc14 updates 88 k
ktorrent-libs i686 4.1.0-1.fc14 updates 157 k
laughlin-backgrounds-kde noarch 14.1.0-1.fc14 fedora 8.1 k
laughlin-kde-theme noarch 14.0.0-1.fc14 fedora 1.7 M
lensfun i686 0.2.5-3.fc14.1 updates 91 k
libbluedevil i686 1.8.1-1.fc14 updates 72 k
libdiscid i686 0.2.2-4.fc12 fedora 23 k
libdmtx i686 0.7.2-3.fc14 updates 62 k
libgadu i686 1.10.1-1.fc14 updates 76 k
libgle i686 3.1.0-4.fc13 fedora 43 k
libgpod i686 0.8.0-3.fc14 updates 284 k
libktorrent i686 1.1.0-1.fc14 updates 590 k
liblastfm i686 0.3.3-1.fc14.1 updates 149 k
liblqr-1 i686 0.4.1-1.fc12 fedora 45 k
libmp4v2 i686 1.5.0.1-10.fc12 fedora 202 k
libmsn i686 4.1-1.fc14 fedora 272 k
libmtp i686 1.0.3-7.fc14 updates 100 k
libmtp-hal i686 1.0.3-7.fc14 updates 17 k
libmusicbrainz i686 2.1.5-11.fc12 fedora 85 k
libmusicbrainz3 i686 3.0.3-2.fc14 updates 127 k
libotr i686 3.2.0-5.fc14 fedora 101 k
libpano13 i686 2.9.17-1.fc14 updates 228 k
libqalculate i686 0.9.7-2.fc13 fedora 799 k
libtidy i686 0.99.0-20.20091203.fc13 fedora 130 k
libtunepimp i686 0.5.3-17.fc14 fedora 235 k
libvncserver i386 0.9.7-4.fc14 fedora 153 k
libzip i686 0.9.3-2.fc13 fedora 39 k
loudmouth i686 1.4.3-7.fc13 fedora 75 k
lzo-minilzo i686 2.03-3.fc12 fedora 13 k
mysql i686 5.1.56-1.fc14 updates 909 k
mysql-embedded i686 5.1.56-1.fc14 updates 2.5 M
mysql-libs i686 5.1.56-1.fc14 updates 1.2 M
mysql-server i686 5.1.56-1.fc14 updates 8.3 M
nepomukcontroller i686 0.2-4.fc14 updates 16 k
opencv i686 2.1.0-6.fc14 updates 4.5 M
ortp i686 1:0.16.1-1.fc13 fedora 57 k
p7zip i686 9.13-1.fc14 fedora 639 k
p7zip-plugins i686 9.13-1.fc14 fedora 803 k
perl-DBD-MySQL i686 4.017-1.fc14 fedora 137 k
perl-DBI i686 1.613-1.fc14 fedora 775 k
perl-Image-ExifTool noarch 8.50-1.fc14 updates 2.2 M
perl-threads-shared i686 1.32-143.fc14 updates 51 k
pinentry-qt i686 0.8.1-3.fc14 updates 64 k
plotutils i686 2.5-7.fc12 fedora 1.0 M
podofo-libs i686 0.8.1-2.fc14 fedora 454 k
polkit-kde i686 0.99.0-2.fc14 updates 60 k
poppler-qt4 i686 0.14.5-1.fc14 updates 140 k
portaudio i686 19-9.fc12 fedora 76 k
pyserial noarch 2.5-1.fc14 updates 105 k
python-imaging i686 1.1.7-2.fc14 fedora 422 k
python-lockfile noarch 1:0.8-1.fc14 fedora 17 k
python-twisted-core i686 10.1.0-3.fc14 fedora 2.2 M
python-zope-interface i686 3.6.1-7.fc14 fedora 118 k
qca-ossl i686 2.0.0-0.10.beta3.fc14 fedora 105 k
qhull i686 2003.1-14.fc13 fedora 345 k
qimageblitz i686 0.0.6-1.fc14 fedora 56 k
qjson i686 0.7.1-2.fc14.1 fedora 66 k
qt-mysql i686 1:4.7.2-8.fc14 updates 65 k
qtscriptbindings i686 0.1.0-13.fc14 updates 3.9 M
qwt i686 5.2.1-1.fc14 fedora 277 k
rdesktop i686 1.6.0-10.fc14 updates 144 k
scribus-doc noarch 1.3.9-1.fc14 updates 12 M
sip i686 4.12.1-4.fc14 updates 109 k
sox i686 14.3.2-1.fc14 updates 379 k
spambayes noarch 1.1-0.2.a6.fc14 updates 598 k
speech-dispatcher i686 0.7.1-5.fc14 updates 320 k
system-config-printer-libs i686 1.2.7-2.fc14 updates 756 k
system-config-printer-udev i686 1.2.7-2.fc14 updates 72 k
taglib-extras i686 1.0.1-1.fc12 fedora 30 k
tix i686 1:8.4.3-5.fc13 fedora 250 k
tk i686 1:8.5.9-1.fc14 updates 1.4 M
tkinter i686 2.7-8.fc14.1 fedora 322 k
wxBase i686 2.8.11-3.fc14 updates 593 k
wxGTK i686 2.8.11-3.fc14 updates 3.0 M
wxGTK-gl i686 2.8.11-3.fc14 updates 31 k
xorg-x11-fonts-ISO8859-1-100dpi noarch 7.2-12.fc14 updates 1.1 M
xorg-x11-resutils i686 7.1-10.fc14 fedora 57 k
xscreensaver-base i686 1:5.12-14.fc14 updates 373 k
xscreensaver-extras i686 1:5.12-14.fc14 updates 1.4 M
xscreensaver-extras-base i686 1:5.12-14.fc14 updates 91 k
xscreensaver-gl-base i686 1:5.12-14.fc14 updates 42 k
xscreensaver-gl-extras i686 1:5.12-14.fc14 updates 2.0 M
Updating for dependencies:
PackageKit i686 0.6.12-2.fc14 updates 544 k
PackageKit-command-not-found i686 0.6.12-2.fc14 updates 44 k
PackageKit-device-rebind i686 0.6.12-2.fc14 updates 34 k
PackageKit-glib i686 0.6.12-2.fc14 updates 112 k
PackageKit-gtk-module i686 0.6.12-2.fc14 updates 33 k
PackageKit-yum i686 0.6.12-2.fc14 updates 99 k
gstreamer i686 0.10.31-1.fc14 updates 853 k
gstreamer-plugins-good i686 0.10.26-1.fc14 updates 1.3 M
gstreamer-tools i686 0.10.31-1.fc14 updates 24 k
perl i686 4:5.12.3-143.fc14 updates 11 M
perl-CPAN noarch 1.9402-143.fc14 updates 250 k
perl-Digest-SHA i686 1:5.47-143.fc14 updates 62 k
perl-ExtUtils-MakeMaker noarch 6.56-143.fc14 updates 292 k
perl-ExtUtils-ParseXS noarch 1:2.2206-143.fc14 updates 44 k
perl-Module-Pluggable noarch 1:3.90-143.fc14 updates 38 k
perl-Pod-Escapes noarch 1:1.04-143.fc14 updates 31 k
perl-Pod-Simple noarch 1:3.13-143.fc14 updates 211 k
perl-Test-Harness noarch 3.17-143.fc14 updates 243 k
perl-devel i686 4:5.12.3-143.fc14 updates 478 k
perl-libs i686 4:5.12.3-143.fc14 updates 613 k
pinentry i686 0.8.1-3.fc14 updates 68 k
pinentry-gtk i686 0.8.1-3.fc14 updates 44 k
tcl i686 1:8.5.9-1.fc14 updates 1.9 M

Transaction Summary
=============================================================================================================================================================
Install 173 Package(s)
Upgrade 23 Package(s)

Total download size: 294 M
Is this ok [y/N]:
 

Last update: 28. April 2011 23:34