LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Can't Uninstall Packages (https://www.linuxquestions.org/questions/fedora-35/cant-uninstall-packages-385657/)

spaaarky21 11-22-2005 07:49 PM

Can't Uninstall Packages
 
The other day I was trying to uninstall some packages but was unable to. Aparently, because the packages had been updated since being installed, they no longer appear as being installed in GUI to add and remove software. I tried to uninstall them from the terminal using
Code:

rpm -e package_name_here
but I seem to be stuck in dependency hell. I can't uninstall one without violating the RPM dependency of another installed RPM. I want nothing to do with the RPM I am trying to remove so I really wouldn't mind having everything associated with it removed as well. Does RPM have a recursive feature for removing RPMs that would also remove anything that depends on that RPM? And more importantly, if it does, is it safe to use?

-Brandon

kurtdriver 11-22-2005 08:59 PM

Can you try yum? It resolves dependancies quite well during installation, so maybe it can do the same with removal of packages. I don't know for sure, but maybe. Try yum remove packagename

brianthegreat 11-22-2005 10:04 PM

The rpm -e command does not seem to work well with Fedora 4. I would have to agree that yum is the best option regarding installing and uninstalling packages.


All times are GMT -5. The time now is 09:33 AM.