Bug 241852

Summary: Support installing new version without removing old
Product: [Fedora] Fedora Reporter: Kasper Dupont <bugzilla>
Component: yumAssignee: James Antill <james.antill>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-05-31 12:31:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kasper Dupont 2007-05-31 06:55:50 UTC
Description of problem:
When there is a kernel update available "yum update" wants to delete the older
kernel versions. I want to be able to keep multiple kernel versions available
until I decide I'm satisfied enough with the new kernel to delete the old ones.
There should be an option that allows me to install the new version without
deleting the old version, like "rpm -i" would do.


Version-Release number of selected component (if applicable):
yum-3.0.6-1.fc6


How reproducible:
Always


Steps to Reproduce:
1. yum update

  
Actual results:
Old kernel is removed


Expected results:
There is a way to keep the old package as long as it does not conflict with the
new. Either by specifying an option on the command line or by being asked during
the update.


Additional info:
This is a feature request, but with the latest changes to bugzilla, I can no
longer figure out where you have hidden the possibility to mark it as such.

Currently I use the following workaround.
1. Run "yum update"
2. Answer y when asked if I want to proceedd.
3. Press ctrl-c while updates are being downloaded.
4. rpm -K /var/cache/yum/updates/packages/kernel-*
5. rpm -ivh /var/cache/yum/updates/packages/kernel-*

Comment 1 Seth Vidal 2007-05-31 12:31:44 UTC
disable the installonlyn plugin in /etc/yum/pluginconf.d/installonlyn.conf

then yum will keep all kernel versions when they are installed.