Yumでパッケージ管理(CentOS 3)
CentOSはRedHatLinux互換OSなのでRPMでパッケージ管理をしている。 アップデート方法はOS標準のup2dateコマンドを使う方法とYumというパッケージ管理ツー ルが提供されている。
ここでは、アップデート時などの依存関係の処理にすぐれているYumを使用する。
# rpm --import http://mirror.centos.org/centos-3/RPM-GPG-KEY-CentOS-3Yumのデフォルトではアップデート時にCentOSのミラーサーバのいずれかを参照するよう に設定されているが、明示的に日本にあるミラーサーバである理研のサーバを参照する ように設定変更する。
/etc/yum.conf
[main]Yumの動作確認をかねてインストールされているパッケージの情報とリポジトリの情報を 取得できるか確認する。
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug
kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1
[base]
name=CentOS-$releasever - Base
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=http://ftp.riken.jp/Linux/caos/centos/$releasever/os/$basearch/
gpgcheck=1
#released updates
[update]
name=CentOS-$releasever - Updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
baseurl=http://ftp.riken.jp/Linux/caos/centos/$releasever/updates/$basearch/
gpgcheck=1
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
baseurl=http://ftp.riken.jp/Linux/caos/centos/$releasever/addons/$basearch/
gpgcheck=1
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=http://ftp.riken.jp/Linux/caos/centos/$releasever/extras/$basearch/
gpgcheck=1
#additional packages that extend functionality of existing packages
#[centosplus]
#name=CentOS-$releasever - Plus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
#gpgcheck=1
#packages in testing
#[testing]
#name=CentOS-$releasever - Testing
#baseurl=http://mirror.centos.org/centos/$releasever/testing/$basearch/
#gpgcheck=1
# yum list Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers cups-1-1.1.17-13.3.27.i38 100% |=========================| 19 kB 00:00 cpio-0-2.5-3e.3.i386.hdr 100% |=========================| 3.1 kB 00:00 cups-libs-1-1.1.17-13.3.2 100% |=========================| 5.9 kB 00:00 vim-minimal-1-6.3.046-0.3 100% |=========================| 2.4 kB 00:00 less-0-378-12.i386.hdr 100% |=========================| 3.7 kB 00:00 perl-2-5.8.0-89.10.i386.h 100% |=========================| 88 kB 00:00 vim-common-1-6.3.046-0.30 100% |=========================| 34 kB 00:00 python-0-2.2.3-6.1.i386.h 100% |=========================| 48 kB 00:00 libtiff-0-3.5.7-22.el3.i3 100% |=========================| 4.5 kB 00:00 emacs-0-21.3-4.1.centos.1 100% |=========================| 49 kB 00:00 mozilla-nspr-37-1.4.3-3.0 100% |=========================| 2.0 kB 00:00 perl-CPAN-2-1.61-89.10.i3 100% |=========================| 5.1 kB 00:00 rh-postgresql-server-0-7. 100% |=========================| 8.7 kB 00:00 squirrelmail-0-1.4.3a-9.E 100% |=========================| 27 kB 00:00 rh-postgresql-devel-0-7.3 100% |=========================| 16 kB 00:00 perl-DBI-0-1.32-9.i386.hd 100% |=========================| 4.5 kB 00:00 vim-enhanced-1-6.3.046-0. 100% |=========================| 2.8 kB 00:00 kdelibs-devel-6-3.1.3-6.9 100% |=========================| 133 kB 00:00 emacs-leim-0-21.3-4.1.cen 100% |=========================| 9.7 kB 00:00 kernel-hugemem-0-2.4.21-2 100% |=========================| 41 kB 00:00 mozilla-js-debugger-37-1. 100% |=========================| 1.9 kB 00:00 kernel-0-2.4.21-27.0.2.EL 100% |=========================| 43 kB 00:00 doxygen-doxywizard-1-1.3. 100% |=========================| 2.4 kB 00:00 krb5-devel-0-1.2.7-38.i38 100% |=========================| 12 kB 00:00 kernel-unsupported-0-2.4. 100% |=========================| 46 kB 00:00 mod_python-0-3.0.3-5.ent. 100% |=========================| 6.8 kB 00:00 tkinter-0-2.2.3-6.1.i386. 100% |=========================| 6.7 kB 00:00 kdebase-devel-6-3.1.3-5.8 100% |=========================| 15 kB 00:00 mozilla-devel-37-1.4.3-3. 100% |=========================| 98 kB 00:00 rh-postgresql-test-0-7.3. 100% |=========================| 16 kB 00:00 perl-DB_File-2-1.804-89.1 100% |=========================| 4.9 kB 00:00 kernel-unsupported-0-2.4. 100% |=========================| 46 kB 00:00 xemacs-info-0-21.4.13-8.e 100% |=========================| 19 kB 00:00 kernel-hugemem-unsupporte 100% |=========================| 49 kB 00:00 rh-postgresql-python-0-7. 100% |=========================| 5.3 kB 00:00 kernel-smp-unsupported-0- 100% |=========================| 46 kB 00:00 kernel-smp-0-2.4.21-27.0. 100% |=========================| 44 kB 00:00 rh-postgresql-0-7.3.9-2.i 100% |=========================| 29 kB 00:00 mozilla-dom-inspector-37- 100% |=========================| 2.5 kB 00:00 mozilla-nspr-devel-37-1.4 100% |=========================| 5.0 kB 00:00 xemacs-el-0-21.4.13-8.ent 100% |=========================| 76 kB 00:00 krb5-server-0-1.2.7-38.i3 100% |=========================| 11 kB 00:00 rh-postgresql-tcl-0-7.3.9 100% |=========================| 5.1 kB 00:00 kernel-BOOT-0-2.4.21-27.0 100% |=========================| 35 kB 00:00 rh-postgresql-jdbc-0-7.3. 100% |=========================| 4.7 kB 00:00 perl-CGI-2-2.81-89.10.i38 100% |=========================| 6.3 kB 00:00 enscript-0-1.6.1-24.4.i38 100% |=========================| 5.5 kB 00:00 mozilla-mail-37-1.4.3-3.0 100% |=========================| 4.1 kB 00:00 vim-X11-1-6.3.046-0.30E.3 100% |=========================| 3.0 kB 00:00 mozilla-nss-devel-37-1.4. 100% |=========================| 7.9 kB 00:00 mozilla-nss-37-1.4.3-3.0. 100% |=========================| 2.3 kB 00:00 python-devel-0-2.2.3-6.1. 100% |=========================| 18 kB 00:00 mozilla-37-1.4.3-3.0.7.ce 100% |=========================| 20 kB 00:00 ethereal-0-0.10.9-1.EL3.1 100% |=========================| 8.7 kB 00:00 caching-nameserver-0-7.2- 100% |=========================| 2.5 kB 00:00 mozilla-chat-37-1.4.3-3.0 100% |=========================| 1.9 kB 00:00 perl-suidperl-2-5.8.0-89. 100% |=========================| 4.7 kB 00:00 rh-postgresql-libs-0-7.3. 100% |=========================| 5.4 kB 00:00 ethereal-gnome-0-0.10.9-1 100% |=========================| 4.5 kB 00:00 squid-7-2.5.STABLE3-6.3E. 100% |=========================| 32 kB 00:00 mailman-3-2.1.5-24.rhel3. 100% |=========================| 67 kB 00:00 kernel-smp-unsupported-0- 100% |=========================| 46 kB 00:00 cups-devel-1-1.1.17-13.3. 100% |=========================| 6.1 kB 00:00 xpdf-1-2.02-9.5.i386.hdr 100% |=========================| 9.8 kB 00:00 emacs-el-0-21.3-4.1.cento 100% |=========================| 34 kB 00:00 libtiff-devel-0-3.5.7-22. 100% |=========================| 8.7 kB 00:00 kernel-source-0-2.4.21-27 100% |=========================| 415 kB 00:00 python-tools-0-2.2.3-6.1. 100% |=========================| 5.5 kB 00:00 xemacs-0-21.4.13-8.ent.1. 100% |=========================| 154 kB 00:00 rh-postgresql-pl-0-7.3.9- 100% |=========================| 5.3 kB 00:00 kernel-doc-0-2.4.21-27.0. 100% |=========================| 45 kB 00:00 kdebase-6-3.1.3-5.8.i386. 100% |=========================| 101 kB 00:00 kdelibs-6-3.1.3-6.9.i386. 100% |=========================| 105 kB 00:00 kernel-0-2.4.21-27.0.2.EL 100% |=========================| 43 kB 00:00 rh-postgresql-contrib-0-7 100% |=========================| 10 kB 00:00 python-docs-0-2.2.3-6.1.i 100% |=========================| 40 kB 00:00 kernel-smp-0-2.4.21-27.0. 100% |=========================| 44 kB 00:00 rh-postgresql-docs-0-7.3. 100% |=========================| 14 kB 00:00 kernel-unsupported-0-2.4. 100% |=========================| 46 kB 00:00 Name Arch Version Repo -------------------------------------------------------------------------------- 4Suite i386 0.11.1-14 base Canna i386 3.6-20 base Canna-devel i386 3.6-20 base Canna-libs i386 3.6-20 base ElectricFence i386 2.2.2-15 base FreeWnn i386 1.11-36.3 base FreeWnn-devel i386 1.11-36.3 base FreeWnn-libs i386 1.11-36.3 base GConf i386 1.0.9-12 addons GConf-devel i386 1.0.9-12 addons GConf2 i386 2.2.1-4 base GConf2-devel i386 2.2.1-4 base Glide3 i386 20010520-25 base Glide3-devel i386 20010520-25 base Gtk-Perl i386 0.7008-31 base ImageMagick i386 5.5.6-7 base ImageMagick-c++ i386 5.5.6-7 base ImageMagick-c++-devel i386 5.5.6-7 base ImageMagick-devel i386 5.5.6-7 base ImageMagick-perl i386 5.5.6-7 base MyODBC i386 2.50.39-12 base MySQL-python i386 0.9.1-6 base ORBit i386 1:0.5.17-10.4 base ORBit-devel i386 1:0.5.17-10.4 base ORBit2 i386 2.6.2-1 base ORBit2-devel i386 2.6.2-1 base Omni i386 0.7.2-4 base Omni-foomatic i386 0.7.2-4 base PyXML i386 0.7.1-9 base SDL i386 1.2.5-6 base SDL-devel i386 1.2.5-6 base VFlib2 i386 2.25.6-17 base VFlib2-VFjfm i386 2.25.6-17 addons VFlib2-conf-ja i386 2.25.6-17 addons VFlib2-devel i386 2.25.6-17 base Wnn6-SDK i386 1.0-25 base Wnn6-SDK-devel i386 1.0-25 base XFree86 i386 4.3.0-78.EL base XFree86-100dpi-fonts i386 4.3.0-78.EL base XFree86-75dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-14-100dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-14-75dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-15-100dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-15-75dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-2-100dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-2-75dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-9-100dpi-fonts i386 4.3.0-78.EL base XFree86-ISO8859-9-75dpi-fonts i386 4.3.0-78.EL base XFree86-Mesa-libGLU i386 4.3.0-78.EL base XFree86-Xnest i386 4.3.0-78.EL base XFree86-Xvfb i386 4.3.0-78.EL base XFree86-base-fonts i386 4.3.0-78.EL base XFree86-cyrillic-fonts i386 4.3.0-78.EL base XFree86-devel i386 4.3.0-78.EL base XFree86-doc i386 4.3.0-78.EL base XFree86-font-utils i386 4.3.0-78.EL base XFree86-sdk i386 4.3.0-78.EL base XFree86-syriac-fonts i386 4.3.0-78.EL base XFree86-tools i386 4.3.0-78.EL base XFree86-truetype-fonts i386 4.3.0-78.EL base XFree86-twm i386 4.3.0-78.EL base XFree86-xauth i386 4.3.0-78.EL base XFree86-xdm i386 4.3.0-78.EL base XFree86-xfs i386 4.3.0-78.EL base Xaw3d i386 1.5-18 base Xaw3d-devel i386 1.5-18 base a2ps i386 4.13b-28 base alchemist i386 1.0.27-1 base alchemist-devel i386 1.0.27-1 base am-utils i386 5:6.0.9-2 base amanda i386 2.4.4p1-0.3E base amanda-client i386 2.4.4p1-0.3E base amanda-devel i386 2.4.4p1-0.3E base amanda-server i386 2.4.4p1-0.3E base ami i386 1.2.2-3 base amtu i386 0.1-7RHEL base anaconda i386 9.1.4.1-1.centos.1 base anaconda-help noarch 9.1-3.centos.4 base anaconda-images noarch 9.1-3.centos.2 base anaconda-product noarch 3-4.centos.1 base anaconda-runtime i386 9.1.4.1-1.centos.1 base anacron i386 2.3-25.1.centos.0 base ant i386 1.5.2-23 base ant-devel i386 1.5.2-23 addons ant-libs i386 1.5.2-23 base apel noarch 10.4-3 addons apel-xemacs noarch 10.4-3 base arptables_jf i386 0.0.7-0.3E base arts i386 8:1.1.3-2.3 base arts-devel i386 8:1.1.3-2.3 base aspell-da i386 1.4.22-7 base aspell-de i386 0.1.1-17 base aspell-devel i386 2:0.33.7.1-25.3 base aspell-en-ca i386 2:0.33.7.1-25.3 base aspell-en-gb i386 2:0.33.7.1-25.3 base aspell-es i386 0.2-13 base aspell-fr i386 1:0.6-8 base aspell-it i386 0.1-16 base aspell-nl i386 0.1-17 base aspell-no i386 0.3-6 base aspell-pt i386 0.1-12 base aspell-pt_BR i386 2.4-12 base aspell-sv i386 1.3.8-4 base at-spi i386 1.1.9-1 base at-spi-devel i386 1.1.9-1 base atk i386 1.2.4-3.0 base atk-devel i386 1.2.4-3.0 base audiofile i386 1:0.2.3-7.1 base audiofile-devel i386 1:0.2.3-7.1 base aumix i386 2.8-6.EL base authconfig-gtk i386 4.3.7-1 base autoconf noarch 2.57-3 base autoconf213 noarch 2.13-6 base automake noarch 1.6.3-5 base automake14 noarch 1.4p6-6 base automake15 noarch 1.5-7 base autorun i386 3.10-1 base bcel i386 5.0-10 base bcel-devel i386 5.0-10 addons beecrypt-devel i386 3.0.1-0.20030630 base beecrypt-python i386 3.0.1-0.20030630 addons bg5ps i386 1.3.0-12 base bind i386 20:9.2.4-5_EL3 base bind-chroot i386 20:9.2.4-5_EL3 base bind-devel i386 20:9.2.4-5_EL3 base bison i386 1.875c-2.EL base bitmap-fonts noarch 0.3-2 base bitmap-fonts-cjk noarch 0.3-2 base blas i386 3.0-20 base blas-man i386 3.0-20 addons bogl i386 0.1.9-27 base bogl-bterm i386 0.1.9-27 base bogl-devel i386 0.1.9-27 base bonobo i386 1.0.22-6 addons bonobo-activation i386 2.2.2-1.1E base bonobo-activation-devel i386 2.2.2-1.1E base bonobo-devel i386 1.0.22-6 addons bootparamd i386 0.17-17 base booty i386 0.31.1-1 base bridge-utils i386 0.9.3-8 base bridge-utils-devel i386 0.9.3-8 addons brltty i386 3.2-2.1 base bug-buddy i386 1:2.2.106-1 base busybox i386 0.60.5-11.centos.0 base busybox-anaconda i386 0.60.5-11.centos.0 base byacc i386 1.9-25 base bzip2-devel i386 1.0.2-11 base caching-nameserver noarch 7.2-7 base cdda2wav i386 8:2.0-11 addons cdecl i386 2.5-27 base cdparanoia i386 alpha9.8-15 base cdparanoia-devel i386 alpha9.8-15 base cdparanoia-libs i386 alpha9.8-15 base cdrecord i386 8:2.01.0.a32-0.EL3.1 base cdrecord-devel i386 8:2.01.0.a32-0.EL3.1 base chkfontpath i386 1.9.10-1.RHEL base cipe i386 1.4.5-16 base ckermit i386 8.0.209-2 base commons-beanutils i386 1.6.1-10 base commons-beanutils-devel i386 1.6.1-10 addons commons-collections i386 2.1-9 base commons-collections-devel i386 2.1-9 addons commons-digester i386 1.4.1-10 base commons-digester-devel i386 1.4.1-10 addons commons-logging i386 1.0.2-12 base commons-logging-devel i386 1.0.2-12 addons commons-modeler i386 1.0-5 base commons-modeler-devel i386 1.0-5 addons compat-db i386 4.0.14-5.1 base compat-gcc i386 7.3-2.96.128 base compat-gcc-c++ i386 7.3-2.96.128 base compat-gcc-g77 i386 7.3-2.96.123 addons compat-gcc-java i386 7.3-2.96.123 addons compat-gcc-objc i386 7.3-2.96.123 addons compat-glibc i386 7.x-2.2.4.32.6 base compat-libgcj i386 7.3-2.96.123 addons compat-libgcj-devel i386 7.3-2.96.123 addons compat-libstdc++ i386 7.3-2.96.128 base compat-libstdc++-devel i386 7.3-2.96.128 base compat-pwdb i386 0.62-3 base compat-slang i386 1.4.5-5 base comps-extras noarch 9.0.4-1.centos.1 base control-center i386 1:2.2.0.1-13 base cpio i386 2.5-3e.3 update cpp i386 3.2.3-49 base cproto i386 4.6-16 base crash i386 3.8-3.centos.0 base crypto-utils i386 2.0-4 base ctags i386 5.4-2 base cup i386 v10k-10 base cup-devel i386 v10k-10 addons cups i386 1:1.1.17-13.3.27 update cups-devel i386 1:1.1.17-13.3.27 update cups-libs i386 1:1.1.17-13.3.27 update curl i386 7.10.6-4.2 base curl-devel i386 7.10.6-4.2 base cvs i386 1.11.2-25 base cyrus-sasl-devel i386 2.1.15-10 base db4-devel i386 4.1.25-8 base db4-java i386 4.1.25-8 base db4-utils i386 4.1.25-8 base dbskkd-cdb i386 1.01-18 base ddd i386 3.3.1-23 base dejagnu noarch 1:1.4.2-10 base desktop-backgrounds-basic noarch 2.0-14 base desktop-backgrounds-extra noarch 2.0-14 base desktop-file-utils i386 0.3-10 base desktop-printing i386 0.1.10-15.1 base dev86 i386 0.16.3-8 base dhcp i386 7:3.0.1-10_EL3 base dhcp-devel i386 7:3.0.1-10_EL3 base dialog i386 0.9b-20020814.6 base dietlibc i386 0.21-7 base diffstat i386 1.31-2 base distcache i386 0.4.2-9.3 base distcache-devel i386 0.4.2-9.3 base docbook-dtds noarch 1.0-17.2 base docbook-style-dsssl noarch 1.76-8 base docbook-style-xsl noarch 1.61.2-2 base docbook-utils noarch 0.6.13-5 base docbook-utils-pdf noarch 0.6.13-5 base doxygen i386 1:1.3.5-0.RHEL3.1 base doxygen-doxywizard i386 1:1.3.5-0.RHEL3.1 addons dtach i386 0.5-7 base dvd+rw-tools i386 5.3.4.2.4-1 base dvdrecord i386 0.1.2-12 base e2fsprogs-devel i386 1.32-15.1 base eel2 i386 2.2.4-3.E base eel2-devel i386 2.2.4-3.E base elfutils-devel i386 0.94-1 base elfutils-libelf-devel i386 0.94-1 base elinks i386 0.4.2-7 base emacs i386 21.3-4.1.centos.1 update emacs-el i386 21.3-4.1.centos.1 update emacs-leim i386 21.3-4.1.centos.1 update emacspeak i386 17.0-4 base enscript i386 1.6.1-24.4 update eog i386 2.2.2-1 base esound i386 1:0.2.28-6 base esound-devel i386 1:0.2.28-6 base ethereal i386 0.10.9-1.EL3.1 update ethereal-gnome i386 0.10.9-1.EL3.1 update evolution i386 1.4.5-9 base evolution-connector i386 1.4.7-5 base evolution-devel i386 1.4.5-9 base expat-devel i386 1.95.5-6 base expect i386 5.38.0-92.2 base expect-devel i386 5.38.0-92.2 base expectk i386 5.38.0-92 addons fam i386 2.6.8-15 base fam-devel i386 2.6.8-15 base festival i386 1.4.2-18 base festival-devel i386 1.4.2-18 addons fetchmail i386 6.2.0-3 base file-roller i386 2.2.3-6 base finger-server i386 0.17-18 base firstboot noarch 1.1.31-1.centos.1 base flex i386 2.5.4a-29 base fontconfig-devel i386 2.2.1-13 base fontilus i386 0.3-4 base fonts-ISO8859-2 noarch 1.0-11 base fonts-ISO8859-2-100dpi noarch 1.0-11 base fonts-ISO8859-2-75dpi noarch 1.0-11 base fonts-KOI8-R noarch 1.0-5 base fonts-KOI8-R-100dpi noarch 1.0-5 base fonts-KOI8-R-75dpi noarch 1.0-5 base fonts-hebrew noarch 0.80-2.0 base fonts-ja noarch 8.0-8 base foomatic i386 2.0.2-15.1.1 base freeradius i386 1.0.1-1.RHEL3 base freeradius-mysql i386 0.9.3-1 addons freeradius-postgresql i386 0.9.3-1 addons freeradius-unixODBC i386 0.9.3-1 addons freetype-demos i386 2.1.4-4.0 addons freetype-devel i386 2.1.4-4.0 base freetype-utils i386 2.1.4-4.0 addons gail i386 1.2.2-1 base gail-devel i386 1.2.2-1 base gaim i386 1:1.0.1-1.RHEL3 base gal i386 1:0.23-1 addons gal-devel i386 1:0.23-1 addons gcc i386 3.2.3-49 base gcc-c++ i386 3.2.3-49 base gcc-c++-ssa i386 3.5ssa-0.20030801.48 base gcc-g77 i386 3.2.3-49 base gcc-g77-ssa i386 3.5ssa-0.20030801.48 base gcc-gnat i386 3.2.3-49 base gcc-java i386 3.2.3-49 base gcc-java-ssa i386 3.5ssa-0.20030801.48 base gcc-objc i386 3.2.3-49 base gcc-objc-ssa i386 3.5ssa-0.20030801.48 base gcc-ssa i386 3.5ssa-0.20030801.48 base gconf-editor i386 0.5.0-1 base gd i386 1.8.4-12.3.1 base gd-devel i386 1.8.4-12.3.1 base gd-progs i386 1.8.4-12.3.1 addons gdb i386 6.1post-1.20040607.52 base gdbm-devel i386 1.8.0-20 base gdk-pixbuf i386 1:0.22.0-11.3.3 base gdk-pixbuf-devel i386 1:0.22.0-11.3.3 base gdk-pixbuf-gnome i386 1:0.22.0-11.3.3 base gdm i386 1:2.4.1.6-5 base gedit i386 1:2.2.2-1 base gftp i386 1:2.0.14-2 base ggv i386 2.0.1-4 base ghostscript i386 7.05-32.1.9 base ghostscript-devel i386 7.05-32.1.9 base ghostscript-fonts noarch 5.50-9 base gimp i386 1:1.2.3-20.1 base gimp-data-extras noarch 1.2.0-8 base gimp-devel i386 1:1.2.3-20.1 base gimp-perl i386 1:1.2.3-20.1 base gimp-print i386 4.2.4-5.1 base gimp-print-cups i386 4.2.4-5.1 base gimp-print-devel i386 4.2.4-5.1 base gimp-print-plugin i386 4.2.4-5.1 base gimp-print-utils i386 4.2.4-5.1 base glade2 i386 2.0.0-1 base glib-devel i386 1:1.2.10-11.1 base glib2-devel i386 2.2.3-2.0 base glibc i386 2.3.2-95.30 base glibc i586 2.3.2-95.30 base glibc-debug i386 2.3.2-95.30 addons glibc-devel i386 2.3.2-95.30 base glibc-headers i386 2.3.2-95.30 base glibc-kernheaders i386 2.4-8.34.1 base glibc-profile i386 2.3.2-95.30 base glibc-utils i386 2.3.2-95.30 base gmp-devel i386 4.1.2-5 base gnome-applets i386 1:2.2.2-2 base gnome-audio noarch 1.4.0-6 base gnome-audio-extra noarch 1.4.0-6 addons gnome-desktop i386 2.2.2-1.1E base gnome-desktop-devel i386 2.2.2-1.1E base gnome-games i386 1:2.2.1-1 base gnome-icon-theme noarch 1.0.5-1.E base gnome-libs i386 1:1.4.1.2.90-34.2 base gnome-libs-devel i386 1:1.4.1.2.90-34.2 base gnome-media i386 2.2.1.1-4 base gnome-mime-data i386 2.2.0-3 base gnome-panel i386 2.2.2.1-8 base gnome-pilot i386 2.0.10-1 base gnome-pilot-devel i386 2.0.10-1 base gnome-print i386 1:0.37-4 addons gnome-print-devel i386 1:0.37-4 addons gnome-python2 i386 1.99.14-5 base gnome-python2-applet i386 1.99.14-5 base gnome-python2-bonobo i386 1.99.14-5 base gnome-python2-canvas i386 1.99.14-5 base gnome-python2-gconf i386 1.99.14-5 addons gnome-python2-gnomevfs i386 1.99.14-5 addons gnome-python2-gtkhtml2 i386 1.99.14-5 base gnome-python2-nautilus i386 1.99.14-5 addons gnome-session i386 2.2.2-3 base gnome-spell i386 1.0.5-1 base gnome-system-monitor i386 2.0.5-2 base gnome-terminal i386 2.2.2-1 base gnome-themes i386 2.2-3.1 base gnome-user-docs noarch 2.0.1-3 base gnome-utils i386 1:2.2.3-1 base gnome-vfs i386 1.0.5-13 addons gnome-vfs-devel i386 1.0.5-13 addons gnome-vfs2 i386 2.2.5-2E.1 base gnome-vfs2-devel i386 2.2.5-2E.1 base gnome-vfs2-extras i386 0.99.10-3 base gnomemeeting i386 0.96.0-4 base gnuplot i386 3.7.3-2 base gperf i386 2.7.2-9 base gphoto2 i386 2.1.0-7.1 base gphoto2-devel i386 2.1.0-7.1 base gpm-devel i386 1.19.3-27.2 base groff-gxditview i386 1.18.1-27 addons groff-perl i386 1.18.1-27 addons gsl i386 1.1.1-5 base gsl-devel i386 1.1.1-5 addons gstreamer i386 0.6.0-5 base gstreamer-devel i386 0.6.0-5 base gstreamer-plugins i386 0.6.0-14 base gstreamer-plugins-devel i386 0.6.0-14 base gstreamer-tools i386 0.6.0-5 base gtk+ i386 1:1.2.10-31 base gtk+-devel i386 1:1.2.10-31 base gtk-doc noarch 1.1-3.0 base gtk-engines i386 1:0.12-2.0 base gtk2 i386 2.2.4-12 base gtk2-devel i386 2.2.4-12 base gtk2-engines i386 2.2.0-2 base gtkam i386 0.1.7-6 base gtkam-gimp i386 0.1.7-6 base gtkglarea i386 1.2.2-16 base gtkhtml i386 1.1.9-0.9 addons gtkhtml-devel i386 1.1.9-0.9 addons gtkhtml2 i386 2.2.0-6 base gtkhtml2-devel i386 2.2.0-6 base gtkhtml3 i386 3.0.9-7 base gtkhtml3-devel i386 3.0.9-7 base guile i386 5:1.6.4-8.30.1 base guile-devel i386 5:1.6.4-8.30.1 base h2ps i386 2.06-8 base hesiod-devel i386 3.0.2-28.1 base hpijs i386 1.3-32.1.9 base hpoj i386 0.90-14 base hpoj-devel i386 0.90-14 addons htdig i386 2:3.1.6-3 base htdig-web i386 2:3.1.6-3 addons httpd i386 2.0.46-44.ent.centos.2 base httpd-devel i386 2.0.46-44.ent.centos.2 base hwbrowser noarch 0.11-1 base hwcrypto i386 1.0-14 base im-sdk i386 20030118-6 base imap i386 1:2002d-9 base imap-devel i386 1:2002d-9 base imap-utils i386 1:2002d-9 base imlib i386 1:1.9.13-13.4 base imlib-cfgeditor i386 1:1.9.13-13.4 addons imlib-devel i386 1:1.9.13-13.4 base indent i386 2.2.9-2 base indexhtml noarch 1:3-1.centos.1 base inews i386 2.3.5-5 base inn i386 2.3.5-5 base inn-devel i386 2.3.5-5 addons intltool i386 0.26-1 base irb i386 1.6.8-9.EL3.3 addons isdn4k-utils-devel i386 3.1-76 addons isdn4k-utils-vboxgetty i386 3.1-76 addons itcl i386 3.2-92.2 base jadetex noarch 3.12-9 base jaf i386 20030319-1 base jakarta-regexp i386 1.2-12 base jakarta-regexp-devel i386 1.2-12 addons javamail i386 20031006-1 base jisksp14 noarch 0.1-11 base jisksp16-1990 noarch 0.1-11 base joe i386 2.9.8-5 base junit i386 3.8.1-1 base kappa20 noarch 0.3-12 base kde-i18n-Afrikaans noarch 1:3.1.3-1 base kde-i18n-Arabic noarch 1:3.1.3-1 addons kde-i18n-Brazil noarch 1:3.1.3-1 base kde-i18n-British noarch 1:3.1.3-1 base kde-i18n-Catalan noarch 1:3.1.3-1 base kde-i18n-Chinese noarch 1:3.1.3-1 base kde-i18n-Chinese-Big5 noarch 1:3.1.3-1 base kde-i18n-Czech noarch 1:3.1.3-1 base kde-i18n-Danish noarch 1:3.1.3-1 base kde-i18n-Dutch noarch 1:3.1.3-1 base kde-i18n-Estonian noarch 1:3.1.3-1 base kde-i18n-Finnish noarch 1:3.1.3-1 base kde-i18n-French noarch 1:3.1.3-1 base kde-i18n-German noarch 1:3.1.3-1 base kde-i18n-Greek noarch 1:3.1.3-1 base kde-i18n-Hebrew noarch 1:3.1.3-1 base kde-i18n-Hungarian noarch 1:3.1.3-1 base kde-i18n-Icelandic noarch 1:3.1.3-1 base kde-i18n-Italian noarch 1:3.1.3-1 base kde-i18n-Japanese noarch 1:3.1.3-1 base kde-i18n-Korean noarch 1:3.1.3-1 base kde-i18n-Norwegian noarch 1:3.1.3-1 base kde-i18n-Norwegian-Nynorsk noarch 1:3.1.3-1 base kde-i18n-Polish noarch 1:3.1.3-1 base kde-i18n-Portuguese noarch 1:3.1.3-1 base kde-i18n-Romanian noarch 1:3.1.3-1 base kde-i18n-Russian noarch 1:3.1.3-1 base kde-i18n-Serbian noarch 1:3.1.3-1 base kde-i18n-Slovak noarch 1:3.1.3-1 base kde-i18n-Slovenian noarch 1:3.1.3-1 base kde-i18n-Spanish noarch 1:3.1.3-1 base kde-i18n-Swedish noarch 1:3.1.3-1 base kde-i18n-Turkish noarch 1:3.1.3-1 base kde-i18n-Ukrainian noarch 1:3.1.3-1 base kde-i18n-Vietnamese noarch 1:3.1.3-1 addons kdeaddons i386 3.1.3-1 base kdeartwork i386 3.1.3-1.1 base kdebase i386 6:3.1.3-5.8 update kdebase-devel i386 6:3.1.3-5.8 update kdegames i386 6:3.1.3-3.2 base kdegames-devel i386 6:3.1.3-3.2 base kdegraphics i386 7:3.1.3-3.3 base kdegraphics-devel i386 7:3.1.3-3.3 base kdelibs i386 6:3.1.3-6.9 update kdelibs-devel i386 6:3.1.3-6.9 update kdemultimedia i386 6:3.1.3-3.1 base kdemultimedia-devel i386 6:3.1.3-3.1 base kdenetwork i386 7:3.1.3-1.5 base kdenetwork-devel i386 7:3.1.3-1.5 base kdepim i386 6:3.1.3-3.3 base kdepim-devel i386 6:3.1.3-3.3 base kdesdk i386 3.1.3-1.1 base kdesdk-devel i386 3.1.3-1.1 base kdeutils i386 6:3.1.3-3.1 base kdeutils-devel i386 6:3.1.3-3.1 base kdevelop i386 8:2.1.5-12.1 base kdoc noarch 2:3.0.0-0.20020321cvs.4 base kernel i586 2.4.21-27.0.2.EL update kernel athlon 2.4.21-27.0.2.EL update kernel-BOOT i386 2.4.21-27.0.2.EL update kernel-doc i386 2.4.21-27.0.2.EL update kernel-hugemem i686 2.4.21-27.0.2.EL update kernel-hugemem-unsupported i686 2.4.21-27.0.2.EL update kernel-smp i686 2.4.21-27.0.2.EL update kernel-smp athlon 2.4.21-27.0.2.EL update kernel-smp-unsupported athlon 2.4.21-27.0.2.EL update kernel-smp-unsupported i686 2.4.21-27.0.2.EL update kernel-source i386 2.4.21-27.0.2.EL update kernel-unsupported i686 2.4.21-27.0.2.EL update kernel-unsupported athlon 2.4.21-27.0.2.EL update kernel-unsupported i586 2.4.21-27.0.2.EL update kinput2-canna-wnn6 i386 v3.1-12.EL base knm_new noarch 1.1-10.1 base kon2 i386 0.3.9b-18.1 base kon2-fonts i386 0.3.9b-18.1 base krb5-devel i386 1.2.7-38 update krb5-server i386 1.2.7-38 update krbafs-devel i386 1.1.1-11 base kudzu-devel i386 1.1.22.9-1.c0 base lam i386 2:6.5.9-1 base lapack i386 3.0-20 base lapack-man i386 3.0-20 addons laus-devel i386 0.1-66RHEL3 base less i386 378-12 update libIDL i386 0.8.0-9 base libIDL-devel i386 0.8.0-9 base libacl-devel i386 2.2.3-1 base libaio i386 0.3.96-5 base libaio-devel i386 0.3.96-5 base libao i386 0.8.3-3.1 base libao-devel i386 0.8.3-3.1 base libart_lgpl i386 2.3.11-2 base libart_lgpl-devel i386 2.3.11-2 base libattr-devel i386 2.2.0-1 base libbonobo i386 2.2.3-1 base libbonobo-devel i386 2.2.3-1 base libbonoboui i386 2.2.2-1 base libbonoboui-devel i386 2.2.2-1 base libcap i386 1.10-15.1 base libcap-devel i386 1.10-15.1 base libcapplet0 i386 1:1.4.0.1-12.1 addons libcapplet0-devel i386 1:1.4.0.1-12.1 addons libdbi i386 0.6.5-5 base libdbi-dbd-mysql i386 0.6.5-5 base libdbi-dbd-pgsql i386 0.6.5-5 addons libdbi-devel i386 0.6.5-5 addons libf2c i386 3.2.3-49 base libgail-gnome i386 1.0.2-1 base libgal2 i386 2:1.99.10-1.centos.1 base libgal2-devel i386 2:1.99.10-1.centos.1 base libgal21 i386 1:0.23-1 addons libgcc-ssa i386 3.5ssa-0.20030801.48 base libgcj-devel i386 3.2.3-49 base libgcj-ssa i386 3.5ssa-0.20030801.48 base libgcj-ssa-devel i386 3.5ssa-0.20030801.48 base libghttp i386 1:1.0.9-8.1 base libghttp-devel i386 1:1.0.9-8.1 addons libglade i386 1:0.17-12.1 base libglade-devel i386 1:0.17-12.1 base libglade2 i386 2.0.1-3 base libglade2-devel i386 2.0.1-3 base libgnat i386 3.2.3-49 base libgnome i386 2.2.2-6 base libgnome-devel i386 2.2.2-6 base libgnomecanvas i386 2.2.0.2-2 base libgnomecanvas-devel i386 2.2.0.2-2 base libgnomeprint15 i386 1:0.37-4 addons libgnomeprint22 i386 2.2.1.3-5 base libgnomeprint22-devel i386 2.2.1.3-5 base libgnomeprintui22 i386 2.2.1.3-2.0 base libgnomeprintui22-devel i386 2.2.1.3-2.0 base libgnomeui i386 2.2.1-1 base libgnomeui-devel i386 2.2.1-1 base libgsf i386 1.6.0-4.centos.0 base libgsf-devel i386 1.6.0-4.centos.0 base libgtop2 i386 2.0.2-3 base libgtop2-devel i386 2.0.2-3 base libjpeg-devel i386 6b-30 base libmng i386 1.0.4-3 base libmng-devel i386 1.0.4-3 base libmng-static i386 1.0.4-3 addons libmrproject i386 0.9-5 base libmrproject-devel i386 0.9-5 base libmudflap i386 3.5ssa-0.20030801.48 base libmudflap-devel i386 3.5ssa-0.20030801.48 base libobjc i386 3.2.3-49 base libogg i386 2:1.0-5.1 base libogg-devel i386 2:1.0-5.1 base libole2 i386 0.2.4-6 base libole2-devel i386 0.2.4-6 base libpcap i386 14:0.7.2-7.E3.2 base libpng-devel i386 2:1.2.2-25 base libpng10 i386 1.0.13-15 base libpng10-devel i386 1.0.13-15 base libraw1394 i386 0.9.0-10.RHEL3 base libraw1394-devel i386 0.9.0-10.RHEL3 addons librsvg2 i386 2.2.3-6 base librsvg2-devel i386 2.2.3-6 base libsane-hpoj i386 0.90-14 addons libsoup i386 1.99.26-1 base libsoup-devel i386 1.99.26-1 base libstdc++-devel i386 3.2.3-49 base libstdc++-ssa i386 3.5ssa-0.20030801.48 base libstdc++-ssa-devel i386 3.5ssa-0.20030801.48 base libtabe i386 0.2.6-6.EL base libtabe-devel i386 0.2.6-6.EL base libtermcap-devel i386 2.0.8-35 base libtiff i386 3.5.7-22.el3 update libtiff-devel i386 3.5.7-22.el3 update libtool i386 1.4.3-6 base libungif i386 4.1.0-15 base libungif-devel i386 4.1.0-15 base libungif-progs i386 4.1.0-15 addons libunicode i386 0.4-12 addons libunicode-devel i386 0.4-12 addons libusb i386 0.1.6-3 base libusb-devel i386 0.1.6-3 base libuser-devel i386 0.51.7-1.EL3.3 base libvorbis i386 1:1.0-7 base libvorbis-devel i386 1:1.0-7 base libwnck i386 2.2.1-3 base libwnck-devel i386 2.2.1-3 base libwvstreams-devel i386 3.70-10 base libxml i386 1:1.8.17-9.2 base libxml-devel i386 1:1.8.17-9.2 base libxml2-devel i386 2.5.10-7 base libxslt i386 1.0.33-5 base libxslt-devel i386 1.0.33-5 base libxslt-python i386 1.0.33-1 addons lilo i386 21.4.4-23.1 base linc i386 1.0.3-1 base linc-devel i386 1.0.3-1 base linuxdoc-tools i386 0.9.20-8 base linuxwacom i386 0.6.4-7 base linuxwacom-devel i386 0.6.4-7 addons lm_sensors i386 2.6.5-6 base lm_sensors-devel i386 2.6.5-6 addons lockdev-devel i386 1.0.1-1.2 base ltrace i386 0.3.32-3.EL base lynx i386 2.8.5-11 base magicdev i386 1.1.4-8.0 base mailman i386 3:2.1.5-24.rhel3 update man-pages-cs noarch 0.16-1 base man-pages-da noarch 0.1.1-10 base man-pages-de noarch 0.4-6 base man-pages-es noarch 1.28-7 base man-pages-fr noarch 0.9.7-7 base man-pages-it noarch 0.3.0-12 base man-pages-ja noarch 20030525-3.ent base man-pages-ko noarch 1:1.48-8 base man-pages-pl noarch 0.22-13 base man-pages-ru noarch 0.7-6 base memprof i386 1:0.5.1-3 base metacity i386 2.4.55-7.12 base mgetty-sendfax i386 1.1.30-3 addons mgetty-viewfax i386 1.1.30-3 addons mgetty-voice i386 1.1.30-3 addons mikmod i386 3.1.6-21.2 base miniChinput i386 0.0.3-51.0 base mkisofs i386 8:2.01.0.a32-0.EL3.1 base mod_auth_mysql i386 20030510-1.ent base mod_auth_pgsql i386 2.0.1-4.ent base mod_authz_ldap i386 0.22-5 base mod_perl i386 1.99_09-10.ent base mod_perl-devel i386 1.99_09-10.ent base mod_python i386 3.0.3-5.ent update mod_ssl i386 1:2.0.46-44.ent.centos.2 base modutils-devel i386 2.4.25-14.EL base mozilla i386 37:1.4.3-3.0.7.centos.1 update mozilla-chat i386 37:1.4.3-3.0.7.centos.1 update mozilla-devel i386 37:1.4.3-3.0.7.centos.1 update mozilla-dom-inspector i386 37:1.4.3-3.0.7.centos.1 update mozilla-js-debugger i386 37:1.4.3-3.0.7.centos.1 update mozilla-mail i386 37:1.4.3-3.0.7.centos.1 update mozilla-nspr i386 37:1.4.3-3.0.7.centos.1 update mozilla-nspr-devel i386 37:1.4.3-3.0.7.centos.1 update mozilla-nss i386 37:1.4.3-3.0.7.centos.1 update mozilla-nss-devel i386 37:1.4.3-3.0.7.centos.1 update mpage i386 2.5.3-3 base mrproject i386 0.9-7 base mrtg i386 2.9.29-4.ent base mtr-gtk i386 2:0.52-2 addons mtx i386 1.2.18-1 base mutt i386 5:1.4.1-3.4 base mx i386 2.0.3-8 base mx4j i386 1.1.1-6 base mx4j-devel i386 1.1.1-6 addons mysql i386 3.23.58-2.3 base mysql-bench i386 3.23.58-2.3 base mysql-devel i386 3.23.58-2.3 base mysql-server i386 3.23.58-2.3 addons nasm i386 0.98.35-3 base nasm-doc i386 0.98.35-3 addons nasm-rdoff i386 0.98.35-3 addons nautilus i386 2.2.4-4.E base nautilus-cd-burner i386 0.3.2-2E base nautilus-media i386 0.2.1-5.1E base ncurses-c++-devel i386 5.3-9.3 addons ncurses-devel i386 5.3-9.3 base nedit i386 5.3-4.1 base net-snmp i386 5.0.9-2.30E.12 base net-snmp-devel i386 5.0.9-2.30E.12 base net-snmp-libs i386 5.0.9-2.30E.12 base net-snmp-perl i386 5.0.9-2.30E.12 base net-snmp-utils i386 5.0.9-2.30E.12 base netdump-server i386 0.6.11-3 base netpbm i386 9.24-11.30.1 base netpbm-devel i386 9.24-11.30.1 base netpbm-progs i386 9.24-11.30.1 base newt-devel i386 0.51.5-1 base newt-perl i386 1.08-4 base nhpf i386 1.42-5 base nmap i386 2:3.00-4.1 base nmap-frontend i386 2:3.00-4.1 addons nptl-devel i586 2.3.2-95.30 base nptl-devel i686 2.3.2-95.30 base nss_db-compat i386 2.2-20.4 addons ntp i386 4.1.2-4.EL3.1 base oaf i386 0.6.10-7 addons oaf-devel i386 0.6.10-7 addons octave i386 6:2.1.50-6 base open i386 1.4-18 base openh323 i386 1.11.2-4.1E base openh323-devel i386 1.11.2-4.1E base openjade i386 1.3.1-12.1 base openldap-clients i386 2.0.27-17 base openldap-devel i386 2.0.27-17 base openldap-servers i386 2.0.27-17 base openmotif i386 2.2.3-4.RHEL3.4 base openmotif-devel i386 2.2.3-4.RHEL3.4 base openmotif21 i386 2.1.30-9.RHEL3.4 base openoffice.org i386 1.1.0-16.14.EL base openoffice.org-i18n i386 1.1.0-16.14.EL base openoffice.org-libs i386 1.1.0-16.14.EL base openoffice.org-style-gnome i386 1.1.0-16.9.EL base openssh-askpass i386 3.6.1p2-33.30.3 base openssh-askpass-gnome i386 3.6.1p2-33.30.3 base openssl i386 0.9.7a-33.12 base openssl-devel i386 0.9.7a-33.12 base openssl-perl i386 0.9.7a-33.12 base openssl096b i386 0.9.6b-16 base oprofile i386 0.5.4-22 base oprofile-devel i386 0.5.4-22 base pam-devel i386 0.75-62 base pango i386 1.2.5-5 base pango-devel i386 1.2.5-5 base parted-devel i386 1.6.3-29.3 base passivetex noarch 1.24-2 base patchutils i386 0.2.23-1 base pciutils-devel i386 2.1.10-7 base pcre-devel i386 3.9-10.1 base perl i386 2:5.8.0-89.10 update perl-CGI i386 2:2.81-89.10 update perl-CPAN i386 2:1.61-89.10 update perl-Crypt-SSLeay i386 0.51-4 base perl-DBD-MySQL i386 2.1021-3 base perl-DBD-Pg i386 1.21-2 base perl-DBI i386 1.32-9 update perl-DB_File i386 2:1.804-89.10 update perl-DateManip noarch 5.42a-0.rhel3 base perl-Digest-HMAC noarch 1.01-11.1 base perl-Digest-SHA1 i386 2.01-15.1 base perl-HTML-Parser i386 3.26-17 base perl-HTML-Tagset noarch 3.03-28 base perl-Net-DNS noarch 0.31-3.1 base perl-PDL i386 2.3.4-4 base perl-Parse-Yapp noarch 1.05-30 base perl-SGMLSpm noarch 1.03ii-11 base perl-Time-HiRes i386 1.38-3 base perl-URI noarch 1.21-7 base perl-XML-Dumper noarch 0.4-25 base perl-XML-Encoding noarch 1.01-23 base perl-XML-Grove noarch 0.46alpha-25 base perl-XML-Parser i386 2.31-15 base perl-XML-Twig noarch 3.09-3 base perl-libwww-perl noarch 5.65-6 base perl-libxml-enno noarch 1.02-29 base perl-libxml-perl noarch 0.07-28 base perl-suidperl i386 2:5.8.0-89.10 update php i386 4.3.2-19.ent base php-devel i386 4.3.2-19.ent base php-imap i386 4.3.2-19.ent base php-ldap i386 4.3.2-19.ent base php-mysql i386 4.3.2-19.ent base php-odbc i386 4.3.2-19.ent base php-pgsql i386 4.3.2-19.ent base pilot-link i386 1:0.11.7-1.1.centos.0 base pilot-link-devel i386 1:0.11.7-1.1.centos.0 base pkgconfig i386 1:0.14.0-5 base pnm2ppa i386 1:1.04-7 base postfix i386 2:2.0.16-14.RHEL3 base postgresql-odbc i386 7.3-3 base printman i386 0.0.1-0.20021202.13 base psgml noarch 1.2.3-7 base pspell-devel i386 3:0.12.2-16.1 base pstack i386 1.2-3.EL.1 base psutils i386 1.17-21 base pump-devel i386 0.8.19-1.1 base pvm i386 3.4.4-22 base pwlib i386 1.4.7-7.EL base pwlib-devel i386 1.4.7-7.EL base pxe i386 0.1-36 base pygtk2 i386 1.99.16-8 base pygtk2-devel i386 1.99.16-8 base pygtk2-libglade i386 1.99.16-8 base pyorbit i386 1.99.3-5 base pyorbit-devel i386 1.99.3-5 base python i386 2.2.3-6.1 update python-devel i386 2.2.3-6.1 update python-docs i386 2.2.3-6.1 update python-tools i386 2.2.3-6.1 update qt i386 1:3.1.2-13.4 base qt-MySQL i386 1:3.1.2-13.4 base qt-ODBC i386 1:3.1.2-13.4 base qt-PostgreSQL i386 1:3.1.2-13.4 addons qt-config i386 1:3.1.2-13.4 addons qt-designer i386 1:3.1.2-13.4 base qt-devel i386 1:3.1.2-13.4 base quagga i386 0.96.2-10.3E base quagga-contrib i386 0.96.2-8.3E addons quagga-devel i386 0.96.2-8.3E addons radvd i386 0.7.2-4 base rarpd i386 ss981107-14 base rcs i386 5.7-20 base rdesktop i386 1.2.0-1 base readline-devel i386 4.3-5.2 base redhat-artwork i386 0.73.2-2E.centos.3 base redhat-config-bind noarch 2.0.0-14.2.centos.0 base redhat-config-date noarch 1.5.22-3 base redhat-config-httpd noarch 5:1.1.0-4 base redhat-config-keyboard noarch 1.1.4-1 base redhat-config-kickstart noarch 2.3.22-3 base redhat-config-language noarch 1.0.14-2 base redhat-config-netboot i386 0.1.5-1 base redhat-config-network noarch 1.2.63-1.centos.0 base redhat-config-nfs noarch 1.0.13-6 base redhat-config-packages noarch 1.2.9.2-1.centos.0 base redhat-config-printer i386 0.6.47.3.23-1 base redhat-config-printer-gui i386 0.6.47.3.23-1 base redhat-config-proc i386 0.23-0.EL3.1 base redhat-config-rootpassword noarch 1.0.6-1 base redhat-config-samba noarch 1.0.16-2 base redhat-config-securitylevel i386 1.2.9-2 base redhat-config-services noarch 0.8.5-19.RHEL3.1 base redhat-config-soundcard noarch 1.0.8-1.centos.1 base redhat-config-users noarch 1.1.18-2 base redhat-config-xfree86 noarch 0.7.7-1 base redhat-java-rpm-scripts noarch 1.0.2-2 base redhat-logviewer noarch 0.9.3-5 base redhat-rpm-config noarch 8.0.28-2.centos.0 base redhat-switch-mail noarch 0.5.20-1.centos.0 base redhat-switch-mail-gnome noarch 0.5.20-1.centos.0 base rh-postgresql i386 7.3.9-2 update rh-postgresql-contrib i386 7.3.9-2 update rh-postgresql-devel i386 7.3.9-2 update rh-postgresql-docs i386 7.3.9-2 update rh-postgresql-jdbc i386 7.3.9-2 update rh-postgresql-libs i386 7.3.9-2 update rh-postgresql-pl i386 7.3.9-2 update rh-postgresql-python i386 7.3.9-2 update rh-postgresql-server i386 7.3.9-2 update rh-postgresql-tcl i386 7.3.9-2 update rh-postgresql-test i386 7.3.9-2 update rhdb-utils i386 2.0-1 base rhgb i386 0.11.2-4 base rhn-applet i386 2.1.18-4.centos.1 base rpm-build i386 4.2.3-10 base rpm-devel i386 4.2.3-10 base rsh-server i386 0.17-17 base ruby i386 1.6.8-9.EL3.3 base ruby-devel i386 1.6.8-9.EL3.3 base ruby-docs i386 1.6.8-9.EL3.3 addons ruby-libs i386 1.6.8-9.EL3.3 base ruby-mode i386 1.6.8-9.EL3.3 base ruby-tcltk i386 1.6.8-9.EL3.3 addons rusers i386 0.17-40.30.2 base rusers-server i386 0.17-40.30.2 base rwho i386 0.17-18 base samba i386 3.0.9-1.3E.2 base samba-client i386 3.0.9-1.3E.2 base samba-common i386 3.0.9-1.3E.2 base samba-swat i386 3.0.9-1.3E.2 base sane-backends i386 1.0.9-5.7 base sane-backends-devel i386 1.0.9-5.7 base sane-frontends i386 1.0.9-2 base screen i386 3.9.15-10 base scrollkeeper i386 0.3.11-8E base sendmail-cf i386 8.12.11-4.RHEL3.1 base sendmail-devel i386 8.12.11-4.RHEL3.1 base sg3_utils i386 1.06-2 base sgml-common noarch 0.6.3-14 base shapecfg i386 2.2.12-13 base sip i386 3.6-1 base sip-devel i386 3.6-1 base skkdic noarch 20030211-1 base skkinput i386 2.06.3-3 base slang-devel i386 1.4.5-18 base sox i386 12.17.4-4.3 base sox-devel i386 12.17.4-4.3 base spamassassin i386 2.55-3.4 base splint i386 3.0.1.7-0.20030123 base squid i386 7:2.5.STABLE3-6.3E.7 update squirrelmail noarch 1.4.3a-9.EL3.centos.1 update startup-notification i386 0.5-1 base startup-notification-devel i386 0.5-1 base strace i386 4.5.6-1.EL base swig i386 1.1p5-22 base switchdesk i386 3.9.8-17 base switchdesk-gnome i386 3.9.8-17 base switchdesk-kde i386 3.9.8-17 base sysstat i386 5.0.5-5.rhel3 base taipeifonts noarch 1.2-23 base talk-server i386 0.17-20 addons tcl i386 8.3.5-92.2 base tcl-devel i386 8.3.5-92.2 base tcllib i386 1.3-92 addons tclx i386 8.3-92.2 base tetex i386 1.0.7-66 base tetex-afm i386 1.0.7-66 base tetex-doc i386 1.0.7-66 addons tetex-dvips i386 1.0.7-66 base tetex-fonts i386 1.0.7-66 base tetex-latex i386 1.0.7-66 base tetex-xdvi i386 1.0.7-66 base texinfo i386 4.5-3 base tftp-server i386 0.39-0.EL3.1.c0 base tix i386 1:8.1.4-92.2 base tk i386 8.3.5-92.2 base tk-devel i386 8.3.5-92.2 base tkinter i386 2.2.3-6.1 update tn5250 i386 0.16.5-1 base tn5250-devel i386 0.16.5-1 addons tora i386 1.3.9.2-1 base transfig i386 1:3.2.3d-10 base tsclient i386 0.104-2 base ttfonts-ja noarch 1.2-26.ent.3 base ttfonts-ko noarch 1.0.11-31 base ttfonts-zh_CN noarch 2.12-6 base ttfonts-zh_TW noarch 2.11-22.2 base ttfprint i386 0.9-8 base ttmkfdir i386 3.0.9-6 base tux i386 3.2.19-2 base umb-scheme i386 3.2-31 base units i386 1.80-8 base unixODBC i386 2.2.8-2.3.0.2 base unixODBC-devel i386 2.2.8-2.3.0.2 base unixODBC-kde i386 2.2.8-2.3.0.2 base up2date-gnome i386 4.2.57-2.centos.3.4.3 base urw-fonts noarch 2.1-5.0 base usermode-gtk i386 1.68-5E.2 base uucp i386 1.06.1-47 base vim-X11 i386 1:6.3.046-0.30E.3 update vim-common i386 1:6.3.046-0.30E.3 update vim-enhanced i386 1:6.3.046-0.30E.3 update vim-minimal i386 1:6.3.046-0.30E.3 update vlock i386 1.3-13 base vnc i386 4.0-0.beta4.1.4 base vnc-server i386 4.0-0.beta4.1.4 base vorbis-tools i386 1:1.0-6 base vsftpd i386 1.2.1-3E.1 base vte i386 0.11.10-11 base vte-devel i386 0.11.10-11 base w3c-libwww i386 5.4.0-5 base w3c-libwww-apps i386 5.4.0-5 addons w3c-libwww-devel i386 5.4.0-5 base webalizer i386 2.01_10-15.ent base x3270 i386 3.2.20-4 base x3270-text i386 3.2.20-4 base x3270-x11 i386 3.2.20-4 base xalan-j i386 2.4.1-11 base xalan-j-devel i386 2.4.1-11 addons xchat i386 1:2.0.4-4.EL base xcin i386 2.5.3.pre3-15 base xdelta i386 1.1.3-11 base xdelta-devel i386 1.1.3-11 addons xemacs i386 21.4.13-8.ent.1 update xemacs-el i386 21.4.13-8.ent.1 update xemacs-info i386 21.4.13-8.ent.1 update xerces-j i386 2.2.1-11 base xerces-j-devel i386 2.2.1-11 addons xfig i386 3.2.3d-12 base xhtml1-dtds noarch 1.0-5 base xinitrc noarch 3.32-1 base xisdnload i386 1.38-76 addons xloadimage i386 4.1-27 base xml-common noarch 0.6.3-14 base xmltex noarch 20000118-14 base xmlto i386 0.0.14-3 base xmms i386 1:1.2.7-22.1.p base xmms-devel i386 1:1.2.7-22.1.p base xmms-skins i386 1:1.2.7-22.1.p addons xojpanel i386 0.90-14 addons xpdf i386 1:2.02-9.5 update xsane i386 0.89-3 base xsane-gimp i386 0.89-3 base xscreensaver i386 1:4.10-8 base xsri i386 1:2.1.0-5 base xterm i386 179-5.EL base yelp i386 2.2.3-1.E base ypserv i386 2.8-11 base zlib-devel i386 1.1.4-8.1 base zsh i386 4.0.7-1 baseアップデート可能なパッケージ一覧を表示する。
# yum check-update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Name Arch Version Repo -------------------------------------------------------------------------------- cpio i386 2.5-3e.3 update cups i386 1:1.1.17-13.3.27 update cups-libs i386 1:1.1.17-13.3.27 update less i386 378-12 update libtiff i386 3.5.7-22.el3 update perl i386 2:5.8.0-89.10 update python i386 2.2.3-6.1 update vim-common i386 1:6.3.046-0.30E.3 update vim-minimal i386 1:6.3.046-0.30E.3 updateパッケージのアップデートを実行する。 なお、yumコマンドの引数に「-y」をつけると自動的にアップデート処理を実行する。
# yum -y update Gathering header information file(s) from server(s) Server: CentOS-3 - Addons Server: CentOS-3 - Base Server: CentOS-3 - Extras Server: CentOS-3 - Updates Finding updated packages Downloading needed headers Resolving dependencies Dependencies resolved I will do the following: [update: cups 1:1.1.17-13.3.27.i386] [update: cpio 2.5-3e.3.i386] [update: cups-libs 1:1.1.17-13.3.27.i386] [update: less 378-12.i386] [update: perl 2:5.8.0-89.10.i386] [update: vim-common 1:6.3.046-0.30E.3.i386] [update: python 2.2.3-6.1.i386] [update: vim-minimal 1:6.3.046-0.30E.3.i386] [update: libtiff 3.5.7-22.el3.i386] Downloading Packages Getting cups-1.1.17-13.3.27.i386.rpm cups-1.1.17-13.3.27.i386. 100% |=========================| 2.3 MB 00:02 Getting cpio-2.5-3e.3.i386.rpm cpio-2.5-3e.3.i386.rpm 100% |=========================| 45 kB 00:00 Getting cups-libs-1.1.17-13.3.27.i386.rpm cups-libs-1.1.17-13.3.27. 100% |=========================| 93 kB 00:00 Getting less-378-12.i386.rpm less-378-12.i386.rpm 100% |=========================| 99 kB 00:00 Getting perl-5.8.0-89.10.i386.rpm perl-5.8.0-89.10.i386.rpm 100% |=========================| 10 MB 00:11 Getting vim-common-6.3.046-0.30E.3.i386.rpm vim-common-6.3.046-0.30E. 100% |=========================| 3.4 MB 00:03 Getting python-2.2.3-6.1.i386.rpm python-2.2.3-6.1.i386.rpm 100% |=========================| 4.1 MB 00:04 Getting vim-minimal-6.3.046-0.30E.3.i386.rpm vim-minimal-6.3.046-0.30E 100% |=========================| 249 kB 00:00 Getting libtiff-3.5.7-22.el3.i386.rpm libtiff-3.5.7-22.el3.i386 100% |=========================| 192 kB 00:00 Running test transaction: Test transaction complete, Success! libtiff 100 % done 1/18 cups-libs 100 % done 2/18 perl 100 % done 3/18 cups 100 % done 4/18 cpio 100 % done 5/18 less 100 % done 6/18 vim-common 100 % done 7/18 python 100 % done 8/18 warning: /etc/vimrc created as /etc/vimrc.rpmnew vim-minimal 100 % done 9/18 Completing update for cups - 10/18 Completing update for cpio - 11/18 Completing update for cups-libs - 12/18 Completing update for less - 13/18 Completing update for perl - 14/18 Completing update for vim-common - 15/18 Completing update for python - 16/18 Completing update for vim-minimal - 17/18 Completing update for libtiff - 18/18 Updated: cups 1:1.1.17-13.3.27.i386 cpio 2.5-3e.3.i386 cups-libs 1:1.1.17-13.3. 27.i386 less 378-12.i386 perl 2:5.8.0-89.10.i386 vim-common 1:6.3.046-0.30E.3.i3 86 python 2.2.3-6.1.i386 vim-minimal 1:6.3.046-0.30E.3.i386 libtiff 3.5.7-22.el3 .i386 Transaction(s) Complete
