Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What is the command to verify installed linux patches

Status
Not open for further replies.

strikelit

MIS
Sep 10, 2003
88
US
I have a SuSE workstation and wanted to check if some specific patches were installed. Is there a command that I could use to verify if these patches are installed?
I know aix uses instfix and solaris uses showrev, but I dont know what SuSE uses.
 
SuSE is an RPM (RedHat Package Manager) based distribution.

When 'patches' are installed the entire package is actually replaced, so you just need to check the versions of the packages that are currently installed using rpm -qa or rpm -q packagename.

Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top