Instale o kernel de 64 bits no Ubuntu de 32 bits no 16.04 LTS, retenha o kernel de 32 bits

0

Instale o kernel de 64 bits em 32 bits O Ubuntu mostra como a instalação de um kernel de 64 bits é realizada no 14.04, mas como fazê-lo no 16.04, já que nenhum dos seguintes comandos funciona?

$ sudo apt-get install linux-image-generic:amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-image-generic:amd64

Para manter o kernel de 32 bits como fallback, respectivamente adaptado para 16.04, tentei:

$ sudo apt-get install linux-generic-lts-xenial:amd64
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package linux-generic-lts-xenial:amd64

edit: depois de rodar sudo dpkg --add-architecture , eu continuei, mas eu pensei que 'para reter o kernel de 32 bits' significa que ele mantém o kernel de 32 bits, mas parece que o APT irá removê-lo se eu instalar o recomendado pacote:

$ sudo apt-get -Vs install linux-generic-lts-xenial:amd64 
The following packages will be REMOVED:
linux-generic (4.4.0.87.93)
linux-headers-4.4.0-87-generic (4.4.0-87.110)
linux-headers-generic (4.4.0.87.93)
linux-image-4.4.0-87-generic (4.4.0-87.110)
linux-image-extra-4.4.0-87-generic (4.4.0-87.110)
linux-image-generic (4.4.0.87.93) thermald (1.5-2ubuntu4)
    
por ɹǝzıuıʇnɹɔs 02.08.2017 / 16:05

0 respostas