It's bringing me down the road of bitterness...When trying to install Git I get the following error that I don't know how to solve. Any suggestion is welcome. Thank you!
marlena@marlena-K55VD:~$ sudo apt-get install git
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias
Leyendo la información de estado... Hecho
Se instalarán los siguientes paquetes adicionales:
git-man liberror-perl
Paquetes sugeridos:
git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk
gitweb git-cvs git-mediawiki git-svn
Se instalarán los siguientes paquetes NUEVOS:
git git-man liberror-perl
0 actualizados, 3 nuevos se instalarán, 0 para eliminar y 4 no actualizados.
Se necesita descargar 22,8 kB/4.733 kB de archivos.
Se utilizarán 33,9 MB de espacio de disco adicional después de esta operación.
¿Desea continuar? [S/n] S
Ign:1 http://es.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1
Err:1 http://es.archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1
409 Conflict [IP: 104.19.139.75 80]
E: Fallo al obtener http://es.archive.ubuntu.com/ubuntu/pool/main/libe/liberror-perl/liberror-perl_0.17025-1_all.deb 409 Conflict [IP: 104.19.139.75 80]
E: No se pudieron obtener algunos archivos, ¿quizás deba ejecutar «apt-get update» o deba intentarlo de nuevo con --fix-missing?
Same thing happened to me; i solved it by changing the repositories in /etc/apt/sources.list
In my case, I replaced all repositories that started with es. and I used the ones from the United States, for example, I changed:
by
I found the same solution in an English forum but without touching the file: access the Software and updates application , Ubuntu Software tab , and in the Download from drop-down menu: select Main server .
After a few days, undo the change to download again from the country of origin.
Cheers!