How To Install Kernel 3.14.1 On Ubuntu And Linux Mint
صدر موخرا اصدار الكيرنال Kernel 3.14.1 المستقر ومن المعروف ان اصدار الكيرنال ياتي معه تحديثات مهمه في نواه النظام لذلك يجب علي كل مستخدم ان يقوم بعمل تحديث الناة الي الاصدار المستقر ولاتمام هذة الترقيه يجب عليك اولا معرفه نواه نظامك هي 32 ام 64 ثم اتباع احد الطريقتين الموضحان في الاسفل
How to install Kernel 3.14.1 on 32 bit Ubuntu, Linux Mint and Elementary OS systems
لاجهزة 32 بت
تنزيل الحزم
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1_3.15.0-031500rc1.201404131835_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-image-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_i386.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-image-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_i386.deb
لتثبيت النواه
$ sudo dpkg -i linux-image-3.14.1*.deb linux-headers-3.14.1*.deb
للاجهزة ذات نوات 64 بت
How to install Kernel 3.14.1 on 64 bit Ubuntu, Linux Mint and Elementary OS systems
لتنزيل الحزم
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1_3.15.0-031500rc1.201404131835_all.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-image-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-headers-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_amd64.deb
$ wget kernel.ubuntu.com/~kernel-ppa/mainline/v3.15-rc1-trusty/linux-image-3.15.0-031500rc1-generic_3.15.0-031500rc1.201404131835_amd64.deb
لتثبيت النواه
$ sudo dpkg -i linux-image-3.14.1*.deb linux-headers-3.14.1*.deb
لالغاء التثبيت
$ sudo apt-get remove linux-image-3.14.1* linux-headers-3.14.1*