Pessoal, seguinte, to com um problema ao atualizar meu Kubuntu 20.04 tem um tempinho. Pelo terminal aparece a seguinte mensagem depois de rodar o comando sudo apt-get upgrade:
marianachaves@NMTZG00664:~$ sudo apt-get upgrade
[sudo] password for marianachaves:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
linux-modules-5.13.0-40-generic : Depends: linux-image-5.13.0-40-generic but it is not installed or
linux-image-unsigned-5.13.0-40-generic but it is not installed
linux-modules-5.13.0-48-generic : Depends: linux-image-5.13.0-48-generic but it is not installed or
linux-image-unsigned-5.13.0-48-generic but it is not installed
linux-modules-extra-5.13.0-40-generic : Depends: linux-image-5.13.0-40-generic but it is not installed or
linux-image-unsigned-5.13.0-40-generic but it is not installed
linux-modules-extra-5.13.0-48-generic : Depends: linux-image-5.13.0-48-generic but it is not installed or
linux-image-unsigned-5.13.0-48-generic but it is not installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Sendo assim, tento o comando apt --fix-broken install e o terminal me retorna essas mensagens:
marianachaves@NMTZG00664:~$ sudo apt --fix-broken install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
linux-image-5.13.0-40-generic linux-image-5.13.0-48-generic
Suggested packages:
fdutils linux-doc | linux-hwe-5.13-source-5.13.0 linux-hwe-5.13-tools linux-headers-5.13.0-40-generic
linux-headers-5.13.0-48-generic
The following NEW packages will be installed:
linux-image-5.13.0-40-generic linux-image-5.13.0-48-generic
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
12 not fully installed or removed.
Need to get 0 B/20,1 MB of archives.
After this operation, 20,4 MB of additional disk space will be used.
Do you want to continue? [S/n] s
(Reading database ... 522063 files and directories currently installed.)
Preparing to unpack .../linux-image-5.13.0-40-generic_5.13.0-40.45~20.04.1_amd64.deb ...
Unpacking linux-image-5.13.0-40-generic (5.13.0-40.45~20.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-5.13.0-40-generic_5.13.0-40.45~20.04.1_amd64.deb (--unpack):
cannot copy extracted data for './boot/vmlinuz-5.13.0-40-generic' to '/boot/vmlinuz-5.13.0-40-generic.dpkg-new': failed to write (No space left on device)
No apport report written because the error message indicates a disk full error
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Preparing to unpack .../linux-image-5.13.0-48-generic_5.13.0-48.54~20.04.1_amd64.deb ...
Unpacking linux-image-5.13.0-48-generic (5.13.0-48.54~20.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-5.13.0-48-generic_5.13.0-48.54~20.04.1_amd64.deb (--unpack):
cannot copy extracted data for './boot/vmlinuz-5.13.0-48-generic' to '/boot/vmlinuz-5.13.0-48-generic.dpkg-new': failed to write (No space left on device)
No apport report written because the error message indicates a disk full error
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/linux-image-5.13.0-40-generic_5.13.0-40.45~20.04.1_amd64.deb
/var/cache/apt/archives/linux-image-5.13.0-48-generic_5.13.0-48.54~20.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Entendo que é por falta de espaço na pasta /boot e já tentei usar o comando autoremove, autoclean, tentei usar o Synaptic e nada deu certo.
Conseguem me ajudar a resolver?