First page Back Continue Last page Graphics
Example (continued)
for both types of installation:
- local rpm DB holds info on each and every file and package:
- which versions are installed: rpm -q antiword
- default version: rpm -q antiword-default
- all files from 0.33: rpm -ql antiword-0.33
- all documentation files: rpm -qd antiword-0.33
- general information: rpm -qi antiword
- package dependencies are intact