Recentemente, recebi esse erro do apt-get:
sudo apt-get install *something*
saída:
apt-get: symbol lookup error: apt-get: undefined symbol: _ZN11CommandLine10GetCommandEPKNS_8DispatchEjPKPKc
Também o apt-add-repository está recebendo: sudo: apt-add-repository: command not found
Eu tenho tentado consertar isso por dias e nada parece funcionar para mim, já que a maioria das soluções que eu encontrei exigem que eu use o apt-get, o que obviamente não posso. Outra coisa que devo mencionar é que, por alguma razão, eu não tenho um arquivo /etc/apt/sources.list
, apenas um /etc/apt/sources.list.d
.
Existe algum lugar onde eu possa baixar manualmente o apt-get sem usar o apt-get e reinstalá-lo?
Usando o Ubuntu 16.04
editar:
apt-cache policy libapt-pkg5.0
recebe o mesmo erro que apt-get
acima.
e dpkg -C
me dão:
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
apt commandline package manager
edit-2:
sudo dpkg --configure apt
fica:
dpkg: dependency problems prevent configuration of apt:
apt depends on libapt-pkg4.12 (>= 0.9.16); however:
Version of libapt-pkg4.12:amd64 on system is 0.8.16~exp12ubuntu10.21.
libapt-pkg5.0:amd64 (1.2.15) breaks apt (<< 1.1~exp14) and is installed.
Version of apt to be configured is 1.0.1ubuntu2.17.
dpkg: error processing package apt (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
apt