Changes between Version 21 and Version 22 of RpmHowToEndUsers


Ignore:
Timestamp:
Feb 18, 2015, 1:30:43 PM (9 years ago)
Author:
Silvan Scherrer
Comment:

downgrade info

Legend:

Unmodified
Added
Removed
Modified
  • RpmHowToEndUsers

    v21 v22  
    1010||'''yum reinstall''' __pkg__              ||Reinstalls the latest version of the package named __pkg__ (including all packages it needs for its work, if any)
    1111||'''yum remove''' __pkg__               ||Uninstall the package named __pkg__ (including all installed packages that need the removed one, if any)
     12||'''yum downgrade''' __pkg__               ||downgrades the package named __pkg__ one version
    1213||'''yum check-update'''                 ||List available updates (newer versions) for all installed packages
    1314||'''yum update'''                       ||Install all available updates (if any)