Sunday, April 17, 2005

Uninstalling RPM packages

Test it out first:

rpm -e --test my_package

Erase it, no dependencies:

rpm -e --nodeps my_package

No comments: