Skip to content

Latest commit

 

History

History
50 lines (27 loc) · 1.2 KB

s1-rpm-commands-erase-mode.md

File metadata and controls

50 lines (27 loc) · 1.2 KB

Maximum RPM: Taking the RPM Package Manager to the Limit

Prev

Appendix C. Concise RPM Command Reference

Next


Erase Mode

RPM's erase mode is used to erase previously installed packages:

Format: rpm --erase <package>

or

Format: rpm -e <package>

Options To Erase Mode

The following options can be used on any erase command:

  • --nodeps — Do not verify package dependencies.

  • --noscripts — Do not execute any installation scripts.


Prev Home Next
Upgrade Mode Up Build Mode