First page Back Continue Last page Summary Graphic
Problem removing packages
Sometimes, RPM will refuse to remove a package.
The erasure of a package may break a dependency, causing other software to cease to function.
Example:
rpm --erase vim
error: removing these packages would break dependencies:
vim is needed by gvim-5.6-23
One could remove vim and gvim, thus:
rpm --erase vim gvim
Notes: