Não é possível instalar o clamav

0

Durante a instalação do clamav, recebi o seguinte erro:

andrei@andrei-H61M-DS2:~$ sudo apt-get clamav
    E: Invalid operation clamav
    andrei@andrei-H61M-DS2:~$ sudo apt-get clamav
    E: Invalid operation clamav
    andrei@andrei-H61M-DS2:~$ sudo apt-get -f install clamav 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    clamav is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
    1 not fully installed or removed.
    Need to get 0 B/46,3 MB of archives.
    After this operation, 0 B of additional disk space will be used.
    Do you want to continue [Y/n]? y
    dpkg: error processing google-chrome-stable (--configure):
     package google-chrome-stable is not ready for configuration
     cannot configure (current status 'half-installed')
    Errors were encountered while processing:
     google-chrome-stable
    E: Sub-process /usr/bin/dpkg returned an error code (1)
    andrei@andrei-H61M-DS2:~$ 
    
por Andr3i 17.11.2013 / 09:57

1 resposta

0

Você tem clam av instalado. O problema é com o Google Chrome. Primeiro, abra o centro de software. Clique em 'editar' e depois em 'fontes de software' para abrir a janela de fontes de software. Uma vez aberto, marque a caixa "Software livre e de código aberto mantido pela comunidade (universo)".

Agora,todosospacotesdouniversodevemaparecernocentrodesoftwarecomotodososoutros.

Maisinformações:

  • Como faço para habilitar o repositório "Universe" da linha de comando?

atualize seu sistema e agora você poderá instalar google-chrome-stable .

sudo apt-get update
sudo apt-get install libgconf2-4 libnss3-1d libxss1
    
por M.Tarun 17.11.2013 / 10:31