zoukankan      html  css  js  c++  java
  • ubuntu16.04 更换源

    1、备份

    sudo cp /etc/apt/source.list /etc/apt/source.list.bak

    2、打开/etc/apt/source.list,并删除所有内容

    sudo gedit /etc/apt/source.list 

    3、复制以下内容到该文件,保存。

    阿里云源:

        # deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted  
        deb-src http://archive.ubuntu.com/ubuntu xenial main restricted #Added by software-properties  
        deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted  
        deb-src http://mirrors.aliyun.com/ubuntu/ xenial main restricted multiverse universe #Added by software-properties  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted  
        deb-src http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted multiverse universe #Added by software-properties  
        deb http://mirrors.aliyun.com/ubuntu/ xenial universe  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-updates universe  
        deb http://mirrors.aliyun.com/ubuntu/ xenial multiverse  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-updates multiverse  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse  
        deb-src http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse #Added by software-properties  
        deb http://archive.canonical.com/ubuntu xenial partner  
        deb-src http://archive.canonical.com/ubuntu xenial partner  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted  
        deb-src http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted multiverse universe #Added by software-properties  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-security universe  
        deb http://mirrors.aliyun.com/ubuntu/ xenial-security multiverse  

    4、更新源

    sudo apt-get update 

    完成。

  • 相关阅读:
    2,SFDC 管理员篇
    1,SFDC 管理员篇
    0,SFDC 管理员篇
    Java控制台中输入中文输出乱码的解决办法
    struts1和struts2线程安全问题
    PL/SQL Developer使用技巧、快捷键
    SpringMVC前传--从Struts 1.x-2.x MVC-Spring 3.0 MVC
    H5元素拖拽使用事件数据传输
    js实现拼图小游戏
    js实现简单轮播图效果
  • 原文地址:https://www.cnblogs.com/sench/p/8550293.html
Copyright © 2011-2022 走看看