当前位置:网站首页>Galaxy Kirin server-v10 configuration image source
Galaxy Kirin server-v10 configuration image source
2022-06-30 09:45:00 【Fiona_ q】
List of articles
1. Jump to mirror source folder
2. Back up the system image source file
1. Jump to mirror source folder
cd /etc/yum.repo.d
2. Back up the system image source file
ps: Get into the good habit of backing up files before modifying system files
cp kylin_aarch64.repo kylin_aarch64.repo.bak
3. Add a new mirror source
vi kylin_aarch64.repo
[ks10-adv-cdrom]
name = Kylin Linux Advanced Server 10 - cdrom
baseurl = file:///run/media/root/Kylin-Server-10
gpgcheck = 0
enabled = 1
baseurl = http://update.cs2c.com.cn:8080/NS/V10/V10SP1/os/adv/lic/base/aarch64/
gpgcheck = 0
enabled = 1
[ks10-adv-os]
name = Kylin Linux Advanced Server 10 - Os
baseurl = http://archive2.kylinos.cn/rpm/kylin/production/KY-KY10-GFB-aarch64/custom/kylin-server/KY10-GFB-aarch64-2204/
#baseurl = http://update.cs2c.com.cn:8080/NS/V10/V10SP1/os/adv/lic/base/$basearch/
gpgcheck = 0
enabled = 14. Clean cache
yum clean all
5. Create a new cache
yum makecache
After the operation, you can download the required content ~
边栏推荐
- 【新书推荐】MongoDB Performance Tuning
- 3.集成eslint、prettier
- 1. Basic configuration
- MySQL-- Entity Framework Code First(EF Code First)
- Work notes: SendTo failed errno 22
- Torch learning summary
- 近期学习遇到的比较问题
- Niuke walks on the tree (ingenious application of parallel search)
- 7. know JNI and NDK
- MySQL index optimization miscellaneous
猜你喜欢
随机推荐
Redis docker 主从模式与哨兵sentinel
About the smart platform solution for business hall Terminal Desktop System
Ocx control can be called by IE on some computers, but can not be called by IE on some computers
Numpy (data type)
CentOS MySQL installation details
ES6 learning road 5 symbol
Simple redis lock
I once met a girl whom I most wanted to take care of all my life. Later... No later
Work notes: SendTo failed errno 22
Cronexpression expression explanation and cases
基于Svelte3.x桌面端UI组件库Svelte UI
Using OpenCV Net for image restoration
Express file upload
布隆过滤器
Deep Learning with Pytorch - autograd
qmlplugindump executable not found.It is required to generate the qmltypes file for VTK Qml
Express get request
JVM family
目标检测yolov5开源项目调试
utils session&rpc









