Changes between Version 20 and Version 21 of RpmHowToEndUsers
- Timestamp:
- Feb 13, 2015, 10:09:37 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RpmHowToEndUsers
v20 v21 24 24 25 25 ||||'''rpm -i''' __pkg-XYZ__.rpm ||Install the package contained in the file "__pkg-XYZ__.rpm" (all required packages must be already installed) 26 ||||'''rpm -i --nodeps''' __pkg-XYZ__.rpm ||Install the package contained in the file "__pkg-XYZ__.rpm" w/o checking for dependencies (only use that when you know exactly what you do) 26 27 ||'''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.) 27 28 ||'''rpm -qR -p''' __pkg-XYZ__.rpm ||'''rpm -qR''' __pkg__ ||Display the requirements of the package file "__pkg-XYZ__.rpm" or the installed package __pkg__