Maximum RPM: Taking the Red Hat Package Manager to the Limit | ||
---|---|---|
Prev | Appendix C. Concise RPM Command Reference | Next |
RPM's erase mode is used to erase previously installed packages:
Format: rpm --erase <package>
or
Format: rpm -e <package>
The following options can be used on any erase command:
--nodeps — Do not verify package dependencies.
--noscripts — Do not execute any installation scripts.