Software updater tells me I can do the upgrade, when I do it, at stage "installing upgrades", I get:
Failed to fetch http://fr.archive.ubuntu.com/ubuntu/pool/main/n/nmap/nmap-common_7.70+dfsg1-6_all.deb 403 Forbidden [IP: 194.158.119.186 80]
I tried:
sudo apt-get clean
sudo apt-get update
sudo apt-get dist-upgrade
It stays there is nothing to upgrade
I also tried solution from this post, but it didnt work.
What can I do ?
sudo do-release-upgrade
? – Gowtham Jul 11 '19 at 12:01nmap
is not actually installed by default, try removing it first by doingsudo apt remove nmap
then try your upgrade again. – Terrance Jul 11 '19 at 12:46sudo apt dist-upgrade
is not the correct way to release-upgrade from 18.10 to 19.04. I assume you are trying to fully-upgrade your system prior to performing the release-upgrade step. – guiverc Jul 11 '19 at 12:51