I tried to install some package, because I think it does not matter here, let it be:
sudo apt-get install libxslt1-dev libxml2-dev
but the output I receive is:
Err:1 http://pl.archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1
500 Internal Error [IP: 10.158.100.3 8080]
Err:2 http://pl.archive.ubuntu.com/ubuntu bionic/main amd64 icu-devtools amd64 60.2-3ubuntu3
500 Internal Error [IP: 10.158.100.3 8080]
# ...
E: Failed to fetch http://pl.archive.ubuntu.com/ubuntu/pool/main/h/harfbuzz/gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb 500 Internal Error [IP: 10.158.100.3 8080]
E: Failed to fetch http://pl.archive.ubuntu.com/ubuntu/pool/main/i/icu/icu-devtools_60.2-3ubuntu3_amd64.deb 500 Internal Error [IP: 10.158.100.3 8080]
# ...
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
So I checked the /etc/apt/sources.list
according the answer of Sanjay to this askubuntu question, but it looks like all my sources list are present in http://security.ubuntu.com/ubuntu/dists/.
One thing I am curious is, today is 31.10.2019T09:44 and last modification of bionic-xxx
sources, which I have in my sources.list
file is from two hours ago (31.10.2019T07:33). Is it possible that something went wrong with this modification?
If yes, where should I raise an issue on that?
If no, what else should I check/modify?
EDIT: I saw similar questions. I asked a new one, because of 500s on source updated 1 hour ago seemed not right to me, and wasn't aware that changing mirror is the solution.
sudo apt update
right after. – Yaron Oct 31 '19 at 09:16pl
to i.e.de
in all places helped – ToTenMilan Oct 31 '19 at 09:46