安装UBUNTU SERVER LAMP版后,APT源只剩下跟LAMP有关的软件可以下载了。

安装UBUNTU SERVER LAMP版后,APT源只剩下跟LAMP有关的软件可以下载了。

apt-get install emacs
couldnt find package
apt-get install lftp
couldnt find package
apt-get install gcc
couldnt find package
绝大多数常用软件包都找不到源,然后我用apt-cache search a*查了下,可以查到的包只有20多个,而且都是跟LAMP有关的软件包。
想下载其他常用软件,应该如何解决?望高手指点!      
记录源的文件sources.list里面的内容跟我以前的UBUNTU桌面版都是一模一样的,
都是优先使用deb http://archive.ubuntu.com/ubuntu/ edgy main restricted,就是官方的源,为什么server LAMP版里的源软件包只剩下跟LAMP有关的软件了?      
问题已解决,原来包列表是保存在本机的,。我也是偶然发现获得源列表时路由器的灯没有闪动时想到的,然后上网查了,果然是这样,还需要使用apt-get update来更新列表。      
向你推荐一个源:
复制内容到剪贴板
代码:
deb http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ edgy-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ edgy main restricted universe multiverse
超快,我在北京可以用平均135Kbps的速度更新,这是6.10的,将其写入你的/etc/apt/sources.list。如果你是6.06可以将源里的degy改成dapper即可。      
写入你的/etc/apt/sources.list前别忘了备份。