.. Copyright Contributors to the libdnf project. This file is part of libdnf: https://github.com/rpm-software-management/libdnf/ Libdnf is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version. Libdnf is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with libdnf. If not, see . .. _reinstall_command_ref-label: ################## Reinstall Command ################## Synopsis ======== ``dnf5 reinstall [global options] ...`` Description =========== The ``reinstall`` command in ``DNF5`` is used for reinstalling packages defined in ``package-spec-NPFB`` arguments. Options ======= ``--allowerasing`` | Allow removing of installed packages to resolve any potential dependency problems. ``--skip-broken`` | Resolve any dependency problems by removing packages that are causing problems from the transaction. ``--skip-unavailable`` | Allow skipping packages that are not possible to reinstall. All remaining packages will be reinstalled. ``--allow-downgrade`` | Enable downgrade of dependencies when resolving the requested operation. ``--no-allow-downgrade`` | Disable downgrade of dependencies when resolving the requested operation. .. include:: ../_shared/options/from-repo.rst ``--downloadonly`` | Download the resolved package set without executing an RPM transaction. ``--offline`` | Store the transaction to be performed offline. See :manpage:`dnf5-offline(8)`, :ref:`Offline command `. 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 ======== | :manpage:`dnf5-specs(7)`, :ref:`Patterns specification `