Linux 重建RPM数据库 发表于2021-05-12由jgh004 浏览量: 21删除损坏的数据库文件Shell rm -f /var/lib/rpm/__db*1rm -f /var/lib/rpm/__db*清理 dnf 缓存Shell dnf clean all1dnf clean all重建数据库Shell rpm -vv --rebuilddb1rpm -vv --rebuilddb重新更新Shell dnf update1dnf update 相关文章:CentOS 8 安装配置 Nginx, MariaDB, PHP