From 88cbcea8c67ae994efa341901e8915dd500e66d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niccol=C3=B2=20Maggioni?= Date: Thu, 25 Jan 2024 15:43:10 +0100 Subject: [PATCH] rpmconf: add page (#12127) Co-authored-by: Juri Dispan Co-authored-by: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com> --- pages/linux/rpmconf.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/linux/rpmconf.md diff --git a/pages/linux/rpmconf.md b/pages/linux/rpmconf.md new file mode 100644 index 000000000..222f50d49 --- /dev/null +++ b/pages/linux/rpmconf.md @@ -0,0 +1,13 @@ +# rpmconf + +> Handle RPMNEW, RPMSAVE and RPMORIG files left over by package upgrades. +> See also: `rpm`. +> More information: . + +- List leftover files and interactively choose what to do with each of them: + +`sudo rpmconf --all` + +- Delete orphaned RPMNEW and RPMSAVE files: + +`sudo rpmconf --all --clean`