Fedoraインストール時のRPMパッケージインストール単位である「パッケージグループ」でRPMパッケージをアップデートする。 [root@linux ~]# yum -y groupupdate "Web Server" ← 「Web Server」パッケージグループをアップデートする Setting up Group Process Setting up Repo: base repomd.xml 100% |=========================| 1.1 kB 00:00 Setting up Repo: updates-released repomd.xml 100% |=========================| 951 B 00:00 Reading repository metadata in from local files base : ################################################## 2622/2622 primary.xml.gz 100% |=========================| 75 kB 00:00 MD Read : ################################################## 182/182 updates-re: ################################################## 182/182 From Web Server updating httpd From Web Server installing tux From Web Server installing mod_python From Web Server installing mod_ssl From Web Server installing distcache From Web Server installing webalizer From Web Server installing mod_perl From Web Server installing crypto-utils From Web Server installing httpd-manual From Web Server installing squid From Web Server installing php-ldap From Web Server installing php Reading repository metadata in from local files Reading repository metadata in from local files Resolving Dependencies --> Populating transaction set with selected packages. Please wait. ---> Package tux.i386 0:3.2.18-2 set to be installed ---> Package mod_python.i386 0:3.1.3-5 set to be installed ---> Package mod_ssl.i386 1:2.0.52-3.1 set to be installed ---> Package distcache.i386 0:1.4.5-6 set to be installed ---> Package webalizer.i386 0:2.01_10-25 set to be installed ---> Package php-ldap.i386 0:4.3.9-3 set to be installed ---> Package squid.i386 7:2.5.STABLE6-3 set to be installed ---> Package mod_perl.i386 0:1.99_16-3 set to be installed ---> Package crypto-utils.i386 0:2.1-4 set to be installed ---> Package httpd-manual.i386 0:2.0.52-3.1 set to be installed ---> Package php.i386 0:4.3.9-3 set to be installed ---> Package httpd.i386 0:2.0.52-3.1 set to be updated --> Running transaction check --> Processing Dependency: php-pear for package: php --> Processing Dependency: httpd= 2.0.52-3 for package: httpd-suexec --> Restarting Dependency Resolution with new changes. --> Populating transaction set with selected packages. Please wait. ---> Package php-pear.i386 0:4.3.9-3 set to be installed ---> Package httpd-suexec.i386 0:2.0.52-3.1 set to be updated --> Running transaction check Dependencies Resolved Transaction Listing: Install: crypto-utils.i386 0:2.1-4 Install: distcache.i386 0:1.4.5-6 Install: httpd-manual.i386 0:2.0.52-3.1 Install: mod_perl.i386 0:1.99_16-3 Install: mod_python.i386 0:3.1.3-5 Install: mod_ssl.i386 1:2.0.52-3.1 Install: php.i386 0:4.3.9-3 Install: php-ldap.i386 0:4.3.9-3 Install: squid.i386 7:2.5.STABLE6-3 Install: tux.i386 0:3.2.18-2 Install: webalizer.i386 0:2.01_10-25 Update: httpd.i386 0:2.0.52-3.1 Performing the following to resolve dependencies: Install: php-pear.i386 0:4.3.9-3 Update: httpd-suexec.i386 0:2.0.52-3.1 Downloading Packages: Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing: distcache 100 % done 1/16 Updating: httpd-suexec 100 % done 2/16 Installing: squid 100 % done 3/16 Installing: tux 100 % done 4/16 Updating: httpd 100 % done 5/16 Installing: php 100 % done 6/16 Installing: mod_perl 100 % done 7/16 Installing: mod_python 100 % done 8/16 Installing: mod_ssl 100 % done 9/16 Installing: webalizer 100 % done 10/16 Installing: php-ldap 100 % done 11/16 Installing: crypto-utils 100 % done 12/16 Installing: httpd-manual 100 % done 13/16 Installing: php-pear 100 % done 14/16 Completing update for httpd - 15/16 Completing update for httpd-suexec - 16/16 Installed: crypto-utils.i386 0:2.1-4 distcache.i386 0:1.4.5-6 httpd-manual.i386 0:2.0.52-3.1 mod_perl.i386 0:1.99_16-3 mod_python.i386 0:3.1.3-5 mod_ssl.i386 1:2.0.52-3.1 php.i386 0:4.3.9-3 php-ldap.i386 0:4.3.9-3 squid.i386 7:2.5.STABLE6-3 tux.i386 0:3.2.18-2 webalizer.i386 0:2.01_10-25 Dependency Installed: php-pear.i386 0:4.3.9-3 Updated: httpd.i386 0:2.0.52-3.1 Dependency Updated: httpd-suexec.i386 0:2.0.52-3.1 Complete! |