最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Ubuntu 18.04更換apt-get源的方法

 更新時間:2020年04月30日 09:55:08   作者:格格_gloria  
這篇文章主要介紹了Ubuntu 18.04更換apt-get源的方法,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友可以參考下

使用apt-get安裝時,會很慢,更換了國內的源后,就可以解決這個問題了。

1. 備份sources.list文件

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

2. 打開sources.list文件

sudo gedit /etc/apt/sources.list

3. 刪除原內容,添加下列內容

#清華源
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic main restricted universe multiversedeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted universe multiversedeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-backports main restricted universe multiversedeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-security main restricted universe multiversedeb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiversedeb-src https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-proposed main restricted universe multiverse

#阿里云源
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse

這兩個源都可以用,我都試過,感覺阿里云源速度更快。

4. 更新

保存sources.list文件后需要更新apt-get。

sudo apt-get update

更新完成后就可以正常使用了。

到此這篇關于Ubuntu 18.04更換apt-get源的文章就介紹到這了,更多相關Ubuntu 18.04更換apt-get源內容請搜索腳本之家以前的文章或繼續(xù)瀏覽下面的相關文章希望大家以后多多支持腳本之家!

相關文章

  • Linux下的粘滯位詳細介紹

    Linux下的粘滯位詳細介紹

    這篇文章主要介紹了Linux下的粘滯位詳細介紹的相關資料,需要的朋友可以參考下
    2017-03-03
  • 淺談linux幾種定時函數(shù)的使用

    淺談linux幾種定時函數(shù)的使用

    下面小編就為大家?guī)硪黄獪\談linux幾種定時函數(shù)的使用。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2016-10-10
  • linux誤刪nginx.conf文件恢復方式

    linux誤刪nginx.conf文件恢復方式

    這篇文章主要介紹了linux誤刪nginx.conf文件恢復方式,具有很好的參考價值,希望對大家有所幫助,如有錯誤或未考慮完全的地方,望不吝賜教
    2024-01-01
  • 詳解Linux動態(tài)庫生成與使用指南

    詳解Linux動態(tài)庫生成與使用指南

    這篇文章主要介紹了詳解Linux動態(tài)庫生成與使用指南,文中通過示例代碼介紹的非常詳細,對大家的學習或者工作具有一定的參考學習價值,需要的朋友們下面隨著小編來一起學習學習吧
    2020-07-07
  • LuManager VPS主機控制面板安裝和Eduvps免費VPS測評

    LuManager VPS主機控制面板安裝和Eduvps免費VPS測評

    這篇文章主要介紹了LuManager VPS主機控制面板安裝和Eduvps免費VPS測評,需要的朋友可以參考下
    2016-04-04
  • Apache 開通子站點配置方法

    Apache 開通子站點配置方法

    前一段時間突發(fā)奇想,想自己給自己做個記錄系統(tǒng),暫且就叫他記錄系統(tǒng)吧。其實木的就是記錄一些亂七八糟的事情,譬如,賬簿,記事本之類的
    2012-06-06
  • Linux 系統(tǒng)使用私鑰登錄的教程詳解

    Linux 系統(tǒng)使用私鑰登錄的教程詳解

    這篇文章主要介紹了Linux 系統(tǒng)使用私鑰登錄的教程詳解,私鑰登錄?Linux服務器每次都要輸入負責的密碼,為了方便、安全登錄Linux服務器,使用私鑰公鑰來登錄。具體操作方法大家跟隨腳本之家小編一起通過本文學習吧
    2018-06-06
  • Linux下新增用戶、指定用戶組、家目錄、獲取sudo權限方式

    Linux下新增用戶、指定用戶組、家目錄、獲取sudo權限方式

    這篇文章主要介紹了Linux下新增用戶、指定用戶組、家目錄、獲取sudo權限方式,具有很好的參考價值,希望對大家有所幫助。如有錯誤或未考慮完全的地方,望不吝賜教
    2023-04-04
  • linux下查看so或可執(zhí)行程序的依賴庫

    linux下查看so或可執(zhí)行程序的依賴庫

    今天小編就為大家分享一篇關于linux下查看so或可執(zhí)行程序的依賴庫,小編覺得內容挺不錯的,現(xiàn)在分享給大家,具有很好的參考價值,需要的朋友一起跟隨小編來看看吧
    2019-04-04
  • 詳解 Linux 常用目錄的作用

    詳解 Linux 常用目錄的作用

    這篇文章主要介紹了詳解 Linux 常用目錄的作用的相關資料,這里列舉常用目錄并附實例幫助大家理解這部分內容,需要的朋友可以參考下
    2017-08-08

最新評論

嵊泗县| 晋州市| 望江县| 习水县| 深州市| 余姚市| 东阳市| 宿迁市| 新干县| 涟水县| 桦南县| 集贤县| 松阳县| 繁昌县| 宣化县| 土默特左旗| 旺苍县| 长垣县| 开远市| 建宁县| 嘉定区| 都安| 台南市| 马龙县| 南乐县| 绩溪县| 扎赉特旗| 疏附县| 达日县| 枝江市| 东乡县| 九江市| 平凉市| 慈溪市| 永川市| 永春县| 山阳县| 靖江市| 大邑县| 涿州市| 千阳县|