ようへいの日々精進XP

よかろうもん

yum で便利だなって思ったオプション(history list / history info)

これもちょっとしたメモ。

過去に実施したyumの履歴を確認する

yum history list all

以下、実行結果。

[ansible@dc655720ce80 ~]$ sudo yum history list all
Loaded plugins: fastestmirror
ID     | Login user               | Date and time    | Action(s)      | Altered
-------------------------------------------------------------------------------
     4 | System <unset>           | 2015-06-06 03:10 | Install        |    1
     3 | System <unset>           | 2015-06-06 03:08 | Install        |    1 EE
     2 | System <unset>           | 2015-05-31 00:35 | Install        |    9 E<
     1 | 505                      | 2015-03-04 12:42 | Install        |  134 >
history list

履歴の詳細を確認

yum history info 番号

以下、実行結果。

[ansible@dc655720ce80 ~]$ sudo yum history info 3
Loaded plugins: fastestmirror
Transaction ID : 3
Begin time     : Sat Jun  6 03:08:13 2015
Begin rpmdb    : 141:d60a77beea66790cf6bf490531b85469205f3533
End time       :                          (0 seconds)
End rpmdb      : 142:9c5d05cfbccb9fd226fc3a869e217580dfb028c3
User           : System <unset>
Return-Code    : Success
Command Line   : install wget -y
Transaction performed with:
    Installed     rpm-4.8.0-38.el6_6.x86_64                     @Updates/$releasever
    Installed     yum-3.2.29-60.el6.centos.noarch               @CentOS/$releasever
    Installed     yum-plugin-fastestmirror-1.1.30-30.el6.noarch @CentOS/$releasever
Packages Altered:
    Install wget-1.12-5.el6_6.1.x86_64 @updates
Scriptlet output:
   1 install-info: No such file or directory for /usr/share/info/wget.info.gz
history info

ということで...

メモでした。