I'm currently on Ubuntu 18.10 and tried to upgrade to 19.04 via
$ sudo do-release-upgrade -d
Checking for a new Ubuntu release
Get:1 Upgrade tool [1.214 kB]
Err Upgrade tool signature
404 Not Found [IP: 91.189.91.23 80]
Fetched 1.214 kB in 0s (0 B/s)
WARNING:root:file 'disco-updates.tar.gz.gpg' missing
Failed to fetch
Fetching the upgrade failed. There may be a network problem.
Network connection is fine, I don't have any outages. I'm not too experienced with using Ubuntu yet, so instead of tweaking files I thought I'd ask first.
Edit: I don't know why I though I should use -d
, but leaving that out upgrading works.
apt-get update
andapt-get upgrade
but to no avail. :/ – LordAnomander Apr 23 '19 at 09:22disco-updates.tar.gz.gpg
. Please change your mirror in/etc/apt/sources.list
or show us the content of the file. A good list can be found at https://launchpad.net/ubuntu/+archivemirrors ... You'll can check if the file exist under the following path: http://mirror.waia.asn.au/ubuntu/dists/disco/main/dist-upgrader-all/current/ – LupusE Apr 23 '19 at 09:38