Displaying 1 result from an estimated 1 matches for "install_only".
2019 Mar 26
2
do not uninstall old when yum install new
Hi,
I have a specific needs that requires yum do not to uninstall old
version when install new one. For example, I found that
yum install kernel
will install new kernel, and old kernel will remained. But
yum install <something-else>
will uninstall old version after install new one, how to disable it?
Thanks.