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

  • 相关阅读:
    EOJ二月月赛补题
    cf401d
    cf628d
    cf55d
    HDU 6148 Valley Number
    洛谷 P3413 SAC#1
    洛谷 P4127[AHOI2009]同类分布
    洛谷 P2602 [ZJOI2010]数字计数
    bzoj 3679
    函数和循环闭包的理解
  • 原文地址:https://www.cnblogs.com/xuxm2007/p/2093990.html
Copyright © 2011-2022 走看看