由於Ethereal是非Ubuntu維護的自由軟體,因此Ethereal位於Universe的Repository中。但由於原本Ubuntu的Source List中並沒有包括Universe的Repository,因此要修改Source List,加入Universe的Repository。
# sudo vim /etc/apt/sources.list
把以下兩行的註解拿掉
deb http://tw.archieve.ubuntu.com/ubuntu/ dapper universe
deb-src http://tw.archieve.ubuntu.com/ubuntu/ dapper universe
此外由於我們不想使用CDROM安裝,因此把以下此行註解
## deb cdrom :[Ubuntu 6.06.1 _Dapper Drake_ - Release i386 (20060807.1)]/ dapper main restricted
此外,為了加速下載,我們將原本指向國外的網址改為國內學術網路的網址:
將以下兩行註解掉
## deb http://security.ubuntu.com/ubuntu dapper-security main restricted
## deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
換成以下兩行
deb http://ubuntu.csie.ntu.edu.tw/ubuntu dapper-security main restricted
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu dapper-security main restricted
(修改此兩行後,以筆者下載46MB的Linux Kernel Souce的經驗,原本需要到四個多小時的下載可以縮短到五分鐘內完成)
- Dec 22 Fri 2006 10:45
【Ubuntu】apt-get speed up