zoukankan      html  css  js  c++  java
  • Ubuntu14.04使用国内163源或sohu源

    Ubuntu14.04使用163源
    163源
    root@KVM:~# vim /etc/apt/sources.list
    deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse

    root@KVM:~# apt-get update


    sohu源
    deb http://mirrors.sohu.com/ubuntu trusty main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-backports main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-proposed main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-security main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu trusty-updates main restricted universe multiverse

    deb-src http://mirrors.sohu.com/ubuntu trusty main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-backports main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-proposed main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-security main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu trusty-updates main restricted universe multiverse

  • 相关阅读:
    CB2010连接WORD
    WIN7下的MODI
    视频预览1
    上下文工具栏(ContextTab)
    多功能便携式拉杆箱电源系统
    Firefox 内存占用问题
    「新闻」Google Science Fair
    2011521
    「电视剧」永远的忠诚
    2011429
  • 原文地址:https://www.cnblogs.com/lixuebin/p/10814466.html
Copyright © 2011-2022 走看看