Skip to content

Instantly share code, notes, and snippets.

@skull-squadron
Created May 31, 2024 02:13
Show Gist options
  • Save skull-squadron/56937fb3aa229f2bfc90de16970c9d02 to your computer and use it in GitHub Desktop.
Save skull-squadron/56937fb3aa229f2bfc90de16970c9d02 to your computer and use it in GitHub Desktop.
Reinstall all packages on Linuxes

How to reinstall packages

DNF-/RPM-based

rpm -qa --qf '%{NAME}\n' | xargs dnf reinstall -y

APT-/DEB-based

TBD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment