更新适配版本

This commit is contained in:
Super Manito
2025-04-25 14:25:47 +08:00
parent 2360f1b584
commit ace9412c25
3 changed files with 274 additions and 274 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
## Author: SuperManito ## Author: SuperManito
## Modified: 2025-04-10 ## Modified: 2025-04-25
## License: MIT ## License: MIT
## GitHub: https://github.com/SuperManito/LinuxMirrors ## GitHub: https://github.com/SuperManito/LinuxMirrors
## Website: https://linuxmirrors.cn ## Website: https://linuxmirrors.cn
@@ -779,7 +779,7 @@ function collect_system_info() {
fi fi
;; ;;
"${SYSTEM_OPENEULER}") "${SYSTEM_OPENEULER}")
if [[ "${SYSTEM_VERSION_ID_MAJOR}" != 2[1-4] ]]; then if [[ "${SYSTEM_VERSION_ID_MAJOR}" != 2[1-5] ]]; then
is_supported="false" is_supported="false"
fi fi
;; ;;
@@ -1784,7 +1784,7 @@ function upgrade_software() {
;; ;;
"${SYSTEM_REDHAT}" | "${SYSTEM_OPENEULER}" | "${SYSTEM_OPENCLOUDOS}" | "${SYSTEM_ANOLISOS}") "${SYSTEM_REDHAT}" | "${SYSTEM_OPENEULER}" | "${SYSTEM_OPENCLOUDOS}" | "${SYSTEM_ANOLISOS}")
local package_manager="$(get_package_manager)" local package_manager="$(get_package_manager)"
commands+=("${package_manager} upgrade -y --skip-broken") commands+=("${package_manager} upgrade -y")
;; ;;
"${SYSTEM_OPENSUSE}") "${SYSTEM_OPENSUSE}")
commands+=("zypper update -y") commands+=("zypper update -y")

278
README.md
View File

