DNF5-REMOVE(8) | dnf5 | DNF5-REMOVE(8) |
NAME¶
dnf5-remove - Remove Command
SYNOPSIS¶
dnf5 remove [options] <package-file-spec>|@<group-spec>|@<environment-spec>...
DESCRIPTION¶
The remove command in DNF5 is used for removing installed packages, groups or environments from the system.
If you want to keep the dependencies that were installed together with the given package, set the clean_requirements_on_remove configuration option to False.
OPTIONS¶
- --no-autoremove
-
Disable removal of dependencies that are no longer used.
- --offline
-
Store the transaction to be performed offline. See dnf5-offline(8), Offline command.
EXAMPLES¶
- dnf5 remove tito
-
Remove the tito package.
SEE ALSO¶
dnf5-specs(7), Patterns specification
AUTHOR¶
See AUTHORS.md in dnf5 source distribution.
COPYRIGHT¶
Contributors to the dnf5 project.
December 8, 2024 |