<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[apt-get install 下载太慢怎么办，用apt-fast!]]></title><description><![CDATA[<p dir="auto">默认的apt-get install 有时候会下载非常慢，尤其是添加的一些ppa，这时候你就需要apt-fast这个软件了。<br />
apt-fast 通过使用多线程下载来给apt-get 提速。经过测试效果出奇的好。<br />
下面是安装方法</p>
<h4>添加软件源并安装</h4>
<pre><code>sudo add-apt-repository ppa:apt-fast/stable
sudo apt-get update
sudo apt-get -y install apt-fast
</code></pre>
<h4>使用</h4>
<p dir="auto">在弹出的对话框中选择apt-get。安装完成之后使用方法和apt-get 是一样的。比如安装python3.5</p>
<pre><code>sudo apt-fast install python3.5
</code></pre>
<p dir="auto">这样就可以了。注意可能会弹出选项让你确认是否安装，选择是就可以了。<br />
这个项目的地址<a href="https://github.com/ilikenwf/apt-fast" target="_blank" rel="noopener noreferrer">https://github.com/ilikenwf/apt-fast</a></p>
]]></description><link>http://community.bwbot.org/topic/193/apt-get-install-下载太慢怎么办-用apt-fast</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 09:14:02 GMT</lastBuildDate><atom:link href="http://community.bwbot.org/topic/193.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 12 May 2017 03:23:30 GMT</pubDate><ttl>60</ttl></channel></rss>