zoukankan      html  css  js  c++  java
  • fedora 14 的163的yum源

    Fedora 14 yum 源 上海交大

    [Fedora-ftp.sjtu.edu.cn]
    name=Fedora 14 – i386
    baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/14/Fedora/i386/os/
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
    [Everything-ftp.sjtu.edu.cn]
    name=Everything 14 – i386
    baseurl=http://ftp.sjtu.edu.cn/fedora/linux/releases/14/Everything/i386/os/
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
    [updates-ftp.sjtu.edu.cn]
    name=Fedora updates
    baseurl=http://ftp.sjtu.edu.cn/fedora/linux/updates/14/i386/
    enabled=1
    gpgcheck=0

    将以上内容保存至 /etc/yum.repos.d/sjtu.repo 即可



    Fedora 14 添加 163 yum 源

    首先输入打开终端输入su,输入密码,取得管理员权限;

    其次输入 gedit /etc/yum.repos.d/163.repo,回车

    再次把一下内容复制到打开的163.repo中:

    [Fedora-mirrors.163.com]
    name=Fedora 14 – i386
    baseurl=http://mirrors.163.com/fedora/updates/14/i386/
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
    [Everything-mirrors.163.com]
    name=Everything 14 – i386
    baseurl=http://mirrors.163.com/fedora/updates/14/i386/
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
    [updates-mirrors.163.com]
    name=Fedora updates
    baseurl=http://mirrors.163.com/fedora/updates/14/i386/
    enabled=1
    gpgcheck=0
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY

  • 相关阅读:
    收集一些特殊的符号
    腾讯笔试有感
    Lazy Load, 延迟加载图片的 jQuery 插件
    腾讯实习生笔试题
    IE捉迷藏bug详解(躲猫猫)
    使用SQL Server 2000 全文检索
    一篇比较不错的关于masterpage的文章
    ASP.NET中对表单输入行有选择验证
    在WSS中高亮显示搜索结果
    WebPart安装位置对FrontPager的影响
  • 原文地址:https://www.cnblogs.com/xuxm2007/p/2093990.html
Copyright © 2011-2022 走看看