Eu vou com:
apt-get install -y --allow-downgrades perl-base=5.22.1-9
Parece funcionar.
Este é o erro que estou recebendo quando tentei instalar o git no meu Lubuntu 16.04.
Isso é o que eu recebi quando tentei sudo apt install git
:
The following packages have unmet dependencies:
git : Depends: liberror-perl but it is not going to be installed
E: Unable to correct problems, you have held broken packages
Depois tentei reinstalar perl com sudo apt install --reinstall perl liberror-perl
:
The following packages have unmet dependencies:
perl : Depends: perl-base (= 5.22.1-9) but 5.22.1-9ubuntu0.2 is to be installed
Depends: libperl5.22 (= 5.22.1-9) but 5.22.1-9ubuntu0.2 is to be installed
Recommends: rename but it is not going to be installed
E: Unable to correct problems, you have held broken packages
Os seguintes resultados também não deram resultados:
sudo apt update
sudo apt dist-upgrade
sudo apt install -f
sudo apt install git
Espero que alguém possa me ajudar a resolver isso. Obrigado.
Eu vou com:
apt-get install -y --allow-downgrades perl-base=5.22.1-9
Parece funcionar.