|
Use the command line and regular rpm commands to fix this. You only need use the generic name of the package when performing
rpm -e <filename>
{this should give you a set of "unmet dependencies" like in your very helpful screenshot}
or
rpm -e < library>
and then:
rpm -e <
Remove libraries and "unmet dependencies" first. Finally remove the actual package. It seems to me that this method works a little bit bertter than the GUI way.
Removing whole groups of packages is easy to do in debian's tasksel and dselect (and even synaptic), but I don't know how to do it with YUM. Best of luck.
Last edited by mitzelone73; 18th March 2004 at 11:20 PM.
|