23 | | ||||'''rpm -i''' __pkg__.rpm ||Install the package contained in the file "__pkg__.rpm" (all required packages must be already installed) |
24 | | ||'''rpm -qi -p''' __pkg__.rpm ||'''rpm -qi''' __pkg__ ||Display information about the package file "__pkg__.rpm" or about the installed package __pkg__ (name, version, etc.) |
25 | | ||'''rpm -qR -p''' __pkg__.rpm ||'''rpm -qR''' __pkg__ ||Display the requirements of the package file "__pkg__.rpm" or of the installed package __pkg__ |
26 | | ||'''rpm -ql -p''' __pkg__.rpm ||'''rpm -ql''' __pkg__ ||List all files contained in the package file "__pkg__.rpm" or of the installed package __pkg__ |
27 | | ||'''rpm -q --changelog -p''' __pkg__.rpm ||'''rpm -q --changelog''' __pkg__ ||Print the list of changes provided by the version of the package contained in "__pkg__.rpm" or by the installed package __pkg__ |
28 | | ||||'''rpm -qf''' /full/path/to/file ||Search for an installed package owning the file "/full/path/to/file" |
| 23 | ||||'''rpm -i''' __pkg-XYZ__.rpm ||Install the package contained in the file "__pkg-XYZ__.rpm" (all required packages must be already installed) |
| 24 | ||'''rpm -qi -p''' __pkg-XYZ__.rpm ||'''rpm -qi''' __pkg__ ||Display information about the package file "__pkg-XYZ__.rpm" or about the installed package __pkg__ (name, version, etc.) |
| 25 | ||'''rpm -qR -p''' __pkg-XYZ__.rpm ||'''rpm -qR''' __pkg__ ||Display the requirements of the package file "__pkg-XYZ__.rpm" or the installed package __pkg__ |
| 26 | ||'''rpm -ql -p''' __pkg-XYZ__.rpm ||'''rpm -ql''' __pkg__ ||List all files contained in the package file "__pkg-XYZ__.rpm" or the installed package __pkg__ |
| 27 | ||'''rpm -q --changelog -p''' __pkg-XYZ__.rpm ||'''rpm -q --changelog''' __pkg__ ||Print the list of changes provided by the version of the package contained in "__pkg-XYZ__.rpm" or by the installed package __pkg__ |
| 28 | ||||'''rpm -qf''' /full/path/to/file ||Search for an installed package owning the file "/full/path/to/file" (e.g. "/@unixroot/bin/sh") |