1830997 Members
2598 Online
110018 Solutions
New Discussion

List patches in linux

 
SOLVED
Go to solution
R.O.
Esteemed Contributor

List patches in linux

Hi,

How can I see the patches installed in a Red Hat linux system? I know rpm -qa list the packages, but I do not know if it list patches also. Is there something similar to "swlist | grep PH*" (i.e.) in HPUX?

Thanks and regards
"When you look into an abyss, the abyss also looks into you"
4 REPLIES 4
Martin P.J. Zinser
Honored Contributor

Re: List patches in linux

Hello,

it lists everything you did install using RPM, i.e. if the patch came as an RPM it will be in, while packages you did install from source tarballs will not be in.

Greetings, Martin
Jerome Henry
Honored Contributor

Re: List patches in linux

Hi,

I'm not aware of such a command as 'patches' are full packages reinstalled.
rpm --last -qa will liste packages by date of install, so all packages more recent than original install are updated packages.
hth

J
You can lean only on what resists you...
Steven E. Protter
Exalted Contributor
Solution

Re: List patches in linux

The Linux patching model is different than HP-UX.

When you patch apache, the version number is updated.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jairo Campana
Trusted Contributor

Re: List patches in linux

too in /root/innstall.log the packages installed or up2date for install patch o patch installed :
https://rhn.redhat.com/errata/RHSA-2003-267.html#Red%20Hat%20Linux%208.0
legionx