install - Issues about using rpm -U to upgrade an installed package -
after first installing package example.rpm using rpm -uvh ./example.rpm
. deleted config files of example mistake. second time, use rpm -uvh ./example.rpm. said package installed. stilling missing config files deleted. how change command let install config files?
--replacepkgs reinstall if package present
according to
rpm --help
Comments
Post a Comment