mirror of
https://pagure.io/fedora-docs/quick-docs.git
synced 2024-11-24 13:32:42 +00:00
Suggest cleaning up old RPM keys after distribution upgrade
This commit is contained in:
parent
33be22abff
commit
1111bc3f02
1 changed files with 11 additions and 0 deletions
|
@ -255,6 +255,17 @@ echo "Removed old kernels"
|
|||
exit 0
|
||||
----
|
||||
|
||||
[[sect-clean-up-old-keys]]
|
||||
=== Clean-up old keys trusted for RPM package signing
|
||||
|
||||
Keys from older Fedora releases and third-party repositories will accumulate in the RPM database over time. You can remove keys no-longer referenced from `/etc/yum.repos.d/` with:
|
||||
|
||||
[source,bash]
|
||||
----
|
||||
sudo dnf install clean-rpm-gpg-pubkey
|
||||
sudo clean-rpm-gpg-pubkey
|
||||
----
|
||||
|
||||
[[sect-clean-up-old-symlinks]]
|
||||
=== Clean-up old symlinks
|
||||
|
||||
|
|
Loading…
Reference in a new issue