apt-get -f instalar problema

-1

Estou recebendo este erro no meu AWS ubuntu t2 micro. Eu sou novo no ubuntu / lunix. Ao instalar o pacote nodejs, é recomendado que eu corra "sudo apt-get -f install". Qualquer ajuda seria muito apreciada.

$sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  linux-headers-4.4.0-119-generic
The following NEW packages will be installed:
  linux-headers-4.4.0-119-generic
0 upgraded, 1 newly installed, 0 to remove and 183 not upgraded.
7 not fully installed or removed.
Need to get 0 B/816 kB of archives.
After this operation, 7,473 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 505710 files and directories currently installed.)
Preparing to unpack .../linux-headers-4.4.0-119-generic_4.4.0-119.143_amd64.deb ...
Unpacking linux-headers-4.4.0-119-generic (4.4.0-119.143) ...
dpkg: error processing archive /var/cache/apt/archives/linux-headers-4.4.0-119-generic_4.4.0-119.143_amd64.deb (--unpack):
 unable to create '/usr/src/linux-headers-4.4.0-119-generic/include/config/ring/buffer/allow/swap.h.dpkg-new' (while processing './usr/src/linux-headers-4.4.0-119-generic/include/config/ring/buffer/allow/swap.h'): No space left on device
No apport report written because the error message indicates a disk full error
                                                                              dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/linux-headers-4.4.0-119-generic_4.4.0-119.143_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Zip184 12.04.2018 / 02:01

1 resposta

2

Seu problema não está diretamente relacionado ao comando apt-get -f install . Como a mensagem de erro indica que seu sistema não tem espaço livre para instalar pacotes.

Verifique Como faço para liberar espaço em disco? para encontrar algumas ideias de como limpar.

    
por Sebastian Stark 12.04.2018 / 02:25