Blogaomu

WEBアプリケーション開発とその周辺のメモをゆるふわに書いていきます。

yumでインストールするパッケージのバージョンを知りたい

いつも忘れるのでメモ。

$ yum info <package>

例えば、yumでインストールできるrubyのバージョンを知りたい時は以下のコマンドを打ちます。

$ yum info ruby
Loaded plugins: fastestmirror
Available Packages
Name       : ruby
Arch       : i386
Version    : 1.8.5
Release    : 24.el5
Size       : 277 k
Repo       : base
Summary    : An interpreter of object-oriented scripting language
URL        : http://www.ruby-lang.org/
License    : Ruby License/GPL - see COPYING
Description: Ruby is the interpreted scripting language for quick and easy object-oriented programming.  It has many features to
           : process text files and to do system management tasks (as in Perl).  It is simple, straight-forward, and extensible.

バージョン以外にも、サイズやパッケージの概要、説明などが表示されます。