@@ -1,139 +1,139 @@
<p align="center"> <p align="center">
<a href="https://linuxmirrors.cn"> <a href="https://linuxmirrors.cn">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/assets/images/brand/dark/2.png" width="320"> <source media="(prefers-color-scheme: dark)" srcset="docs/assets/images/brand/dark/2.png" width="320">
<img alt="文本" src="docs/assets/images/brand/light/2.png" width="320"> <img alt="文本" src="docs/assets/images/brand/light/2.png" width="320">
</picture> </picture>
</a> </a>
</p> </p>
<p align="center"> <p align="center">
GNU/Linux 更换系统软件源脚本及 Docker 安装脚本 GNU/Linux 更换系统软件源脚本及 Docker 安装脚本
</p> </p>
<p align="center"> <p align="center">
<strong> <strong>
<a href="https://linuxmirrors.cn" style="text-decoration: none;">官方网站</a> <a href="https://linuxmirrors.cn" style="text-decoration: none;">官方网站</a>
</strong> </strong>
</p> </p>
<table align="center"> <table align="center">
<tr> <tr>
<th align="left">操作系统</th> <th align="left">操作系统</th>
<th align="center">适配版本</th> <th align="center">适配版本</th>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.debian.org" target="_blank"><sub><img src="docs/assets/images/icon/debian.svg" width="16" height="16"></sub></a>&nbsp;Debian</td> <td><a href="https://www.debian.org" target="_blank"><sub><img src="docs/assets/images/icon/debian.svg" width="16" height="16"></sub></a>&nbsp;Debian</td>
<td align="center">8 ~ 13</td> <td align="center">8 ~ 13</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://cn.ubuntu.com" target="_blank"><sub><img src="docs/assets/images/icon/ubuntu.svg" width="16" height="16"></sub></a>&nbsp;Ubuntu</td> <td><a href="https://cn.ubuntu.com" target="_blank"><sub><img src="docs/assets/images/icon/ubuntu.svg" width="16" height="16"></sub></a>&nbsp;Ubuntu</td>
<td align="center">14 ~ 24</td> <td align="center">14 ~ 24</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.kali.org" target="_blank"><sub><img src="docs/assets/images/icon/kali-linux.svg" width="16" height="16"></sub></a>&nbsp;Kali Linux</td> <td><a href="https://www.kali.org" target="_blank"><sub><img src="docs/assets/images/icon/kali-linux.svg" width="16" height="16"></sub></a>&nbsp;Kali Linux</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://linuxmint.com" target="_blank"><sub><img src="docs/assets/images/icon/linux-mint.ico" width="16" height="16"></sub></a>&nbsp;Linux Mint</td> <td><a href="https://linuxmint.com" target="_blank"><sub><img src="docs/assets/images/icon/linux-mint.ico" width="16" height="16"></sub></a>&nbsp;Linux Mint</td>
<td align="center">19 ~ 22 / LMDE 6</td> <td align="center">19 ~ 22 / LMDE 6</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.deepin.org" target="_blank"><sub><img src="docs/assets/images/icon/deepin.png" width="16" height="16"></sub></a>&nbsp;Deepin深度</td> <td><a href="https://www.deepin.org" target="_blank"><sub><img src="docs/assets/images/icon/deepin.png" width="16" height="16"></sub></a>&nbsp;Deepin深度</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://zorin.com/os" target="_blank"><sub><img src="docs/assets/images/icon/zorin-os.png" width="16" height="16"></sub></a>&nbsp;Zorin OS</td> <td><a href="https://zorin.com/os" target="_blank"><sub><img src="docs/assets/images/icon/zorin-os.png" width="16" height="16"></sub></a>&nbsp;Zorin OS</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.armbian.org" target="_blank"><sub><img src="docs/assets/images/icon/armbian.png" width="16" height="16"></sub></a>&nbsp;Armbian</td> <td><a href="https://www.armbian.org" target="_blank"><sub><img src="docs/assets/images/icon/armbian.png" width="16" height="16"></sub></a>&nbsp;Armbian</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.proxmox.com" target="_blank"><sub><img src="docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td> <td><a href="https://www.proxmox.com" target="_blank"><sub><img src="docs/assets/images/icon/proxmox.svg" width="16" height="16"></sub></a>&nbsp;Proxmox VE</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.raspberrypi.com" target="_blank"><sub><img src="docs/assets/images/icon/raspberry-pi.png" width="16" height="16"></sub></a>&nbsp;Raspberry Pi OS</td> <td><a href="https://www.raspberrypi.com" target="_blank"><sub><img src="docs/assets/images/icon/raspberry-pi.png" width="16" height="16"></sub></a>&nbsp;Raspberry Pi OS</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://access.redhat.com/products/red-hat-enterprise-linux" target="_blank"><sub><img src="docs/assets/images/icon/redhat.svg" width="16" height="16"></sub></a>&nbsp;Red Hat Enterprise Linux</td> <td><a href="https://access.redhat.com/products/red-hat-enterprise-linux" target="_blank"><sub><img src="docs/assets/images/icon/redhat.svg" width="16" height="16"></sub></a>&nbsp;Red Hat Enterprise Linux</td>
<td align="center">7 ~ 9</td> <td align="center">7 ~ 9</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://fedoraproject.org/zh-Hans" target="_blank"><sub><img src="docs/assets/images/icon/fedora.ico" width="16" height="16"></sub></a>&nbsp;Fedora</td> <td><a href="https://fedoraproject.org/zh-Hans" target="_blank"><sub><img src="docs/assets/images/icon/fedora.ico" width="16" height="16"></sub></a>&nbsp;Fedora</td>
<td align="center">30 ~ 41</td> <td align="center">30 ~ 42</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.centos.org" target="_blank"><sub><img src="docs/assets/images/icon/centos.svg" width="16" height="16"></sub></a>&nbsp;CentOS</td> <td><a href="https://www.centos.org" target="_blank"><sub><img src="docs/assets/images/icon/centos.svg" width="16" height="16"></sub></a>&nbsp;CentOS</td>
<td align="center">7 ~ 8 / Stream 8 ~ 10</td> <td align="center">7 ~ 8 / Stream 8 ~ 10</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://rockylinux.org" target="_blank"><sub><img src="docs/assets/images/icon/rocky-linux.svg" width="16" height="16"></sub></a>&nbsp;Rocky Linux</td> <td><a href="https://rockylinux.org" target="_blank"><sub><img src="docs/assets/images/icon/rocky-linux.svg" width="16" height="16"></sub></a>&nbsp;Rocky Linux</td>
<td align="center">8 ~ 9</td> <td align="center">8 ~ 9</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://almalinux.org/zh-hans" target="_blank"><sub><img src="docs/assets/images/icon/almalinux.svg" width="16" height="16"></sub></a>&nbsp;AlmaLinux</td> <td><a href="https://almalinux.org/zh-hans" target="_blank"><sub><img src="docs/assets/images/icon/almalinux.svg" width="16" height="16"></sub></a>&nbsp;AlmaLinux</td>
<td align="center">8 ~ 9</td> <td align="center">8 ~ 9</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.openeuler.org/zh" target="_blank"><sub><img src="docs/assets/images/icon/openeuler.ico" width="16" height="16"></sub></a>&nbsp;openEuler开源欧拉</td> <td><a href="https://www.openeuler.org/zh" target="_blank"><sub><img src="docs/assets/images/icon/openeuler.ico" width="16" height="16"></sub></a>&nbsp;openEuler开源欧拉</td>
<td align="center">21 ~ 24</td> <td align="center">21 ~ 25</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.opencloudos.org" target="_blank"><sub><img src="docs/assets/images/icon/opencloudos.png" width="16" height="16"></sub></a>&nbsp;OpenCloudOS鸥栖</td> <td><a href="https://www.opencloudos.org" target="_blank"><sub><img src="docs/assets/images/icon/opencloudos.png" width="16" height="16"></sub></a>&nbsp;OpenCloudOS鸥栖</td>
<td align="center">8.6 ~ 9 / Stream 23</td> <td align="center">8.6 ~ 9 / Stream 23</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.openkylin.top" target="_blank"><sub><img src="docs/assets/images/icon/openkylin.ico" width="16" height="16"></sub></a>&nbsp;openKylin开放麒麟</td> <td><a href="https://www.openkylin.top" target="_blank"><sub><img src="docs/assets/images/icon/openkylin.ico" width="16" height="16"></sub></a>&nbsp;openKylin开放麒麟</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://openanolis.cn" target="_blank"><sub><img src="docs/assets/images/icon/anolis.png" width="16" height="16"></sub></a>&nbsp;Anolis OS龙蜥</td> <td><a href="https://openanolis.cn" target="_blank"><sub><img src="docs/assets/images/icon/anolis.png" width="16" height="16"></sub></a>&nbsp;Anolis OS龙蜥</td>
<td align="center">8 / 23</td> <td align="center">8 / 23</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.opensuse.org" target="_blank"><sub><img src="docs/assets/images/icon/opensuse.svg" width="16" height="16"></sub></a>&nbsp;openSUSE</td> <td><a href="https://www.opensuse.org" target="_blank"><sub><img src="docs/assets/images/icon/opensuse.svg" width="16" height="16"></sub></a>&nbsp;openSUSE</td>
<td align="center">Leep 15 / Tumbleweed</td> <td align="center">Leep 15 / Tumbleweed</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://archlinux.org" target="_blank"><sub><img src="docs/assets/images/icon/arch-linux.ico" width="16" height="16"></sub></a>&nbsp;Arch Linux</td> <td><a href="https://archlinux.org" target="_blank"><sub><img src="docs/assets/images/icon/arch-linux.ico" width="16" height="16"></sub></a>&nbsp;Arch Linux</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.alpinelinux.org" target="_blank"><sub><img src="docs/assets/images/icon/alpine.png" width="16" height="16"></sub></a>&nbsp;Alpine Linux</td> <td><a href="https://www.alpinelinux.org" target="_blank"><sub><img src="docs/assets/images/icon/alpine.png" width="16" height="16"></sub></a>&nbsp;Alpine Linux</td>
<td align="center">v3 / edge</td> <td align="center">v3 / edge</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://www.gentoo.org" target="_blank"><sub><img src="docs/assets/images/icon/gentoo.svg" width="16" height="16"></sub></a>&nbsp;Gentoo</td> <td><a href="https://www.gentoo.org" target="_blank"><sub><img src="docs/assets/images/icon/gentoo.svg" width="16" height="16"></sub></a>&nbsp;Gentoo</td>
<td align="center">all</td> <td align="center">all</td>
</tr> </tr>
<tr> <tr>
<td><a href="https://nixos.org" target="_blank"><sub><img src="docs/assets/images/icon/nixos.svg" width="16" height="16"></sub></a>&nbsp;NixOS</td> <td><a href="https://nixos.org" target="_blank"><sub><img src="docs/assets/images/icon/nixos.svg" width="16" height="16"></sub></a>&nbsp;NixOS</td>
<td align="center">19 ~ 24</td> <td align="center">19 ~ 24</td>
</tr> </tr>
</table> </table>
<p align="center"> <p align="center">
<strong> <strong>
<a href="https://linuxmirrors.cn/use" style="text-decoration: none;">使用方法</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://linuxmirrors.cn/mirrors" style="text-decoration: none;">软件源列表</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://linuxmirrors.cn/other" style="text-decoration: none;">Docker 安装(额外脚本)</a> <a href="https://linuxmirrors.cn/use" style="text-decoration: none;">使用方法</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://linuxmirrors.cn/mirrors" style="text-decoration: none;">软件源列表</a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://linuxmirrors.cn/other" style="text-decoration: none;">Docker 安装(额外脚本)</a>
</strong> </strong>
</p> </p>
*** ***
### LICENSE ### LICENSE
Copyright © 2025, [SuperManito](https://github.com/SuperManito). Released under the [MIT](https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE). Copyright © 2025, [SuperManito](https://github.com/SuperManito). Released under the [MIT](https://github.com/SuperManito/LinuxMirrors/blob/main/LICENSE).
这是一个完全开源的项目,旨在为从事计算机相关行业的朋友们提供便利,使换源更简单 这是一个完全开源的项目,旨在为从事计算机相关行业的朋友们提供便利,使换源更简单
<a href="https://star-history.com/#SuperManito/LinuxMirrors&Date"> <a href="https://star-history.com/#SuperManito/LinuxMirrors&Date">
<picture> <picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date&theme=dark" /> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date" /> <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date" /> <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=SuperManito/LinuxMirrors&type=Date" />
</picture> </picture>
</a> </a>
__如果觉得这个项目不错对您有所帮助的话请点击仓库右上角的 ⭐ 并分享给更多的朋友。__ __如果觉得这个项目不错对您有所帮助的话请点击仓库右上角的 ⭐ 并分享给更多的朋友。__

View File

@@ -1,132 +1,132 @@
--- ---
title: 一键脚本使换源更简单 title: 一键脚本使换源更简单
description: GNU/Linux 更换系统软件源脚本及 Docker 安装脚本 description: GNU/Linux 更换系统软件源脚本及 Docker 安装脚本
comments: true comments: true
glightbox: false glightbox: false
comments_description: 该评论区仅用于展示项目使用评价和经验分享,反馈问题或提出建议请前往<a href="/community">社区</a> comments_description: 该评论区仅用于展示项目使用评价和经验分享,反馈问题或提出建议请前往<a href="/community">社区</a>
hide: hide:
- navigation - navigation
- toc - toc
- feedback - feedback
- footer - footer
--- ---
<div class="grid" markdown> <div class="grid" markdown>
<figure style="margin: 0 auto" markdown> <figure style="margin: 0 auto" markdown>
<div style="width: 350px; max-width: 100vw; height: 160px; position: absolute;"> <div style="width: 350px; max-width: 100vw; height: 160px; position: absolute;">
<span style="top: 50%; width: 50%; height: 80px; position: absolute; background-image: var(--hero-background-image); filter: blur(68px); transform: translate(-50%, -50%);"> <span style="top: 50%; width: 50%; height: 80px; position: absolute; background-image: var(--hero-background-image); filter: blur(68px); transform: translate(-50%, -50%);">
</span> </span>
</div> </div>
<img src="/assets/images/brand/light/2.png#only-light" alt="LinuxMirrors" style="width: 300px" /> <img src="/assets/images/brand/light/2.png#only-light" alt="LinuxMirrors" style="width: 300px" />
<img src="/assets/images/brand/dark/2.png#only-dark" alt="LinuxMirrors" style="width: 300px" /> <img src="/assets/images/brand/dark/2.png#only-dark" alt="LinuxMirrors" style="width: 300px" />
<figcaption>GNU/Linux 更换系统软件源脚本及 Docker 安装脚本</figcaption> <figcaption>GNU/Linux 更换系统软件源脚本及 Docker 安装脚本</figcaption>
<figcaption>一键脚本使换源更简单</figcaption> <figcaption>一键脚本使换源更简单</figcaption>
</figure> </figure>
<figure class="home-cmd" style="margin: 0; display: flex; flex-direction: column; justify-content: center" markdown> <figure class="home-cmd" style="margin: 0; display: flex; flex-direction: column; justify-content: center" markdown>
=== "GNU/Linux" === "GNU/Linux"
``` { .bash title="一键命令" } ``` { .bash title="一键命令" }
bash <(curl -sSL https://linuxmirrors.cn/main.sh) bash <(curl -sSL https://linuxmirrors.cn/main.sh)
``` ```
=== "Docker" === "Docker"
``` { .bash title="一键命令" } ``` { .bash title="一键命令" }
bash <(curl -sSL https://linuxmirrors.cn/docker.sh) bash <(curl -sSL https://linuxmirrors.cn/docker.sh)
``` ```
</figure> </figure>
</div> </div>
<div class="grid" markdown> <div class="grid" markdown>
<div class="grid cards" style="height: fit-content" markdown> <div class="grid cards" style="height: fit-content" markdown>
- :material-thumb-up-outline:{ .lg .middle } __轻松使用__ - :material-thumb-up-outline:{ .lg .middle } __轻松使用__
--- ---
只需要一行命令就能直接运行,无需安装任何依赖 只需要一行命令就能直接运行,无需安装任何依赖
文档提供了各种场景的解决方案Linux 初学者也能轻松上手 文档提供了各种场景的解决方案Linux 初学者也能轻松上手
- :material-source-branch:{ .lg .middle } __多元软件源适配__ - :material-source-branch:{ .lg .middle } __多元软件源适配__
--- ---
深入考察了国内镜像站的系统适配情况测试了下载速度与IPv6兼容性 深入考察了国内镜像站的系统适配情况测试了下载速度与IPv6兼容性
另外提供全网搜集的国内教育网镜像站和海外镜像站供用户选择 另外提供全网搜集的国内教育网镜像站和海外镜像站供用户选择
- :material-rocket-launch-outline:{ .lg .middle } __零技术门槛__ - :material-rocket-launch-outline:{ .lg .middle } __零技术门槛__
--- ---
无需了解相关技术,文档提供了全面的知识储备和操作指引 无需了解相关技术,文档提供了全面的知识储备和操作指引
文档还提供了一些常见问题的解决方法以及一些高级用法的示例 文档还提供了一些常见问题的解决方法以及一些高级用法的示例
- :material-vector-polyline:{ .lg .middle } __广泛的系统支持__ - :material-vector-polyline:{ .lg .middle } __广泛的系统支持__
--- ---
适配众多操作系统,涵盖主流版本,精准识别系统类型及其版本 适配众多操作系统,涵盖主流版本,精准识别系统类型及其版本
脚本兼容性较高,不支持的系统会有相应提示并无操作跳出 脚本兼容性较高,不支持的系统会有相应提示并无操作跳出
- :material-arm-flex-outline:{ .lg .middle } __脚本功能强大__ - :material-arm-flex-outline:{ .lg .middle } __脚本功能强大__
--- ---
脚本使换源变得更简单,默认交互运行,逐步引导用户选择软件源配置 脚本使换源变得更简单,默认交互运行,逐步引导用户选择软件源配置
同时提供了强大的命令选项,可实现各种高级定制需求 同时提供了强大的命令选项,可实现各种高级定制需求
- :material-pencil-ruler-outline:{ .lg .middle } __高度可定制__ - :material-pencil-ruler-outline:{ .lg .middle } __高度可定制__
--- ---
脚本命令选项设计遵循正式应用程序规范,能够满足各种高级需求 脚本命令选项设计遵循正式应用程序规范,能够满足各种高级需求
代码结构清晰,易于阅读和修改,可克隆后根据需求自行定制 代码结构清晰,易于阅读和修改,可克隆后根据需求自行定制
- :material-scale-balance:{ .lg .middle } __开源MIT__ - :material-scale-balance:{ .lg .middle } __开源MIT__
--- ---
项目已设立开源许可协议,脚本代码完全开源且免费使用 项目已设立开源许可协议,脚本代码完全开源且免费使用
请尊重作者的知识成果,传播时请在显著位置标注来源和作者 请尊重作者的知识成果,传播时请在显著位置标注来源和作者
- :material-information-variant-box-outline:{ .lg .middle } __意见与建议__ - :material-information-variant-box-outline:{ .lg .middle } __意见与建议__
--- ---
如有适配请求或意见与建议请提交至 [Issues](https://github.com/SuperManito/LinuxMirrors/issues) 或直接在 [社区](./community/index.md) 中参与讨论 如有适配请求或意见与建议请提交至 [Issues](https://github.com/SuperManito/LinuxMirrors/issues) 或直接在 [社区](./community/index.md) 中参与讨论
若愿意贡献代码,请前往 GitHub 仓库提交 [Pull Requests](https://github.com/SuperManito/LinuxMirrors/pulls) 若愿意贡献代码,请前往 GitHub 仓库提交 [Pull Requests](https://github.com/SuperManito/LinuxMirrors/pulls)
</div> </div>
| 操作系统 | 适配版本 | | 操作系统 | 适配版本 |
| --- | :---: | | --- | :---: |
| <a href="https://www.debian.org" target="_blank"><img src="/assets/images/icon/debian.svg" width="16" height="16" style="vertical-align: -0.35em"></a> Debian | _8 ~ 13_ | | <a href="https://www.debian.org" target="_blank"><img src="/assets/images/icon/debian.svg" width="16" height="16" style="vertical-align: -0.35em"></a> Debian | _8 ~ 13_ |
| <a href="https://cn.ubuntu.com" target="_blank"><img src="/assets/images/icon/ubuntu.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 <code>优麒麟</code> <code>Kubuntu</code><br/>由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 24_ | | <a href="https://cn.ubuntu.com" target="_blank"><img src="/assets/images/icon/ubuntu.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Ubuntu :material-information-outline:{ title="支持乌班图家族衍生操作系统,例如 <code>优麒麟</code> <code>Kubuntu</code><br/>由于迭代速度较快并不直接支持所有非 LTS 的版本,具体详见使用文档中的高级用法" } | _14 ~ 24_ |
| <a href="https://www.kali.org" target="_blank"><img src="/assets/images/icon/kali-linux.svg" width="16" height="16"></a> Kali Linux | _all_ | | <a href="https://www.kali.org" target="_blank"><img src="/assets/images/icon/kali-linux.svg" width="16" height="16"></a> Kali Linux | _all_ |
| <a href="https://linuxmint.com" target="_blank"><img src="/assets/images/icon/linux-mint.ico" width="16" height="16" style="vertical-align: -0.2em"></a> Linux Mint | _19 ~ 22 / LMDE 6_ | | <a href="https://linuxmint.com" target="_blank"><img src="/assets/images/icon/linux-mint.ico" width="16" height="16" style="vertical-align: -0.2em"></a> Linux Mint | _19 ~ 22 / LMDE 6_ |
| <a href="https://www.deepin.org" target="_blank"><img src="/assets/images/icon/deepin.png" width="16" height="16" style="vertical-align: -0.25em"></a> Deepin深度 | _all_ | | <a href="https://www.deepin.org" target="_blank"><img src="/assets/images/icon/deepin.png" width="16" height="16" style="vertical-align: -0.25em"></a> Deepin深度 | _all_ |
| <a href="https://zorin.com/os" target="_blank"><img src="/assets/images/icon/zorin-os.png" width="16" height="16" style="vertical-align: -0.15em"></a> Zorin OS | _all_ | | <a href="https://zorin.com/os" target="_blank"><img src="/assets/images/icon/zorin-os.png" width="16" height="16" style="vertical-align: -0.15em"></a> Zorin OS | _all_ |
| <a href="https://www.armbian.com" target="_blank"><img src="/assets/images/icon/armbian.png" width="16" height="16" style="vertical-align: -0.2em"></a> Armbian | _all_ | | <a href="https://www.armbian.com" target="_blank"><img src="/assets/images/icon/armbian.png" width="16" height="16" style="vertical-align: -0.2em"></a> Armbian | _all_ |
| <a href="https://www.proxmox.com" target="_blank"><img src="/assets/images/icon/proxmox.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Proxmox VE | _all_ | | <a href="https://www.proxmox.com" target="_blank"><img src="/assets/images/icon/proxmox.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Proxmox VE | _all_ |
| <a href="https://www.raspberrypi.com" target="_blank"><img src="/assets/images/icon/raspberry-pi.png" width="16" height="16" style="vertical-align: -0.2em"></a> Raspberry Pi OS | _all_ | | <a href="https://www.raspberrypi.com" target="_blank"><img src="/assets/images/icon/raspberry-pi.png" width="16" height="16" style="vertical-align: -0.2em"></a> Raspberry Pi OS | _all_ |
| <a href="https://access.redhat.com/products/red-hat-enterprise-linux" target="_blank"><img src="/assets/images/icon/redhat.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Red Hat Enterprise Linux :material-information-outline:{ title="使用 <code>CentOS Stream</code><code>CentOS</code> 源" } | _7 ~ 9_ | | <a href="https://access.redhat.com/products/red-hat-enterprise-linux" target="_blank"><img src="/assets/images/icon/redhat.svg" width="16" height="16" style="vertical-align: -0.1em"></a> Red Hat Enterprise Linux :material-information-outline:{ title="使用 <code>CentOS Stream</code><code>CentOS</code> 源" } | _7 ~ 9_ |
| <a href="https://fedoraproject.org/zh-Hans" target="_blank"><img src="/assets/images/icon/fedora.ico" width="16" height="16" style="vertical-align: -0.15em"></a> Fedora | _30 ~ 41_ | | <a href="https://fedoraproject.org/zh-Hans" target="_blank"><img src="/assets/images/icon/fedora.ico" width="16" height="16" style="vertical-align: -0.15em"></a> Fedora | _30 ~ 42_ |
| <a href="https://www.centos.org" target="_blank"><img src="/assets/images/icon/centos.svg" width="16" height="16" style="vertical-align: -0.1em"></a> CentOS | _7 ~ 8 / Stream 8 ~ 10_ | | <a href="https://www.centos.org" target="_blank"><img src="/assets/images/icon/centos.svg" width="16" height="16" style="vertical-align: -0.1em"></a> CentOS | _7 ~ 8 / Stream 8 ~ 10_ |
| <a href="https://rockylinux.org" target="_blank"><img src="/assets/images/icon/rocky-linux.svg" width="16" height="16" style="vertical-align: -0.25em"></a> Rocky Linux | _8 ~ 9_ | | <a href="https://rockylinux.org" target="_blank"><img src="/assets/images/icon/rocky-linux.svg" width="16" height="16" style="vertical-align: -0.25em"></a> Rocky Linux | _8 ~ 9_ |
| <a href="https://almalinux.org/zh-hans" target="_blank"><img src="/assets/images/icon/almalinux.svg" width="16" height="16" style="vertical-align: -0.15em"></a> AlmaLinux | _8 ~ 9_ | | <a href="https://almalinux.org/zh-hans" target="_blank"><img src="/assets/images/icon/almalinux.svg" width="16" height="16" style="vertical-align: -0.15em"></a> AlmaLinux | _8 ~ 9_ |
| <a href="https://www.openeuler.org/zh" target="_blank"><img src="/assets/images/icon/openeuler.ico" width="16" height="16" style="vertical-align: -0.2em"></a> openEuler开源欧拉 | _21 ~ 24_ | | <a href="https://www.openeuler.org/zh" target="_blank"><img src="/assets/images/icon/openeuler.ico" width="16" height="16" style="vertical-align: -0.2em"></a> openEuler开源欧拉 | _21 ~ 25_ |
| <a href="https://www.opencloudos.org" target="_blank"><img src="/assets/images/icon/opencloudos.png" width="16" height="16" style="vertical-align: -0.25em"></a> OpenCloudOS鸥栖 | _8.6 ~ 9 / Stream 23_ | | <a href="https://www.opencloudos.org" target="_blank"><img src="/assets/images/icon/opencloudos.png" width="16" height="16" style="vertical-align: -0.25em"></a> OpenCloudOS鸥栖 | _8.6 ~ 9 / Stream 23_ |
| <a href="https://www.openkylin.top" target="_blank"><img src="/assets/images/icon/openkylin.ico" width="16" height="16" style="vertical-align: -0.25em"></a> openKylin开放麒麟 | _all_ | | <a href="https://www.openkylin.top" target="_blank"><img src="/assets/images/icon/openkylin.ico" width="16" height="16" style="vertical-align: -0.25em"></a> openKylin开放麒麟 | _all_ |
| <a href="https://openanolis.cn" target="_blank"><img src="/assets/images/icon/anolis.png" width="16" height="16" style="vertical-align: -0.1em"></a> Anolis OS龙蜥 | _8 / 23_ | | <a href="https://openanolis.cn" target="_blank"><img src="/assets/images/icon/anolis.png" width="16" height="16" style="vertical-align: -0.1em"></a> Anolis OS龙蜥 | _8 / 23_ |
| <a href="https://www.opensuse.org" target="_blank"><img src="/assets/images/icon/opensuse.svg" width="16" height="16"></a> openSUSE | _Leep 15 / Tumbleweed_ | | <a href="https://www.opensuse.org" target="_blank"><img src="/assets/images/icon/opensuse.svg" width="16" height="16"></a> openSUSE | _Leep 15 / Tumbleweed_ |
| <a href="https://archlinux.org" target="_blank"><img src="/assets/images/icon/arch-linux.ico" width="16" height="16" style="vertical-align: -0.15em"></a> Arch Linux | _all_ | | <a href="https://archlinux.org" target="_blank"><img src="/assets/images/icon/arch-linux.ico" width="16" height="16" style="vertical-align: -0.15em"></a> Arch Linux | _all_ |
| <a href="https://www.alpinelinux.org" target="_blank"><img src="/assets/images/icon/alpine.png" width="16" height="16" style="vertical-align: -0.15em"></a> Alpine Linux | _v3 / edge_ | | <a href="https://www.alpinelinux.org" target="_blank"><img src="/assets/images/icon/alpine.png" width="16" height="16" style="vertical-align: -0.15em"></a> Alpine Linux | _v3 / edge_ |
| <a href="https://www.gentoo.org" target="_blank"><img src="/assets/images/icon/gentoo.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Gentoo | _all_ | | <a href="https://www.gentoo.org" target="_blank"><img src="/assets/images/icon/gentoo.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Gentoo | _all_ |
| <a href="https://nixos.org" target="_blank"><img src="/assets/images/icon/nixos.svg" width="16" height="16" style="vertical-align: -0.15em"></a> NixOS | _19 ~ 24_ | | <a href="https://nixos.org" target="_blank"><img src="/assets/images/icon/nixos.svg" width="16" height="16" style="vertical-align: -0.15em"></a> NixOS | _19 ~ 24_ |
</div> </div>
[开 始 使 用](use/index.md){ .md-button .md-button--primary } &nbsp; [查看软件源列表](mirrors/index.md){ .md-button } [开 始 使 用](use/index.md){ .md-button .md-button--primary } &nbsp; [查看软件源列表](mirrors/index.md){ .md-button }
--8<-- "docs/sponsor/main.html" --8<-- "docs/sponsor/main.html"