1. 程式人生 > >修改Ubuntu的apt-get源為阿里源的方法

修改Ubuntu的apt-get源為阿里源的方法

1、複製原檔案備份

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

2、編輯源列表檔案

sudo vim /etc/apt/sources.list

3、將原來的列表刪除,新增如下內容

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

4、執行sudo apt-get update

5、執行sudo apt-get upgrade

相關推薦

修改Ubuntu的apt-get阿里方法

1、複製原檔案備份 sudo cp /etc/apt/sources.list  /etc/apt/sources.list.bak 2、編輯源列表檔案 sudo vim /etc/apt/sources.list 3、將原來的列表刪除,新增如下內容 deb http://mirrors.aliyun.co

修改Ubuntu的aptget阿里方法

1、複製原檔案備份 sudo cp /etc/apt/source.list /etc/apt/source.list.bak 2、編輯源列表檔案 sudo vim /etc/apt/source.list 3、將原來的列表刪除,新增如下內容 deb http://mirrors.aliyun.

ubuntu18.04下eclipse修改maven阿里

下載安裝Java和Eclipse:https://www.cnblogs.com/zifeiy/p/9030111.html 然後命令列安裝Maven(不是必須的): sudo apt-get install maven -y 然後編輯一個檔案/home/zifeiy/.m2/settings.xml:

CentOS7修改yum阿里

*映象源切換* 1、先備份一下原來的源映象檔案 cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 2、下載新的CentOS-Base.repo,並寫入到基礎原始檔中 wget

修改Windows 7上docker阿里

1. 註冊阿里雲(可以使用淘寶賬號登陸),獲得專屬加速器地址 2. 點選桌面【Docker Quickstart Terminal】快捷鍵,啟動docker 3. 在命令列輸入 do

設定centos的yum倉庫阿里

前提 使我們的主機能夠連線到外網 cd /etc/yum.repos.d/  #切換到yum倉庫目錄下 rm -rf *  #刪除預設配置倉庫 wget -O /etc/yum.repos.d/CentOS.repo http://mirrors.aliyun.com/repo/CentOS-7.re

CentOS 更換yum阿里

使用vim檢視yum源: [[email protected] ~]# vim /etc/yum.repos.d/CentOS-Base.repo 本文以CentOS 7 為例,下載阿里雲yum源到/etc/yum.repos.d資料夾下: 進入/etc/yum.repos.

Saltstack設定安裝阿里

  Saltstack設定安裝源為官方源有時候在國內網路不好安裝較慢或者安裝不上,可設定為阿里源   比如對於 Centos 7 系統,在 saltstack 的官網提供的配置初始化手冊是: sudo yum install https://repo.saltstack.com/yum/redhat

CentOS7更換yum阿里

備份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下載阿里源 wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.al

修改apt-get和yum阿里

apt-get 在使用apt-get update的時候,出現如下錯誤時: E: Some index files failed to download, they have been ignore

修改CentOS預設yum阿里映象

修改CentOS預設yum源為mirrors.aliyun.com 1、首先備份系統自帶yum源配置檔案/etc/yum.repos.d/CentOS-Base.repo [[email protected] ~]# mv /etc/yum.repos.d/CentOS-B

Linux修改yum阿里雲、網易、中國科技大學

1.阿里1.1備份當前的yum源mv /etc/yum.repos.d /etc/yum.repos.d.backup1.2下載新的CentOS-Base.repo 到/etc/yum.repos.d/CentOS 5wget -O /etc/yum.repos.d/Cent

Ubuntu 18.04 server 修改 apt 軟體阿里雲的

一、修改源: sudo cp /etc/apt/sources.list /etc/apt/sources.list.back 2.編輯源列表檔案 sudo vim /etc/apt/so

ubuntu修改阿里

apt-get方式安裝一些軟體,卻總是報出這個錯誤:Unable to locate package 這個錯誤一般是因為軟體源未更新造成的,於是採用命令:sudo apt-get update 來

CentOS修改yum阿里

yum的工具,自動去下載某個yum倉庫的 rpm軟體包,並且自動搜尋軟體下載軟體依賴,如同pip3,npm等包管理工具 yum載linux中的 yum倉庫是 /etc/yum.repos.d 並且在這個目錄,只有以 .repo的檔案結尾,才會識別為是一個yum倉庫 自定義yum倉庫,修改yum源 為什麼要

CentOS7 修改yum阿里

使用root登陸CentOS7系統 //切換到yum源目錄 cd /etc/yum.repos.d //備份原來的yum原始檔 mv CentOS-Base.repo CentOS

切換ubuntu server的apt-get下載阿里雲國內地址

最近開始學習用ubuntu server,使用apt-get的時候,用的是us的源。 想改成國內阿里雲的源,找了一圈,沒找到具體的內容。我有裝桌面版的ubuntu,所以把桌面版的sources.list拷貝下來,然後上傳到server裡面去,實現了切換ubuntu的源到阿里

CentOS修改預設的yum國內

文章目錄 修改為阿里源 修改為阿里源 備份預設的yum原始檔 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 下載阿里原始檔

maven專案的阿里

找到MyElipse -> Window-> Preferences ->Myeclipse -> Maven4MyEclipse ->User Settings  找到 setting.xml 的位置開啟檔案 在標籤<mirrors&g

centos將yum更換阿里

一、確定機器可以連線到網路(ping www.baidu.com) 二、備份 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 三、從網上下載新的原始檔(我的centos為6.7版本