Changes between Version 20 and Version 21 of RpmHowToEndUsers


Ignore:
Timestamp:
Feb 13, 2015, 9:09:37 AM (9 years ago)
Author:
Silvan Scherrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToEndUsers

    v20 v21  
    2424
    2525||||'''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)
    2627||'''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.)
    2728||'''rpm -qR -p''' __pkg-XYZ__.rpm             ||'''rpm -qR''' __pkg__             ||Display the requirements of the package file "__pkg-XYZ__.rpm" or the installed package __pkg__