mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1bd361d884
Co-authored-by: Lena Pastwa <lena@lnps.me>
374 B
374 B
rpmconf
Handle
.rpmnew,.rpmsave, and.rpmorigfiles left over by package upgrades. See also:rpm. More information: https://manned.org/rpmconf.8.
- List leftover files and interactively choose what to do with each of them:
sudo rpmconf {{[-a|--all]}}
- Delete orphaned
.rpmnewand.rpmsavefiles:
sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}