查看: 58|回复: 0

[Ubuntu] Ubuntu下载ISO镜像的具体方法

[复制链接]

4

主题

0

回帖

0

积分

热心网友

金币
0
阅读权限
220
精华
0
威望
0
贡献
0
在线时间
0 小时
注册时间
2009-3-15
发表于 2025-7-3 00:00:00 | 显示全部楼层 |阅读模式

步骤 1:访问Ubuntu官方网站

打开浏览器,输入Ubuntu的官方网址:

接着,点击“Ubuntu Desktop”或你需要的Ubuntu版本。

步骤 2:选择版本和架构

如果想下载最新版本,直接点击下载按钮即可。

如果想下载旧版本,直接点击下面更多信息。

在系统下载页面中,选择适合你计算机架构(如amd64、i386等)的ISO镜像文件。

LTS版本

LTS代表“长期支持”(Long Term Support)。

这些版本经过更广泛的测试和更长时间的支持周期,通常提供长达五年的支持和更新。

LTS版本适合那些希望获得稳定、可靠且长期受支持的系统的用户,比如企业、教育机构或那些不想频繁更新系统的个人用户。

LTS版本的发布时间间隔较长,通常每两年发布一次。

非LTS版本

非LTS版本是Ubuntu的常规发布版本,通常每年发布两次。

这些版本可能包含更新的功能和软件包,但它们的支持周期较短,通常只有九个月。

非LTS版本适合那些希望体验最新功能和技术的用户,或者那些愿意频繁更新系统的用户。

由于支持周期较短,非LTS版本可能不如LTS版本稳定,但它们提供了更多的机会来尝试新技术和工具。

Ubuntu最全的国内镜像下载地址

1.网易镜像:

http://mirrors.163.com/ubuntu-releases/

2.中科大

http://mirrors.ustc.edu.cn/ubuntu-releases/

3.阿里云

http://mirrors.aliyun.com/ubuntu-releases/

4.北理工

http://mirror.bit.edu.cn/ubuntu-releases/

5.浙江大学

http://mirrors.zju.edu.cn/ubuntu-releases/

6.清华源

https://mirrors.tuna.tsinghua.edu.cn/ubuntu-releases/

Ubuntu 24.04 给APT换国内源

Ubuntu 24.04下,APT源的格式相较之前有变动,之前的经验是不可用的。

路径: /etc/apt/sources.list.d/ubuntu.sources

打开这个路径:

cd /etc/apt/sources.list.d
sudo cp ubuntu.sources ubuntu.sources_cp
sudo rm -rf ubuntu.sources
sudo vim ubuntu.sources

按i键,粘贴以下代码:

Types: deb
URIs: https://mirrors.ustc.edu.cn/ubuntu/
Suites: noble noble-updates noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: https://mirrors.aliyun.com/ubuntu/
Suites: noble noble-updates noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: https://repo.huaweicloud.com/ubuntu/
Suites: noble noble-updates noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIS: https://mirrors.tuna.tsinghua.edu.cn/ubuntu/
Suites: noble noble-updates noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg

包含了4个国内源。如需改动,只需改URIS那行,其他完全不需要动。

保存并退出vim。

:wq!

执行命令使得国内源生效:

sudo apt update
sudo apt upgrade

完成。

以上就是Ubuntu下载ISO镜像的方法的详细内容,更多相关资料请阅读琼殿技术社区其它文章!

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com

Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.

在本版发帖返回顶部