First page Back Continue Last page Overview

 

Installing and Removing Software

 
  • Primary RPM options:

    • Install: rpm -i, --install
    • Upgrade: rpm -U, --upgrade
    • Freshen: rpm -F, --freshen
    • Erase: rpm -e, --erase
  • Output Options: -v, -h

  • URL support: ftp:// (with globbing), http://

  • Many other install-options are available to address special cases.