美文网首页Linux
Fedora25添加阿里云镜像源

Fedora25添加阿里云镜像源

作者: 简若宁 | 来源:发表于2017-05-10 01:54 被阅读126次

sudo dnf install wget
配置阿里云源
sudo mv /etc/yum.repos.d/fedora.repo /etc/yum.repos.d/fedora.repo.backup
sudo mv /etc/yum.repos.d/fedora-updates.repo /etc/yum.repos.d/fedora-updates.repo.backup
sudo wget -O /etc/yum.repos.d/fedora.repo http://mirrors.aliyun.com/repo/fedora.repo
sudo wget -O /etc/yum.repos.d/fedora-updates.repo http://mirrors.aliyun.com/repo/fedora-updates.repo
阿里RPMFusion源
sudo dnf install http://mirrors.aliyun.com/rpmfusion/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://mirrors.aliyun.com/rpmfusion/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf makecache

相关文章

  • Fedora25添加阿里云镜像源

    sudo dnf install wget配置阿里云源sudo mv /etc/yum.repos.d/fedor...

  • Ubuntu 16.04用户修改更新源和替换软件源的方法

    1.打开终端,输入命令: 默认软件源镜像: 2.添加清华大学软件源镜像: 3.添加阿里软件源镜像: 4.添加中科大...

  • Win10配置Docker-运行mysql

    一.配置镜像源 本篇使用阿里云镜像加速器,阿里云控制台,容器服务下的镜像加速器 设置本机docker镜像源 这时,...

  • docker安装 linux

    操作系统:CentOS 7.6.1810 软件源:阿里云镜像(在阿里云镜像站上面可以找到docker-ce的软件源...

  • docker安装

    操作系统:CentOS 7 软件源:阿里云镜像(在阿里云镜像站上面可以找到docker-ce的软件源,使用国内的源...

  • Ubuntu指定docker和kubernetes版本安装

    1.使用阿里云的Docker CE镜像源 在arm Ubuntu16.04中使用阿里云的Docker CE 镜像源...

  • 常用Ubuntu镜像源

    ubuntu镜像源 ubuntu 18.04 阿里云 ubuntu 16.04 阿里云 ubuntu 14.04 ...

  • linux安装docker

    docker 安装 安装依赖包 设置阿里云镜像源 安装 Docker-CE 报错 解决办法 启动docker 添加...

  • 学习中问题

    CentOS修改镜像为国内阿里云源或163源.

  • 更改Centos6的yum源

    1、阿里云Linux安装软件镜像源 阿里云是最近新出的一个镜像源。得益与阿里云的高速发展,这么大的需求,肯定会推出...

网友评论

    本文标题:Fedora25添加阿里云镜像源

    本文链接:https://www.haomeiwen.com/subject/nlkwtxtx.html