-
When we use mock --install, it executes dnf install, but I have packages where I have made changes but not made any changes to version. When I run mock install dnf says packages already installed. |
Beta Was this translation helpful? Give feedback.
Answered by
praiskup
Jun 9, 2023
Replies: 2 comments
-
There's |
Beta Was this translation helpful? Give feedback.
0 replies
-
But you can do |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashuk2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
But you can do
mock --dnf-cmd reinstall <your pkg>
.