Re: How do I know which packages are an updates ? [newbie]

"Mihai T. Lazarescu" <[email protected]> Fri, 26 Dec 2014 12:52:26 +0200
Newsgroups gmane.linux.rpm.yum
Message-ID <[email protected]>
> On Dec 26, 2014 1:20 PM, "Kevin Wilson" <[email protected]> wrote:
> 
>   My goal is to list the packages which were updated by the 
>   "yum update" command.

This is not strictly yum, but effective nevertheless:

    rpm -qa --last

HTH,
Mihai