From b1576742fc5f92dc20c8d5564e244905c61a5cab Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 3 Mar 2023 15:52:05 +0100 Subject: [PATCH] how to rebuild an RPM database --- admin-guide/troubleshooting.rst | 1 + admin-guide/troubleshooting/package_management.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 admin-guide/troubleshooting/package_management.md diff --git a/admin-guide/troubleshooting.rst b/admin-guide/troubleshooting.rst index f508a221..e083bce1 100644 --- a/admin-guide/troubleshooting.rst +++ b/admin-guide/troubleshooting.rst @@ -7,3 +7,4 @@ Troubleshooting troubleshooting/methods-and-tools troubleshooting/deployment troubleshooting/login + troubleshooting/package_management diff --git a/admin-guide/troubleshooting/package_management.md b/admin-guide/troubleshooting/package_management.md new file mode 100644 index 00000000..53195612 --- /dev/null +++ b/admin-guide/troubleshooting/package_management.md @@ -0,0 +1,5 @@ +# Package Management + +## Rebuild RPM Database +When `yum`, `dnf` or `rpm` hang or have errors pointing to a problem with their database, then follow the +[Guide to rebuild a corrupted RPM database](https://www.tecmint.com/rebuild-corrupted-rpm-database-in-centos/)