-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e263b2b
commit 603d3a3
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# openEuler | ||
|
||
## 地址 | ||
|
||
<https://mirrors.ustc.edu.cn/openeuler/> | ||
|
||
## 说明 | ||
|
||
openEuler 软件源 | ||
|
||
## 收录架构 | ||
|
||
x86_64, aarch64 | ||
|
||
## 收录版本 | ||
|
||
20.03-LTS, 20.09, 21.03, 22.03-LTS, 22.09, 23.03, 23.09 | ||
|
||
## 使用说明 | ||
|
||
!!! warning | ||
|
||
操作前请做好相应备份。 | ||
|
||
使用以下命令替换默认配置 | ||
|
||
```shell | ||
sudo sed -e 's|http://repo.openeuler.org/|https://mirrors.ustc.edu.cn/openeuler/|g' \ | ||
-e 's|https://mirrors.openeuler.org/|https://mirrors.ustc.edu.cn/openeuler/|g' \ | ||
-i.bak \ | ||
/etc/yum.repos.d/openEuler.repo | ||
``` | ||
|
||
以上命令替换了所有的仓库。替换之后请运行 `yum makecache` 更新缓存。 | ||
|
||
## 相关链接 | ||
|
||
官方主页 | ||
|
||
: <https://www.openeuler.org/> | ||
|
||
邮件列表 | ||
|
||
: <https://www.openeuler.org/zh/community/mailing-list/> | ||
|
||
论坛 | ||
|
||
: <https://forum.openeuler.org/> | ||
|
||
文档 | ||
|
||
: <https://docs.openeuler.org/zh/> | ||
|
||
镜像列表 | ||
|
||
: <https://www.openeuler.org/zh/mirror/list/> |