Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

20.1. RPM: Redhat Package Management System

Checking Installed RPM's

Use the rpm -V option to check whether or not a package has been modified.

For example:

rpm -V textutils

If none of the files from the textutils package have changed then rpm will exit without outputting any data. If, on the other hand, the program has changed, you may see something like this:

U.5....T /bin/cat

This isn't as cryptic as it appears. The line returned from rpm -V contains any number of eight characters plus the full path to the file. Here are the characters and their meaning:[1]

  • S --- file Size differs

  • M --- Mode differs (includes permissions and file type)

  • 5 --- MD5 sum differs

  • D --- Device major/minor number mis-match

  • L --- readLink(2) path mis-match

  • U --- User ownership differs

  • G --- Group ownership differs

  • T --- mTime differs

Tip Mandriva Users Note
 

Mandriva Linux uses a customised version of RPM called urpmi (It consists of the urpm* commands, urpmi to install, urpme to remove and urpmf and urpmq to query).

This customised version has advantages over standard RPM, including automatic-dependency solving and Debian apt-get style functions (ability to download programs over the internet and have all dependencies resolved automatically).

The urpm* commands are all described in detail in Mandriva's documentation and various sources online.

Notes

[1]

Note that the list under section 24.1.2 comes from the RPM manual page, see [11] in the Bibliography for further details.

 
 
  Published under the terms of the GNU General Public License Design by Interspire