Eu instalei o Berkeley DB 6.2.23
form este tutorial . Também antes, eu instalei libdb5.3
dos repositórios do Ubuntu. Agora, quando estou executando um script Perl na linha de comando, recebo este erro:
DB_File was build with libdb version 6.2.23,
but you are attempting to run it with libdb version 5.3.28
Compilation failed in require at ./ROUGE-1.5.5.pl line 174.
Eu acho que a instalação desses dois pacotes é o problema, mas durante a remoção do libdb5.3 há muitos erros de dependência:
The following packages have unmet dependencies:
adduser : Depends: passwd (>= 1:4.1.5.1-1.1ubuntu6)
libkf5service5 : Depends: libkf5dbusaddons5 (>= 4.97.0) but it is not going to be installed
Recommends: libkf5service-bin (= 5.18.0-0ubuntu1) but it is not going to be installed
libpam-modules : PreDepends: libdb5.3 but it is not going to be installed
Recommends: update-motd but it is not going to be installed
libqt5svg5 : Depends: libqt5widgets5 (>= 5.3.0) but it is not going to be installed
libqtgui4:i386 : Depends: libsm6:i386 but it is not going to be installed
libsm6 : Depends: libuuid1 (>= 2.16) but it is not going to be installed
libxt6:i386 : Depends: libsm6:i386 but it is not going to be installed
openssh-client : Depends: passwd
procps : Depends: initscripts
python3 : Depends: python3.5 (>= 3.5.1-2~) but it is not going to be installed
Depends: libpython3-stdlib (= 3.5.1-3) but it is not going to be installed
Depends: dh-python but it is not going to be installed
python3-requests : Depends: python3-urllib3 (>= 1.13.1) but it is not going to be installed
Depends: python3-chardet but it is not going to be installed
Depends: python3-urllib3 (< 1.13.2) but it is not going to be installed
wget : Depends: libuuid1 (>= 2.16) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Por causa disso, eu quero desinstalar a versão 6.2.23 do meu sistema, e quero saber como posso fazê-lo.