[CentOS] do not uninstall old when yum install new

Tue Mar 26 01:07:29 UTC 2019
wuzhouhui <wuzhouhui14 at mails.ucas.ac.cn>

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.