Swap Command

Synopsis

dnf5 swap [options] <remove-spec> <install-spec>

Description

The swap command in DNF5 is used for removing a package while installing a different one in a single transaction.

Options

--allowerasing
Allow erasing of installed packages to resolve any potential dependency problems.
--forcearch=<arch>
Force the use of a specific architecture.
See dnf5-forcearch(7) for more info.

Examples

dnf5 swap mlocate plocate
Remove the mlocate package and install the plocate instead in the single transaction.