[SOLVED] Upgrade problem from Ubuntu 20.04
Published: November 22, 2022 - 1:57 PM
Good morning,
For context:
Apparently, my server is trying to upgrade to version 2.2.3.12471, which is not available. at the given addressI checked my sources.list file and found nothing unusual in it, however:
I also tried clearing my cache like this, but it didn't change anything:
What am I doing wrong? My previous upgrade went very well.
For context:
- Ubuntu 20.04.5 LTS
- WAPT Enterprise 2.2.2.12388
Code: Select all
$ sudo apt update
$ sudo apt upgrade -y
> [...]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptserver/tis-waptserver_2.2.3.12471-f35324da-ubuntu-20-amd64_amd64.deb 404 Not Found [IP: 195.154.18.13 443]
> E: Failed to fetch https://wapt.tranquil.it/Ubuntu/wapt-2.2/pool/main/t/tis-waptsetup/tis-waptsetup_2.2.3.12471-f35324da-debian-10-amd64_all.deb 404 Not Found [IP: 195.154.18.13 443]Code: Select all
$ vi /etc/apt/sources.list.d/wapt.list
> deb https://wapt.tranquil.it/Ubuntu/wapt-2.2/ focal mainCode: Select all
$ sudo apt clean
$ sudo apt update
$ sudo apt upgrade