Mailinglist Archive: opensuse (963 mails)

< Previous Next >
Re: [opensuse] How to upgrade my kernel?
  • From: "David C. Rankin" <drankinatty@xxxxxxxxxxxxxxxxxx>
  • Date: Mon, 01 Nov 2010 22:42:17 -0500
  • Message-id: <4CCF8899.3050007@xxxxxxxxxxxxxxxxxx>
On 11/01/2010 05:59 PM, Bob Williams wrote:
On Monday 01 Nov 2010 22:44:01 David C. Rankin wrote:
Make sure you do set multiversion....
OK, did that ...

Then a zypper up
I opted for zypper up, but the kernel was in the list of packages NOT to be
upgraded. :(



Bob,

Next best thing is to fire up yast, from the left-column choose
repositories
from the drop-down. Highlight your kernel:/HEAD repo, then:

Packages -> All listed packages -> update if newer version is available.

(your zypper up probably choked due to 'kernel-source' being replaced)

If all else fails, I usually just download the new kernel files I need into a
directory, then I do:

rpm -Ivh *.rpm

(check the errors to make sure that it is just choking on kernel-source or some
other easily explainable file dependency that you are going to replace anyway)
Then when you have satisfied yourself, do:

rpm -Ivh --replacepkgs --replacefiles *.rpm

or just

rpm -Ivh --force *.rpm

(--force is just shorthand for --replacepkgs --replacefiles)



--
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups