When trying to install Libre Office on Ubuntu 2022.10, all packages download successfully, except package libreoffice-common, which keeps failing with error:
E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libr/libreoffice/libreoffice-common_7.4.2%7erc3-0ubuntu1_all.deb Connection failed [IP: 185.125.190.39 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Side note: Kinda strange to see a %
character in the package name of the error message above - could this be related?
Oddly enough, it happens only with package libreoffice-common, and neither apt-get update
nor --fix-missing
has any effect. Completely removing libre office had no effect. Neither did the commands:
sudo apt-get clean
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt clean
sudo apt update
sudo apt install libreoffice
Question now is, what's wrong, and how can it be fixed?
You advise is very much appreciated, Thank you.
Edit:
apt policy libreoffice-common
prints:
libreoffice-common:
Installed: (none)
Candidate: 1:7.4.2~rc3-0ubuntu1
Version table:
1:7.4.2~rc3-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu kinetic/main amd64 Packages
500 http://archive.ubuntu.com/ubuntu kinetic/main i386 Packages