我想将我的 ubuntu 14.04 发行版升级到 16.04。
我在域中工作,我有 sudo 权限,存储库指向我们的私有存储库
我尝试使用命令 do-release upgrade 和应用程序进行升级,但出现此错误。
$ sudo do-release-upgrade
Checking for a new Ubuntu release
Get:1 Upgrade tool signature [198 B]
Get:2 Upgrade tool [1262 kB]
Fetched 1262 kB in 0s (0 B/s)
authenticate 'xenial.tar.gz' against 'xenial.tar.gz.gpg'
gpg exited 1
Debug information:
gpg: Signature made dc 26 oct 2016 16:32:27 CEST using DSA key ID 437D05B5
gpg: /tmp/ubuntu-release-upgrader-gzuou970/trustdb.gpg: trustdb created
gpg: BAD signature from "Ubuntu Archive Automatic Signing Key <[email protected]>"
Authentication failed Authenticating the upgrade failed. There may be a problem with the network or with the server.
当我尝试通过软件更新程序升级时出现此错误。
我怎样才能做到这一点?
答案1
确保您安装了最新版本的 update-manager-core。
sudo apt-get update; sudo apt-get install update-manager-core
然后重新运行 do-release-upgrade。
如果这仍然失败,则问题出在您的私有存储库上,而不是本地。
您应该手动强制刷新私有存储库,因为 xenial.tar.gz 文件可能已更改,并且您的存储库具有过时的版本。