您好,登錄后才能下訂單哦!
小編給大家分享一下怎么在Ubuntu Linux 16.04 LTS中使用多個連接加速 apt-get/apt,相信大部分人都還不怎么了解,因此分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后大有收獲,下面讓我們一起去了解一下吧!
你需要使用到 apt-fast 這個 shell 封裝器。它會通過多個連接同時下載一個包來加速 apt-get/apt 和 aptitude 命令。所有的包都會同時下載。它使用 aria2c 作為默認(rèn)的下載加速器。
安裝 apt-fast 工具
在 Ubuntu Linux 14.04 或者之后的版本嘗試下面的命令:
$ sudo add-apt-repository ppa:saiarcot895/myppa
示例輸出:
更新你的倉庫:
$ sudo apt-get update
或者
$ sudo apt update
安裝 apt-fast:
$ sudo apt-get -y install apt-fast
或者
$ sudo apt -y install apt-fast
示例輸出:
Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: aria2 libc-ares2 libssh3-1 Suggested packages: aptitude The following NEW packages will be installed: apt-fast aria2 libc-ares2 libssh3-1 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 1,282 kB of archives. After this operation, 4,786 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://01.archive.ubuntu.com/ubuntu xenial/universe amd64 libssh3-1 amd64 1.5.0-2 [70.3 kB] Get:2 http://ppa.launchpad.net/saiarcot895/myppa/ubuntu xenial/main amd64 apt-fast all 1.8.3~137+git7b72bb7-0ubuntu1~ppa3~xenial1 [34.4 kB] Get:3 http://01.archive.ubuntu.com/ubuntu xenial/main amd64 libc-ares2 amd64 1.10.0-3 [33.9 kB] Get:4 http://01.archive.ubuntu.com/ubuntu xenial/universe amd64 aria2 amd64 1.19.0-1build1 [1,143 kB] 54% [4 aria2 486 kB/1,143 kB 42%] 20.4 kB/s 32s
配置 apt-fast
你將會得到下面的提示(必須輸入一個5到16的數(shù)值):
并且
你也可以直接編輯設(shè)置:
$ sudo vi /etc/apt-fast.conf
請注意這個工具并不是給慢速網(wǎng)絡(luò)連接的,它是給快速網(wǎng)絡(luò)連接的。如果你的網(wǎng)速慢,那么你將無法從這個工具中得到好處。
我該怎么使用 apt-fast 命令?
語法是:
apt-fast commandapt-fast [options] command
使用 apt-fast 取回新的包列表
sudo apt-fast update
使用 apt-fast 執(zhí)行升級
sudo apt-fast upgrade
執(zhí)行發(fā)行版升級(發(fā)布或者強制內(nèi)核升級),輸入:
$ sudo apt-fast dist-upgrade
安裝新的包
語法是:
sudo apt-fast install pkg
比如要安裝 nginx,輸入:
$ sudo apt-fast install nginx
示例輸出:
刪除包
$ sudo apt-fast remove pkg$ sudo apt-fast remove nginx
刪除包和它的配置文件
$ sudo apt-fast purge pkg$ sudo apt-fast purge nginx
刪除所有未使用的包
$ sudo apt-fast autoremove
下載源碼包
$ sudo apt-fast source pkgNameHere
清理下載的文件
$ sudo apt-fast clean
清理舊的下載文件
$ sudo apt-fast autoclean
驗證沒有破壞的依賴
$ sudo apt-fast check
下載二進制包到當(dāng)前目錄
$ sudo apt-fast download pkgNameHere$ sudo apt-fast download nginx
示例輸出:
[#7bee0c 0B/0B CN:1 DL:0B] 07/26 15:35:42 [NOTICE] Verification finished successfully. file=/home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb 07/26 15:35:42 [NOTICE] Download complete: /home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb Download Results: gid |stat|avg speed |path/URI ======+====+===========+======================================================= 7bee0c|OK | n/a|/home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.deb Status Legend: (OK):download completed.
下載并顯示指定包的 changelog
$ sudo apt-fast changelog pkgNameHere $ sudo apt-fast changelog nginx
以上是“怎么在Ubuntu Linux 16.04 LTS中使用多個連接加速 apt-get/apt”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注億速云行業(yè)資訊頻道!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。