Ubuntu 16.04中怎么使用apt-fast
这篇文章主要讲解了“Ubuntu 16.04中怎么使用apt-fast”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“Ubuntu 16.04中怎么使用apt-fast”吧!
Apt-fast 是一款替代 apt-get 提升下载速度的软件,安装软件时,通过增加线程使下载软件速度加快。
安装 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-fastReading package lists... DoneBuilding dependency treeReading state information... DoneThe following additional packages will be installed: aria2 libc-ares2 libssh3-1Suggested packages: aptitudeThe following NEW packages will be installed: apt-fast aria2 libc-ares2 libssh3-10 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] yGet: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的数值):
并且
你也可以直接编辑设置:
$ sudo vi /etc/apt-fast.conf
❝
请注意这个工具并不是给慢速网络连接的,它是给快速网络连接的。如果你的网速慢,那么你将无法从这个工具中得到好处。
该怎么使用 apt-fast 命令?
语法是:
$ apt-fast command$ apt-fast [options] command
使用 apt-fast 取回新的包列表:
$ sudo apt-fast update
使用 apt-fast 执行升级:
$ sudo apt-fast upgrade
执行发行版升级(发布或者强制内核升级),输入:
$ 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
下载二进制包到当前目录:
$ 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.deb07/26 15:35:42 [NOTICE] Download complete: /home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.debDownload Results:gid |stat|avg speed |path/URI======+====+===========+=======================================================7bee0c|OK | n/a|/home/vivek/nginx_1.10.0-0ubuntu0.16.04.2_all.debStatus Legend:(OK):download completed.
下载并显示指定包的 changelog:
$ sudo apt-fast changelog pkgNameHere$ sudo apt-fast changelog nginx
感谢各位的阅读,以上就是“Ubuntu 16.04中怎么使用apt-fast”的内容了,经过本文的学习后,相信大家对Ubuntu 16.04中怎么使用apt-fast这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是编程网,小编将为大家推送更多相关知识点的文章,欢迎关注!
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341