zoukankan      html  css  js  c++  java
  • Ubuntu 修改源

    Steps

    1. 打开Ubuntu的终端,输入
    
     sudo gedit /etc/apt/sources.list
    
    
    1. 删掉里边所有旧的内容,把新的内容贴进去

    2. 执行

    
    sudo apt-get update
    
    

    ailiyun:

    TRUSTY(14.04) ref

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

    163:

    
    deb http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
    
    deb http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
    
    deb http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
    
    deb http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
    
    deb http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse
    
    deb-src http://mirrors.163.com/ubuntu/ intrepid main restricted universe multiverse
    
    deb-src http://mirrors.163.com/ubuntu/ intrepid-security main restricted universe multiverse
    
    deb-src http://mirrors.163.com/ubuntu/ intrepid-updates main restricted universe multiverse
    
    deb-src http://mirrors.163.com/ubuntu/ intrepid-proposed main restricted universe multiverse
    
    deb-src http://mirrors.163.com/ubuntu/ intrepid-backports main restricted universe multiverse 
    
    
  • 相关阅读:
    JS和C#对Json的操作
    JS图形化插件利器组件系列 —— Gojs组件
    Android APK反编译 apktool使用教程
    UML系列图
    多线程学习 ---- 系列教程
    大型网站架构之系列
    经典算法题锦集
    基本算法系列15天速成
    居转户--相关信息
    使用C#创建Windows服务
  • 原文地址:https://www.cnblogs.com/pengzhen/p/5779896.html
Copyright © 2011-2022 走看看