Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi,
I have installed Linux Mint on my system having Kernel version 3.5.0-17-generic.
I want to update my kernel version to 3.7.7
please tell me how i can update to new kernel version i have downloaded kernel version 3.7.7 from http://www.kernel.org/[^].
please help me....!!!
Posted
Comments
Richard MacCutchan 13-Feb-13 12:01pm    
You will probably need to rebuild Linux with the new kernel.
Sergey Alexandrovich Kryukov 13-Feb-13 13:40pm    
Probably you need to update the kernel itself, not the version... :-)
Some distro provide a straightforward way to update, the same way as applications, not sure about Mint. Anyway, what's the problem? There is a lot of literature on this step...
—SA

1 solution

On linux, you can typically update to the latest of any software on your system with

sudo apt-get update
sudo apt-get upgrade


This mechanism gives you "the latest" but does not give you the opportunity to select which specific choice you get from a list of those available.

Google should be able to help you with details of removing obsolete kernel versions.
 
Share this answer
 
Comments
Swapnil Bhalerao 16-Feb-13 9:31am    
Thanks....
I have one more Q ?
how to build kernel source tree??.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900