dnf5-remove - Man Page

Remove Command

Synopsis

dnf5 remove [options] <package-spec>...

Description

The remove command in DNF5 is used for removing installed packages from the system. If you want to remove also all dependencies that are no longer needed by any other package, set the clean_requirements_on_remove configuration parameter to True.

Examples

dnf5 remove tito
Remove the tito package.

See Also

dnf5-specs(7), Patterns specification

Author

See AUTHORS.md in dnf5 source distribution.

Referenced By

dnf5(8).

May 19, 2023 dnf5