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 keep the dependencies that were installed together with the given package,
set the clean_requirements_on_remove
configuration option to False
.
Examples
dnf5 remove tito
- Remove the
tito
package.
See Also
dnf5-specs(7), Patterns specification