logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Urpme - Uninstall Packages in Mageia | Online Free DevTools by Hexmos

Uninstall packages with Urpme, the Mageia package manager. Remove software, dependencies, and orphans. Free online tool, no registration required.

urpme

Uninstall packages in Mageia. See also: urpmi, urpmi.update, urpmi.addmedia, urpmi.removemedia, urpmf, urpmq. More information: https://man.linuxreviews.org/man8/urpme.8.html.

  • Uninstall a package:

sudo urpme {{package}}

  • Uninstall orphan packages (Note: Use it with caution as it might unintentionally remove important packages):

sudo urpme --auto-orphans

  • Uninstall a package and its dependencies:

sudo urpme --auto-orphans {{package}}

See Also