mirror of
				https://gitee.com/SuperManito/LinuxMirrors
				synced 2025-11-04 08:20:28 +08:00 
			
		
		
		
	更正文档
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
- [ ] `Deepin`
 | 
					- [ ] `Deepin`
 | 
				
			||||||
- [ ] `Zorin OS`
 | 
					- [ ] `Zorin OS`
 | 
				
			||||||
- [ ] `Armbian`
 | 
					- [ ] `Armbian`
 | 
				
			||||||
- [ ] `Proxmox`
 | 
					- [ ] `Proxmox VE`
 | 
				
			||||||
- [ ] `Red Hat Enterprise Linux`
 | 
					- [ ] `Red Hat Enterprise Linux`
 | 
				
			||||||
- [ ] `Fedora`
 | 
					- [ ] `Fedora`
 | 
				
			||||||
- [ ] `CentOS`
 | 
					- [ ] `CentOS`
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.github/ISSUE_TEMPLATE/bug.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/ISSUE_TEMPLATE/bug.yml
									
									
									
									
										vendored
									
									
								
							@@ -14,7 +14,7 @@ body:
 | 
				
			|||||||
        - Deepin
 | 
					        - Deepin
 | 
				
			||||||
        - Zorin OS
 | 
					        - Zorin OS
 | 
				
			||||||
        - Armbian
 | 
					        - Armbian
 | 
				
			||||||
        - Proxmox
 | 
					        - Proxmox VE
 | 
				
			||||||
        - Red Hat Enterprise Linux
 | 
					        - Red Hat Enterprise Linux
 | 
				
			||||||
        - Fedora
 | 
					        - Fedora
 | 
				
			||||||
        - CentOS
 | 
					        - CentOS
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,5 +1,6 @@
 | 
				
			|||||||
.DS_Store
 | 
					.DS_Store
 | 
				
			||||||
site/
 | 
					site/
 | 
				
			||||||
 | 
					dist/
 | 
				
			||||||
