On Monday 24 September 2007 17:26, heba wrote: > > Run apt-get like this: > > > > LANG=C apt-get install -f > > > > and post the output here. > > the output is the --help (in italian) > apt 0.6.46.4-0.1 for linux amd64 compiled on Feb 26 2007 22:52:53 > Usage: apt-get [options] command > apt-get [options] install|remove pkg1 [pkg2 ...] > apt-get [options] source pkg1 [pkg2 ...] >
> > my sources.list is: > > > > > > thanks and regards, > > -- > "Il cervello è in una realtà tutta sua dove l'oggettività non esiste" > Rashna > Micaela Gallerini Ok First, do you have access to ADSL internet? If yes, change your /etc/apt/sources.list to something like: deb http://ftp.debian.org/debian/ etch main non-free contrib deb-src http://ftp.debian.org/debian/ etch main non-free contrib deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org/ etch/updates main contrib non-free then run try to run apt-get update, if you still get the same message as before, then run apt-get install -f and give us the output.