![]() | 1 | initial version |
To disable repositories temporarily you can use --disablerepo=
in the dnf
command. To disable all repositories you can use the command as follows.
dnf install --disablerepo='*' ./<package>.rpm
![]() | 2 | No.2 Revision |
To disable repositories temporarily you can use --disablerepo=
in with the dnf
command. To disable all repositories you can use the command as follows.
dnf install --disablerepo='*' ./<package>.rpm