HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

rpmconf — Handle `.rpmnew`, `.rpmsave`, and `.rpmorig` files left over by package upgrades. See also: `rpm`. M

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrpmnewandrpmorigclirpmconfrpmsavehandle
linux

Problem

How to use the rpmconf command: Handle .rpmnew, .rpmsave, and .rpmorig files left over by package upgrades. See also: rpm. More information: <https://manned.org/rpmconf.8>.

Solution

rpmconf — Handle .rpmnew, .rpmsave, and .rpmorig files 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 .rpmnew and .rpmsave files:
sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}

Code Snippets

List leftover files and interactively choose what to do with each of them

sudo rpmconf {{[-a|--all]}}

Delete orphaned `.rpmnew` and `.rpmsave` files

sudo rpmconf {{[-a|--all]}} {{[-c|--clean]}}

Context

tldr-pages: linux/rpmconf

Revisions (0)

No revisions yet.