分页: 1 / 1

apt-get install software problem

发表于 : 2006-07-11 11:24
rogercheng
I just now installed ubuntu 6.06 and want to install some software.
I go to internet by proxy and i have modify apt confi file /etc/apt/apt.conf
but i still encounter the following error:

roger@Cheng:~$ sudo apt-get install gcc
Password:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package gcc

Re: apt-get install software problem

发表于 : 2006-07-11 11:32
mimihu88
rogercheng 写了:I just now installed ubuntu 6.06 and want to install some software.
I go to internet by proxy and i have modify apt confi file /etc/apt/apt.conf
but i still encounter the following error:

roger@Cheng:~$ sudo apt-get install gcc
Password:
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package gcc
先按照快速设置指南设置好源

发表于 : 2006-07-11 11:36
rogercheng
sorry , i can't input chinese because i can't install chinese input method.

I have modified the sourelist file( i used the cn99 source

发表于 : 2006-07-11 11:41
jackson0905
更新目录树了吗?

sudo apt-get update

发表于 : 2006-07-11 11:53
rogercheng
you are right.
i forget run apt-get update

thanks