Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-29 00:20:05 +00:00
parent 5c637b8c84
commit d1988a6d2c
87 changed files with 623 additions and 154 deletions

View File

@@ -7,12 +7,12 @@ source: https://github.com/tldr-pages/tldr.git
> Handle RPMNEW, RPMSAVE and RPMORIG files left over by package upgrades.
> See also: `rpm`.
> More information: <https://github.com/xsuchy/rpmconf>.
> More information: <https://manned.org/man/rpmconf.8>.
- List leftover files and interactively choose what to do with each of them:
`sudo rpmconf --all`
`sudo rpmconf {{[-a|--all]}}`
- Delete orphaned RPMNEW and RPMSAVE files:
`sudo rpmconf --all --clean`
`sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}`