如何在Ubuntu 11.04系统上安装/更新Firefox最新版
Ubuntu 11.04更新Firefox 6正式版
sudo add-apt-repository ppa:ubuntu-mozilla-security/ppa
sudo apt-fast update
sudo apt-fast install firefox
或者
sudo apt-fast upgrade
一旦没有安装apt-fast ,那么使用apt-get即可。
背景介绍:apt-fast
apt-fast 是一个用 axel 来加速 apt-fast 软件安装的工具,通过这个工具在安装软件时,因为用到了 axel 的多线程下载功能,所以在下载软件包时会比普通的 apt-get 要快上好几倍。当然这也取决于网络,我这边从 PPA 源下载东西速度用apt-fast比apt-get就快很多。
使用很简单,只需要将apt-get改成apt-fast即可
sudo add-apt-repository ppa:tldm217/tahutek.net
sudo apt-get update
sudo apt-get install apt-fast
上述完整过程完毕后,即可使用apt-fast来安装应用了。