node_modules
 | 
					node_modules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# local env files
 | 
					# local env files
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1306,7 +1306,7 @@ function backup_original_mirrors() {
 | 
				
			|||||||
            if [ -f $File_ArmbianRelease ]; then
 | 
					            if [ -f $File_ArmbianRelease ]; then
 | 
				
			||||||
                backup_file $File_ArmbianSourceList $File_ArmbianSourceListBackup "armbian.list"
 | 
					                backup_file $File_ArmbianSourceList $File_ArmbianSourceListBackup "armbian.list"
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
            # Proxmox
 | 
					            # Proxmox VE
 | 
				
			||||||
            if [ -f $File_ProxmoxVersion ]; then
 | 
					            if [ -f $File_ProxmoxVersion ]; then
 | 
				
			||||||
                backup_file $File_ProxmoxSourceList $File_ProxmoxSourceListBackup "pve-no-subscription.list"
 | 
					                backup_file $File_ProxmoxSourceList $File_ProxmoxSourceListBackup "pve-no-subscription.list"
 | 
				
			||||||
            fi
 | 
					            fi
 | 
				
			||||||
@@ -1368,7 +1368,7 @@ function remove_original_mirrors() {
 | 
				
			|||||||
        if [ -f $File_ArmbianRelease ]; then
 | 
					        if [ -f $File_ArmbianRelease ]; then
 | 
				
			||||||
            [ -f $File_ArmbianSourceList ] && sed -i '1,$d' $File_ArmbianSourceList
 | 
					            [ -f $File_ArmbianSourceList ] && sed -i '1,$d' $File_ArmbianSourceList
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
        # Proxmox
 | 
					        # Proxmox VE
 | 
				
			||||||
        if [ -f $File_ProxmoxVersion ]; then
 | 
					        if [ -f $File_ProxmoxVersion ]; then
 | 
				
			||||||
            [ -f $File_ProxmoxSourceList ] && sed -i '1,$d' $File_ProxmoxSourceList
 | 
					            [ -f $File_ProxmoxSourceList ] && sed -i '1,$d' $File_ProxmoxSourceList
 | 
				
			||||||
        fi
 | 
					        fi
 | 
				
			||||||
@@ -1515,7 +1515,7 @@ function change_mirrors_main() {
 | 
				
			|||||||
                if [ -f $File_ArmbianRelease ]; then
 | 
					                if [ -f $File_ArmbianRelease ]; then
 | 
				
			||||||
                    diff_file $File_ArmbianSourceListBackup $File_ArmbianSourceList
 | 
					                    diff_file $File_ArmbianSourceListBackup $File_ArmbianSourceList
 | 
				
			||||||
                fi
 | 
					                fi
 | 
				
			||||||
                # Proxmox
 | 
					                # Proxmox VE
 | 
				
			||||||
                if [ -f $File_ProxmoxVersion ]; then
 | 
					                if [ -f $File_ProxmoxVersion ]; then
 | 
				
			||||||
                    diff_file $File_ProxmoxSourceListBackup $File_ProxmoxSourceList
 | 
					                    diff_file $File_ProxmoxSourceListBackup $File_ProxmoxSourceList
 | 
				
			||||||
                fi
 | 
					                fi
 | 
				
			||||||
@@ -1881,7 +1881,7 @@ deb ${base_url} ${SYSTEM_VERSION_CODENAME} ${repository_sections}
 | 
				
			|||||||
    if [ -f $File_ArmbianRelease ]; then
 | 
					    if [ -f $File_ArmbianRelease ]; then
 | 
				
			||||||
        echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] ${WEB_PROTOCOL}://${SOURCE}/armbian ${SYSTEM_VERSION_CODENAME} main ${SYSTEM_VERSION_CODENAME}-utils ${SYSTEM_VERSION_CODENAME}-desktop" >>$File_ArmbianSourceList
 | 
					        echo "deb [signed-by=/usr/share/keyrings/armbian.gpg] ${WEB_PROTOCOL}://${SOURCE}/armbian ${SYSTEM_VERSION_CODENAME} main ${SYSTEM_VERSION_CODENAME}-utils ${SYSTEM_VERSION_CODENAME}-desktop" >>$File_ArmbianSourceList
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
    # Proxmox
 | 
					    # Proxmox VE
 | 
				
			||||||
    if [ -f $File_ProxmoxVersion ]; then
 | 
					    if [ -f $File_ProxmoxVersion ]; then
 | 
				
			||||||
        echo "deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pve ${SYSTEM_VERSION_CODENAME} pve-no-subscription
 | 
					        echo "deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pve ${SYSTEM_VERSION_CODENAME} pve-no-subscription
 | 
				
			||||||
# deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pbs ${SYSTEM_VERSION_CODENAME} pbs-no-subscription
 | 
					# deb ${WEB_PROTOCOL}://${SOURCE}/proxmox/debian/pbs ${SYSTEM_VERSION_CODENAME} pbs-no-subscription
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -47,7 +47,7 @@
 | 
				
			|||||||
        <td align="center">all</td>
 | 
					        <td align="center">all</td>
 | 
				
			||||||
    </tr>
 | 
					    </tr>
 | 
				
			||||||
    <tr>
 | 
					    <tr>
 | 
				
			||||||
        <td><a href="https://www.proxmox.com" target="_blank"><img src="./docs/assets/images/icon/proxmox.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Proxmox</td>
 | 
					        <td><a href="https://www.proxmox.com" target="_blank"><img src="./docs/assets/images/icon/proxmox.svg" width="16" height="16" style="vertical-align: -0.2em"></a> Proxmox VE</td>
 | 
				
			||||||
        <td align="center">all</td>
 | 
					        <td align="center">all</td>
 | 
				
			||||||
    </tr>
 | 
					    </tr>
 | 
				
			||||||
    <tr>
 | 
					    <tr>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -104,7 +104,7 @@ hide:
 | 
				
			|||||||
| <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 | _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://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 ~ 41_ |
 | 
				
			||||||
| <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 ~ 9_ |
 | 
					| <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 ~ 9_ |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -10,7 +10,7 @@ hide:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
> 下方列表中的镜像站均支持 `Debian` `Ubuntu` `CentOS` `openSUSE` `openEuler` 软件源,列表根据单位性质、地理位置、名称长度进行排序,与实际速度无关
 | 
					> 下方列表中的镜像站均支持 `Debian` `Ubuntu` `CentOS` `openSUSE` `openEuler` 软件源,列表根据单位性质、地理位置、名称长度进行排序,与实际速度无关
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 镜像站 | IPv6 | Arch Linux | Kali Linux | Deepin | Rocky Linux | AlmaLinux | EPEL :material-information-outline:{ title="EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版" } | Fedora | OpenCloudOS | Alpine Linux | Armbian | Proxmox | Linux Mint | Gentoo | Anolis OS | openKylin | NixOS |
 | 
					| 镜像站 | IPv6 | Arch Linux | Kali Linux | Deepin | Rocky Linux | AlmaLinux | EPEL :material-information-outline:{ title="EPEL (Extra Packages for Enterprise Linux) 是由 Fedora 组织维护的一个附加软件包仓库,它主要适用于除 Fedora 操作系统以外的红帽系 Linux 发行版" } | Fedora | OpenCloudOS | Alpine Linux | Armbian | Proxmox VE | Linux Mint | Gentoo | Anolis OS | openKylin | NixOS |
 | 
				
			||||||
| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
 | 
					| :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: | :--: |
 | 
				
			||||||
| [阿里云](https://mirrors.aliyun.com "mirrors.aliyun.com") | :supported: | :supported: | :supported: | :supported: | :incompatible: | :supported: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :unsupport: |
 | 
					| [阿里云](https://mirrors.aliyun.com "mirrors.aliyun.com") | :supported: | :supported: | :supported: | :supported: | :incompatible: | :supported: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :unsupport: |
 | 
				
			||||||
| [腾讯云](https://mirrors.tencent.com "mirrors.tencent.com") | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :supported: | :supported: | :unsupport: | :unsupport: | :supported: | :supported: | :unsupport: | :unsupport: | :unsupport: |
 | 
					| [腾讯云](https://mirrors.tencent.com "mirrors.tencent.com") | :unsupport: | :supported: | :supported: | :unsupport: | :supported: | :supported: | :supported: | :supported: | :supported: | :supported: | :unsupport: | :unsupport: | :supported: | :supported: | :unsupport: | :unsupport: | :unsupport: |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,7 +39,7 @@ hide:
 | 
				
			|||||||
    <td><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(鸥栖)</td>
 | 
					    <td><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(鸥栖)</td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
<tr>
 | 
					<tr>
 | 
				
			||||||
    <td><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</td>
 | 
					    <td><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</td>
 | 
				
			||||||
    <td><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(龙蜥)</td>
 | 
					    <td><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(龙蜥)</td>
 | 
				
			||||||
</tr>
 | 
					</tr>
 | 
				
			||||||
</table>
 | 
					</table>
 | 
				
			||||||
@@ -138,7 +138,7 @@ hide:
 | 
				
			|||||||
                apt-cache madison docker-ce | awk '{print $3}' | grep -Eo "[0-9][0-9].[0-9]{1,2}.[0-9]{1,2}" | sort -t '.' -k1,1nr -k2,2nr -k3,3nr
 | 
					                apt-cache madison docker-ce | awk '{print $3}' | grep -Eo "[0-9][0-9].[0-9]{1,2}.[0-9]{1,2}" | sort -t '.' -k1,1nr -k2,2nr -k3,3nr
 | 
				
			||||||
                ```
 | 
					                ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`
 | 
					                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
					            === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -180,7 +180,7 @@ hide:
 | 
				
			|||||||
            apt-get remove -y docker* containerd.io runc && apt-get autoremove
 | 
					            apt-get remove -y docker* containerd.io runc && apt-get autoremove
 | 
				
			||||||
            ```
 | 
					            ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`
 | 
					            > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
					        === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -154,7 +154,7 @@ hide:
 | 
				
			|||||||
                apt-get install -y curl
 | 
					                apt-get install -y curl
 | 
				
			||||||
                ```
 | 
					                ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin`
 | 
					                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                新装系统需要先执行一遍更新 `apt-get update`
 | 
					                新装系统需要先执行一遍更新 `apt-get update`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -282,7 +282,7 @@ hide:
 | 
				
			|||||||
                apt-get update
 | 
					                apt-get update
 | 
				
			||||||
                ```
 | 
					                ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin`
 | 
					                > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
					            === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -360,7 +360,7 @@ hide:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        默认禁用了`deb-src`源码仓库和`proposed`预发布软件源,若需启用请将 `/etc/apt/sources.list` 文件中相关内容的所在行取消注释
 | 
					        默认禁用了`deb-src`源码仓库和`proposed`预发布软件源,若需启用请将 `/etc/apt/sources.list` 文件中相关内容的所在行取消注释
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox`   `openKylin`
 | 
					        > `Debian`   `Ubuntu`   `Kali`   `Linux Mint`   `Deepin`   `Zorin OS`   `Armbian`   `Proxmox VE`   `openKylin`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
					    === "RedHat 系 / openEuler / OpenCloudOS / Anolis OS"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -436,7 +436,7 @@ hide:
 | 
				
			|||||||
        | <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(深度) | `deepin` |
 | 
					        | <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(深度) | `deepin` |
 | 
				
			||||||
        | <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 | `ubuntu` `ubuntu-ports` |
 | 
					        | <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 | `ubuntu` `ubuntu-ports` |
 | 
				
			||||||
        | <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 | `armbian` |
 | 
					        | <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 | `armbian` |
 | 
				
			||||||
        | <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 | `proxmox` |
 | 
					        | <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 | `proxmox` |
 | 
				
			||||||
        | <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="9版本使用 <code>CentOS Stream</code>, 7、8版本使用<code>CentOS</code>" } | `centos` `centos-stream` `centos-altarch` `centos-vault` |
 | 
					        | <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="9版本使用 <code>CentOS Stream</code>, 7、8版本使用<code>CentOS</code>" } | `centos` `centos-stream` `centos-altarch` `centos-vault` |
 | 
				
			||||||
        | <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 | `fedora` `fedora-archive` |
 | 
					        | <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 | `fedora` `fedora-archive` |
 | 
				
			||||||
        | <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 | `centos` `centos-stream` `centos-altarch` `centos-vault` |
 | 
					        | <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 | `centos` `centos-stream` `centos-altarch` `centos-vault` |
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user