commands.sh

rpmconf

linux

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

More info →

Options (2)

-a, --allboolean

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

Example: sudo rpmconf {{[-a|--all]}}
-c, --cleanboolean

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

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

Examples (2)

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]
made by @shridhargupta | data from tldr-pages