当前位置: 首页 > article >正文

Fedora 16 仓库

1、进到目录:cd /etc/yum.repos.d

2、新增repo文件:sudo vi xxx.repo,写入下面内容

=============================================

[Fedora-archives.fedoraproject.org]
name=Fedora 16 – x86_64
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/16/Fedora/x86_64/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[Everything-archives.fedoraproject.org]
name=Everything 16 – x86_64
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/releases/16/Everything/x86_64/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-archives.fedoraproject.org]
name=Fedora updates
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/updates/16/x86_64/
enabled=1
gpgcheck=0

==================================

# 或者香港的一个仓库ftp.cuhk.edu.hk

#--------------------------------------------------

[Fedora-ftp.cuhk.edu.hk]
name=Fedora 16 – x86_64
baseurl=http://ftp.cuhk.edu.hk/pub/Linux/fedora-archive/fedora/linux/releases/16/Fedora/x86_64/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[Everything-ftp.cuhk.edu.hk]
name=Everything 16 – x86_64
baseurl=http://ftp.cuhk.edu.hk/pub/Linux/fedora-archive/fedora/linux/releases/16/Everything/x86_64/os/
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

[updates-ftp.cuhk.edu.hk]
name=Fedora updates
baseurl=http://ftp.cuhk.edu.hk/pub/Linux/fedora-archive/fedora/linux/updates/16/x86_64/
enabled=1
gpgcheck=0

 

 

http://www.lryc.cn/news/2419993.html

相关文章:

  • 最全android Demo
  • Ajax(js)2018-8-7
  • 最后一个稳定版本?iOS14.8正式版推送
  • Oracle 11g 详细安装教程 Windows版
  • 最优化方法复习——线性规划之单纯性法
  • PyTorch 1.7 Video 初体验(Video Datasets,Video IO,Video Classification Models,Video Transform)
  • Transformer + SD解析与实战——Datawhale AI视频生成学习2
  • linux ftp 配额 quota,linux – vsftpd中的配额?
  • Microsoft Visual C++ Runtime Library Runtime Error的解决的方法
  • HTML基础知识,全是干货
  • CentOS7 Nginx配置ssl证书实现https安全访问
  • 门诊软件(集药房管理、划价收费、电子病历、电子处方、诊疗卡、财务为一体)
  • 9、include 文件包含
  • pci-e串口卡linux 驱动下载,PCI/PCIe串口卡并口卡驱动
  • HMM(隐马尔可夫)中文分词
  • 白嫖云开发?这羊毛不薅?
  • 下载并安装WIN7 SP2的官方补丁包
  • 洛谷入门——P1179 [NOIP2010 普及组] 数字统计
  • Android BroadcastReceiver
  • 工业大数据:制造业中的优化策略
  • asp毕业设计——基于asp+access的公司门户网站设计与实现(毕业论文+程序源码)——公司门户网站
  • 做网站的流程与步骤
  • 信管家博易大师、智星、易盛等都是证券交易软件,它们的区别主要在以下几个方面
  • 计算机考试重点题目与答案
  • 什么是CGI文件
  • Python Selenium搭建UI自动化测试框架_python ui自动化框架(1)
  • 小RNA的测序技术路线以及分析流程
  • Gabor滤波器
  • 数据结构 - 向量简单介绍
  • 从零开始搭建个人博客(保姆级教程)