mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 02:54:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user