Linux command
rpmconf 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Example
sudo rpmconf -a
Delete orphaned
sudo rpmconf -a -c
说明
rpmconf handles .rpmnew, .rpmsave, and .rpmorig files left over by RPM package upgrades. These files are created when package updates contain configuration changes that might conflict with local modifications. The tool provides an interactive interface to merge, replace, or keep configuration files.
参数
- -a, --all
- Process all configuration files
- -c, --clean
- Delete orphaned configuration backup files
FAQ
What is the rpmconf command used for?
rpmconf handles .rpmnew, .rpmsave, and .rpmorig files left over by RPM package upgrades. These files are created when package updates contain configuration changes that might conflict with local modifications. The tool provides an interactive interface to merge, replace, or keep configuration files.
How do I run a basic rpmconf example?
Run `sudo rpmconf -a` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -a, --all do in rpmconf?
Process all configuration files