I checked for updates and it had 5 to do so I started that, left and came back and the update panel was gone. Is there a way to check what was updated?
(centos 6.5)
Thanks,
-wes
Am 15.05.2014 um 17:16 schrieb Wes James comptekki@icloud.com:
I checked for updates and it had 5 to do so I started that, left and came back and the update panel was gone. Is there a way to check what was updated?
$ cat /var/log/yum.log
$ rpm -qa --last |less
-- LF
On 2014-05-15 17:27, Leon Fauster wrote:
Am 15.05.2014 um 17:16 schrieb Wes James comptekki@icloud.com:
I checked for updates and it had 5 to do so I started that, left and came back and the update panel was gone. Is there a way to check what was updated?
$ cat /var/log/yum.log
$ rpm -qa --last |less
Sometimes more useful:
$ yum history list $ yum history info
http://yum.baseurl.org/wiki/YumHistory
By default normal users won't have access, but that's also the case for yum.log.
On May 16, 2014, at 01:53 AM, Elias Persson delreich@takeit.se wrote:
On 2014-05-15 17:27, Leon Fauster wrote: > Am 15.05.2014 um 17:16 schrieb Wes James <comptekki@icloud.com >: > > I checked for updates and it had 5 to do so I started that, left and came back and the update panel was gone. Is there a way to check what was updated? > > $ cat /var/log/yum.log > > $ rpm -qa --last |less
Sometimes more useful:
$ yum history list $ yum history info
http://yum.baseurl.org/wiki/YumHistory
By default normal users won't have access, but that's also the case for yum.log.
Thanks for this info and thanks for all the other responses. Have a great weekend!
-wes
Sent from my Linux mobile device On May 15, 2014 11:16 PM, "Wes James" comptekki@icloud.com wrote:
I checked for updates and it had 5 to do so I started that, left and came
back and the update panel was gone. Is there a way to check what was updated?
(centos 6.5)
Thanks,
-wes _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Wes
You can try $ sudo tail /var/log/yum.log