potential update list

Dave Gavin dgavin at davegavin.com
Thu Jan 12 02:58:04 UTC 2006


On Wed, January 11, 2006 9:38 pm, Michael D. Berger wrote:
> I would like to get a list of the packages that:
>
> 1. are installeded my system
> AND
> 2. would be updated if I were to run yum update.
>
> Is there a way to do this?
> Thanks for your help.
>
> Mike.
> --
> Michael D. Berger
> m.d.berger at ieee.org
>

To see packages that would be installed:

yum check-update

To see what is installed:

rpm -qa | sort

Dave




More information about the fedora-list mailing list