Erro de instalação do pacote do Ubuntu gnome

1

Ao tentar instalar insight de alguns repositórios ppa, recebo esses erros.

sudo apt-get install insight
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  insight
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/2,298 kB of archives.
After this operation, 6,787 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  insight
Install these packages without verification? [y/N] y
(Reading database ... 232356 files and directories currently installed.)
Preparing to unpack .../insight_6.8.1-0ubuntu0~sevenmachines1_amd64.deb ...
Unpacking insight (6.8.1-0ubuntu0~sevenmachines1) ...

----- Aqui estão os problemas -------

dpkg: error processing archive /var/cache/apt/archives/insight_6.8.1-0ubuntu0~sevenmachines1_amd64.deb (--unpack):
 trying to overwrite '/usr/lib/libinproctrace.so', which is also in package gdbserver 7.8-1ubuntu4
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/insight_6.8.1-0ubuntu0~sevenmachines1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

    
por MacLinux 17.04.2015 / 02:58

1 resposta

0

Execute este comando primeiro:

dpkg -l | grep libinproctrace

se você encontrar alguma saída, remova-a usando este comando

dpkg -r packagename

Depois de executar este comando, execute:

apt-get update

Então você poderá instalar novos pacotes. Se você encontrar qualquer problema por favor me avise.

    
por 24.03.2018 / 14:43