1

I have the following errors when trying to upgrade my Ubuntu:

133 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 1,447 kB/207 MB of archives. After this operation, 13.5 MB disk space will be freed.

Do you want to continue? [Y/n] y
Err:1 http://security.ubuntu.com/ubuntu impish-security/main amd64 libssl1.1 amd64 1.1.1l-1ubuntu1.6
  404  Not Found [IP: 2620:2d:4000:1::16 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1l-1ubuntu1.6_amd64.deb  404  Not Found [IP: 2620:2d:4000:1::16 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Any idea how to fix them?

Run
  • 2,748

1 Answers1

1

Although I am new to Ubuntu 22.04, one thing I have noticed is that it is really strict on not having any loose ends before proceeding with updates.

Make sure that this command "sudo apt update && sudo apt upgrade" returns "0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded."

Then you could try "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade".