我目前使用的是 Ubuntu 18.10,并尝试通过以下方式升级到 19.04
$ 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.
网络连接正常,没有出现任何中断。我对使用 Ubuntu 还不太熟悉,所以我想先问问,而不是调整文件。
编辑:我不知道为什么我认为我应该使用-d
,但是省略升级工作。
答案1
这为我修复了这个问题:
sudo apt-get update --fix-missing; sudo dpkg --configure -a; sudo apt-get install -f; sudo apt-get update; sudo apt-get upgrade;
sudo do-release-upgrade
看https://ubuntuforums.org/showthread.php?t=2391552
如果不尝试
sudo mv /etc/apt/sources.list ~/
sudo touch /etc/apt/sources.list
software-properties-gtk
勾选前两个框。您可能还想更改服务器。这将重新创建源列表。
答案2
作为新用户,我强烈建议您不要升级您的 ubuntu,而是从这里下载 ubuntu:https://www.ubuntu.com/download/desktop/thank-you?country=FR&version=19.04&architecture=amd64
然后打开 Usb Creator:
其余部分基本上都是即插即用的。
我建议将您的数据保存到新的位置。