LinuxCommandLibrary

urpme

Remove packages on Mageia Linux

TLDR

Uninstall package

$ sudo urpme [package]
copy
Remove orphan packages
$ sudo urpme --auto-orphans
copy
Remove package and dependencies
$ sudo urpme --auto-orphans [package]
copy

SYNOPSIS

urpme [OPTIONS] PACKAGE...

DESCRIPTION

urpme uninstalls packages in Mageia Linux. It handles package removal including dependency checking and can automatically remove orphaned packages that are no longer needed.
Part of the urpmi package management suite for Mageia.

PARAMETERS

--auto-orphans

Remove orphaned packages (no longer needed)
--auto
Automatically confirm removal
-v, --verbose
Verbose output

CAVEATS

Mageia specific. Use --auto-orphans carefully as it may remove important packages. Requires root privileges.

SEE ALSO

urpmi(8), urpmq(8), urpmi.update(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community