faq

yum を利用したパッケージの更新方法について

root権限を持つユーザーでサーバーへログインし、以下のコマンドを実行することでパッケージの更新が可能です。
# yum update [パッケージ名]

例)CentOS6.5(x86_64) bashの場合

[root@localhost ~]# yum update bash
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
 * base: www.ftp.ne.jp
 * extras: www.ftp.ne.jp
 * updates: www.ftp.ne.jp
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package bash.x86_64 0:4.1.2-15.el6_4 will be updated
---> Package bash.x86_64 0:4.1.2-29.el6 will be an update
--> Finished Dependency Resolution

Dependencies Resolved

============================================================================
 Package             Arch                  Version                        Repository           Size
============================================================================
Updating:
 bash                x86_64                4.1.2-29.el6                   base                907 k

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

Total download size: 907 k
Is this ok [y/N]: y
Downloading Packages:
bash-4.1.2-29.el6.x86_64.rpm                                                           | 907 kB     00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Updating   : bash-4.1.2-29.el6.x86_64                                                                   1/2
  Cleanup    : bash-4.1.2-15.el6_4.x86_64                                                                 2/2
  Verifying  : bash-4.1.2-29.el6.x86_64                                                                   1/2
  Verifying  : bash-4.1.2-15.el6_4.x86_64                                                                 2/2

Updated:
  bash.x86_64 0:4.1.2-29.el6

Complete!

※ご利用の環境により実行結果は異なります。
※Red Hat Enterprise Linuxをご利用の場合は、Red Hat社の指示に従い、更新を実施いただきますようお願い致します。
※yum による更新中に「/sbin/ldconfig」に関する警告が出力される場合がありますが、GIGAPODの動作に支障はございません。
※アプライアンスモデルでは、OS情報を公開していないため、ご利用になれません。
※2015年2月現在、openssl、bash、glibcの更新を推奨しております。

FAQ一覧へ戻る