Reinstall Command
Synopsis
dnf5 reinstall [global options] <package-spec>...
Description
The reinstall
command in DNF5
is used for reinstalling packages defined in
package-spec
arguments.
Examples
dnf5 reinstall tito
- Reinstall the
tito
package. dnf5 reinstall ~/Downloads/tito-0.6.21-1.fc36.noarch.rpm
- Reinstall the
tito
package from the local rpm file.This can be useful f.e. when the given package is not available in any enabled repository.
See Also
dnf5-specs(7), Patterns specification