O novo software não pode ser instalado porque há um problema com o software atualmente instalado - tentando instalar o Loggerpro para o Ubuntu

1

Quando tento instalar loggerpro , esta é a mensagem que recebo. Eu olhei no fórum e tentei os seguintes comandos:

sudo apt-get install --reinstall deconf

e depois diz: unable to access package deconf então eu tentei

sudo apt-get install --reinstall debconf

e então eu tenho

Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 linux-image-extra-3.16.0-60-generic : Depends: linux-image-3.16.0-60-generic but it is not going to be installed
 linux-image-extra-3.16.0-62-generic : Depends: linux-image-3.16.0-62-generic but it is not going to be installed
 linux-image-generic-lts-utopic : Depends: linux-image-3.16.0-62-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

then I try apt-get install:

XXXXX:~$ apt-get -f install
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

O que eu faço agora? Eu não sou uma pessoa de computador, então se você puder explicar o que devo fazer em seguida, nos termos mais simples possíveis, eu realmente aprecio isso!

Ok, eu tentei o que John Orion sugeriu e é isso que eu recebi:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
  account-plugin-windows-live libupstart1 linux-headers-3.16.0-30
  linux-headers-3.16.0-30-generic linux-image-3.16.0-30-generic
  linux-image-extra-3.16.0-30-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  linux-image-3.16.0-60-generic linux-image-3.16.0-62-generic
Suggested packages:
  fdutils linux-lts-utopic-tools linux-headers-3.16.0-60-generic
The following NEW packages will be installed:
  linux-image-3.16.0-60-generic linux-image-3.16.0-62-generic
0 upgraded, 2 newly installed, 0 to remove and 195 not upgraded.
5 not fully installed or removed.
Need to get 0 B/31.0 MB of archives.
After this operation, 69.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 356758 files and directories currently installed.)
Preparing to unpack .../linux-image-3.16.0-62-generic_3.16.0-62.82~14.04.1_i386.deb ...
Done.
Unpacking linux-image-3.16.0-62-generic (3.16.0-62.82~14.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.16.0-62-generic_3.16.0-62.82~14.04.1_i386.deb (--unpack):
 cannot copy extracted data for './boot/vmlinuz-3.16.0-62-generic' to '/boot/vmlinuz-3.16.0-62-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: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.16.0-62-generic /boot/vmlinuz-3.16.0-62-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.16.0-62-generic /boot/vmlinuz-3.16.0-62-generic
Preparing to unpack .../linux-image-3.16.0-60-generic_3.16.0-60.80~14.04.1_i386.deb ...
Done.
Unpacking linux-image-3.16.0-60-generic (3.16.0-60.80~14.04.1) ...
dpkg: error processing archive /var/cache/apt/archives/linux-image-3.16.0-60-generic_3.16.0-60.80~14.04.1_i386.deb (--unpack):
 cannot copy extracted data for './boot/vmlinuz-3.16.0-60-generic' to '/boot/vmlinuz-3.16.0-60-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: subprocess paste was killed by signal (Broken pipe)
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 3.16.0-60-generic /boot/vmlinuz-3.16.0-60-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 3.16.0-60-generic /boot/vmlinuz-3.16.0-60-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)

Ainda não consigo instalar um novo software e obter a mesma mensagem de erro, e a dependência não é satisfatória: vstdrivers.

Quaisquer outras ideias ?????

    
por Ce SE 07.05.2016 / 07:48

1 resposta

0

Dos erros como failed to write (No space left on device) , parece que a partição do Ubuntu no seu disco rígido está cheia. Talvez você possa excluir alguns arquivos ou transferi-los para outra unidade ou partição e, em seguida, voltar a visitar esse problema. Você também pode executar sudo apt-get clean para liberar algum espaço.

Atualização : Como os erros estão relacionados à instalação do kernel, é provável que você precise liberar espaço no diretório /boot , que pode estar em uma partição diferente do restante do sistema. . Por favor, veja a resposta a esta pergunta para obter instruções sobre como fazer isso: Não é possível atualizar devido ao pouco espaço em disco em / boot

    
por user533208 12.05.2016 / 03:13