O Kernel 3.19 RC5 foi lançado recentemente, lembrando que este kernel está em desenvolvimento e não é recomendado instalar em ambientes de produção.
Veja o que Linus disse nas listas:
“Fairly normal release, although I’d wish that by rc5 we’d have calmed down even further. But no, with some of the driver tree merges in particular, this is actually larger than rc4 was. That said, it’s not like there is anything particularly scary in here. The arm64 vm bug that I mentioned as pending in the rc4 notes got fixed within a day of that previous rc release, and the rest looks pretty standard,”
“Fairly normal release, although I’d wish that by rc5 we’d have calmed down even further. But no, with some of the driver tree merges in particular, this is actually larger than rc4 was. That said, it’s not like there is anything particularly scary in here. The arm64 vm bug that I mentioned as pending in the rc4 notes got fixed within a day of that previous rc release, and the rest looks pretty standard,”
Veja como instalar o Kernel 3.19 RC5 no Ubuntu 14.10 Utopic Unicorn, Ubuntu 14.04 Trusy Tahr, Linux Mint 17 Qiana, Pinguy OS 14.04, 14.04 LXLE, Peppermint Five, Deepin 2014, Linux Lite 2.0, Elementary OS 0.3 Freya.
Para instalar o Kernel 3.19 RC5 32 Bits no Ubuntu 14.10, Ubuntu 14.04 e sistemas derivados.
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-headers-3.19.0-031900rc5_3.19.0-031900rc5.201501180935_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-headers-3.19.0-031900rc5-generic_3.19.0-031900rc5.201501180935_i386.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-image-3.19.0-031900rc5-generic_3.19.0-031900rc5.201501180935_i386.deb
Instale o kernel 3.19 RC5:
$ sudo dpkg -i linux-headers-3.19*.deb linux-image-3.19*.deb
Com o kernel instalado com sucesso, reinicie:
$ sudo reboot
Para instalar o Kernel 3.19 RC5 64 Bits no Ubuntu 14.10, Ubuntu 14.04 e sistemas derivados:
Faça o download dos pacotes:
$ cd /tmp
$ wget \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-headers-3.19.0-031900rc5_3.19.0-031900rc5.201501180935_all.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-headers-3.19.0-031900rc5-generic_3.19.0-031900rc5.201501180935_amd64.deb \
kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-rc5-vivid/linux-image-3.19.0-031900rc5-generic_3.19.0-031900rc5.201501180935_amd64.deb
Instale o Kernel 3.19 RC5:
$ sudo dpkg -i linux-headers-3.19*.deb linux-image-3.19*.deb
Com o Kernel instalado com sucesso, reinicie:
$ sudo reboot
Para remover o Kernel 3.19 RC5, execute:
$ sudo apt-get remove linux-header-3.19* linux-image-3.19*
Comentários
Postar um comentário