各常用系统的软件源yum源|安装盘|操作系统安装盘

已邀请:

华为云的入口:https://mirrors.huaweicloud.com/home


华为云鲲鹏-Centos


配置方法:
1、备份原yum库文件:
mv /etc/yum.repos.d/ /etc/yum.repos.d-bak
2、将新配置写入repo文件:
mkdir /etc/yum.repos.d
echo -e "[kunpeng]\nname=CentOS-kunpeng - Base - repo.huaweicloud.com\nbaseurl=https://repo.huaweicloud.com/kunpeng/yum/el/7/aarch64/\ngpgcheck=0\nenabled=1" > /etc/yum.repos.d/CentOS-Base-kunpeng.repo
3、更新yum源配置:
yum clean all          # 清除系统所有的yum缓存
yum makecache     # 生成yum缓存

UOS换阿里源


以下操作用的是root账号

先把原始的配置保存一下

cp /etc/apt/sources.list /etc/apt/sources.list.bak
然后打开sources.list文件

vim /etc/apt/sources.list
修改文件内容如下:

## Generated by deepin-installer
deb [by-hash=force] https://mirrors.aliyun.com/deepin panda main contrib non-free
#deb-src https://packages.chinauos.cn/uos eagle main contrib non-free
保存文件。

apt-get update
apt-get upgrade
会提醒输入y。然后稍等一会就好了。

nginx:https://nginx.org/packages/

统信欧拉版的在线yum源

arm


https://euler-packages.chinauos.com/server-euler/fuyu/1020/everything/aarch64/Packages/



按系统版本:https://euler-packages.chinauos.com/server-euler/fuyu/






麒麟软件麒麟操作系统在线YUM源

● 飞腾三桌面
V10桌面对外源:http://archive.kylinos.cn/kylin/KYLIN-ALL

● 飞腾三服务器
飞腾服务器源:http://archive.kylinos.cn/yum/v10/general/aarch64/os/

● 龙芯三桌面
V10桌面对外源:http://archive.kylinos.cn/kylin/KYLIN-ALL

● 龙芯三服务器
龙芯服务器外网源:http://download.cs2c.com.cn/neokylin/dev/mips64el/ 


SP1 http://update.cs2c.com.cn:8080/NS/V10/ 

操作系统:

麒麟 https://eco.kylinos.cn/partners/mirror.html

软件源

龙芯:http://www.loongnix.cn/zh

龙芯JDK:http://www.loongnix.cn/zh/api/java/

阿里云:https://developer.aliyun.com/mirror/

方德:https://updates.os.nfschina.com/NFS4.0/GenOS/RPMS/Releases/Packages/

要回复问题请先登录注册