#633 How to remove duplicate packages
Merged 9 months ago by ankursinha. Opened 9 months ago by churchyard.
fedora-docs/ churchyard/quick-docs duplicates  into  main

@@ -191,6 +191,13 @@ 

  sudo dnf repoquery --duplicates

  ----

  

+ And you can remove them with:

+ 

+ [source,bash]

+ ----

+ sudo dnf remove --duplicates

+ ----

+ 

  [NOTE]

  ====

  Run `sudo dnf upgrade` first, as this list is only valid if you have a fully updated system.

no initial comment

Pull-Request has been merged by ankursinha

9 months ago
Metadata