一、apt-get這種方法下載的東西到哪了php
參考網址:http://blog.csdn.net/magic881213/article/details/7692007linux
http://www.linuxdiyf.com/viewarticle.php?id=102978git
【1】apt-get install **這樣的命令會下載文件放在 /var/cache/apt/archives目錄下,而後安裝。這樣這個目錄所佔空間會愈來愈大,因而apt提供了相應的管理工具apt-get clean刪除/var/cache/apt/archives/ 和 /var/cache/apt/archives/partial/目錄下全部包(鎖定的除外)。
注意:apt-get autoclean僅刪除再也不能被下載的包. 另外aptitude clean也可刪除/var/cache/apt/archives/ 和 /var/cache/apt/archives/partial/目錄下全部包(鎖定的除外)。github
【2】通常的deb包(包括新立得或者apt-get下載的)都安裝在/usr或/usr/share或/usr/local。本身下載的壓縮包或者編譯的包,有些能夠選擇安裝目錄,通常放在/usr/local/,也有在/opt的。若是想知道具體位置,用命令代碼:多線程
$ dpkg -L xxx.deb
注意,xxx是deb包的名稱,也能夠用新立得來查看。eclipse
dpkg -L firefox 可查看Firefox的安裝狀況;dpkg -L eclipse 可查看Eclipse的安裝位置工具
二、加快下載速度:(摘自:http://www.linuxidc.com/Linux/2011-07/38034.htm)spa
apt-fast 是一個用 axel 來加速 apt-get 軟件安裝的程序,可能不少人都用,能夠經過PPA來安裝..net
sudo add-apt-repository ppa:tldm217/tahutek.net sudo apt-get update sudo apt-get install apt-fast
另外還有兩個Apt-Fast的替代品firefox
apt-proz: 它使用另外一個多線程下載工具 prozilla 做爲加速下載工具,用法與 apt-fast 相似。
經過 ppa:tldm217/tahutek.net 就可安裝:
sudo sudo apt-add-repository ppa:tldm217/tahutek.net sudo apt-get update sudo apt-get install apt-proz
apt-metalink : 它能夠從多個 Ubuntu 源鏡像中同時下載 deb 包,使用 Aria2 做爲加速下載工具。
安裝及使用方法見項目主頁: http://github.com/tatsuhiro-t/apt-metalink