パッケージ管理(yum)


パッケージを取得してインストール/アップデートをする

インストール

yum install <パッケージ名>

アンインストール

yum remove <パッケージ名>

アップデート

yum update
yum update <パッケージ名>

一覧

インストール済みとリポジトリに存在するパッケージ

yum list

インストール済みパッケージ

yum list installed

アップデート可能なパッケージ

yum list updates
yum check-update

リポジトリに存在するパッケージ

yum list available

情報

利用可能なパッケージの情報を表示

yum info

指定したパッケージの情報を表示

yum info パッケージ名
# yum info firefox
Loaded plugins: priorities, refresh-packagekit, security
Installed Packages
Name        : firefox
Arch        : i686
Version     : 10.0.12
Release     : 1.el6_3
Size        : 23 M
Repo        : installed
From repo   : sl-security
Summary     : Mozilla Firefox Web browser
URL         : http://www.mozilla.org/projects/firefox/
License     : MPLv1.1 or GPLv2+ or LGPLv2+
Description : Mozilla Firefox is an open-source web browser, designed for
            : standards compliance, performance and portability.
最終更新:2013年01月16日 23:35