ubuntu 旧版本不能升级的问题解决
本帖最后由 csx 于 2021-11-19 08:05 编辑首先更改/etc/apt/sources.list 里面的内容
修改/etc/apt/source.list文件,将其中的网址链接全部修改成 http://old-releases.ubuntu.com/ubuntu/(采取替换)
然后按照https://help.ubuntu.com/community/EOLUpgrades(示例 不同版本 *.tar.gz 名称不同)
# Downloads the upgrader, check the link above for the URL of the file for your release
wget http://archive.ubuntu.com/ubuntu/dists/focal-updates/main/dist-upgrader-all/current/focal.tar.gz
# Extract it into a new directory
mkdir upgrager
tar -xaf focal.tar.gz -C upgrader
cd upgrader
# Run the executable, the name changes based on the release
sudo ./focal
相关UpgradeTool可查看 https://changelogs.ubuntu.com/meta-release
我的18.04 直接升级不行跳级升级也不行只好18.04→18.10→19.04→19.10→20.04 这样一步步升级
目前ubuntu版本已经是 20.04是从18.04升级上来的
升级采用的http://old-releases.ubuntu.com/ubuntu/是国外网址所以比较慢每次升级都要一个小时以上 也没有找到国内源直接采用国内源是升级不了 需要像ubuntu官方那样的目录结构 但好像没有发现国内阿里云 与清华的源有同样的设置
页:
[1]