zoukankan      html  css  js  c++  java
  • 更新ubuntu軟件源爲阿里雲腳本

    #!/bin/bash
    echo "# deb cdrom:[Ubuntu 14.10 _Utopic Unicorn_ - Release amd64 (20141022.1)]/ utopic main restricted

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://mirrors.aliyun.com/ubuntu/ utopic main restricted
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates main restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://mirrors.aliyun.com/ubuntu/ utopic universe
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic universe
    deb http://mirrors.aliyun.com/ubuntu/ utopic-updates universe
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://mirrors.aliyun.com/ubuntu/ utopic multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic multiverse
    deb http://mirrors.aliyun.com/ubuntu/ utopic-updates multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-updates multiverse

    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-backports main restricted universe multiverse

    deb http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security main restricted
    deb http://mirrors.aliyun.com/ubuntu/ utopic-security universe
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security universe
    deb http://mirrors.aliyun.com/ubuntu/ utopic-security multiverse
    deb-src http://mirrors.aliyun.com/ubuntu/ utopic-security multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    # deb http://archive.canonical.com/ubuntu utopic partner
    # deb-src http://archive.canonical.com/ubuntu utopic partner

    ## This software is not part of Ubuntu, but is offered by third-party
    ## developers who want to ship their latest software.
    deb http://extras.ubuntu.com/ubuntu utopic main
    deb-src http://extras.ubuntu.com/ubuntu utopic main" |sudo tee /etc/apt/sources.list

  • 相关阅读:
    Docker-compose编排微服务顺序启动解决方案
    在笔记本上使用virtualbox搭建lvs dr 实验遇到的问题
    MongoDB安装配置(RedHat/CentOS)
    wget 用法
    Ubuntu查看crontab运行日志
    CentOS-6.5安装Zabbix 3.0.4
    centos 6 安装vsftpd与PAM虚拟用户
    python socket常用接口说明
    cmake 构建工程
    std::vector的下标访问和迭代器访问的效率
  • 原文地址:https://www.cnblogs.com/psd2012/p/4783402.html
Copyright © 2011-2022 走看看