본문 바로가기
OS-OE Knowledge/Linux-Unix KB

Ubuntu/Kernel Update to Specific version

by 스쳐가는인연 2013. 5. 29.

Upubuntu 사이트에서 원하는 커널 버전의 수정 사항을 확인하고,

업데이트를 진행할 수 있다.

http://www.upubuntu.com/


eg)

Linux Kernel 3.8.5 Installation(설치)


To install Linux Kernel 3.8.5 in Ubuntu 13.04/12.10/12.04 and Linux Mint 14/13/12 or older, enter these commands:

다운로드 받을 위치로 이동

root # cd /tmp 


upubuntu에서 원하는 kernel을 다운로드 받는다. (각 버전마다 실행 명령을 친절히 가이드 하고 있다.

root # wget http://dl.dropbox.com/u/47950494/upubuntu.com/kernel-3.8.5 -O kernel-3.8.5


설치를 위해 실행 권한 부여

root # chmod +x kernel-3.8.5 sudo sh kernel-3.8.5


설치가 종료되고 리부팅한다.

root # reboot

root $ sudo reboot



Removing  Linux Kernel 3.8.5 (제거)


To uninstall Linux kernel 3.8.5 completely from your system, run this command:


root $ sudo apt-get purge linux-image-3.8.5*

root # apt-get purge linux-image-3.8.5*


출처

http://www.upubuntu.com/2013/03/install-linux-kernel-385-in-ubuntu.html

반응형