Results 1 to 4 of 4
Every time I try to use apt-get I receive the error message: E: Couldn't find.....
I have these sources on my /etc/apt/sources.list
#deb http://mirrors.kernel.org/debian/ testing main contrib non-free
#deb http://security.debian.org/ ...
- 05-04-2005 #1Just Joined!
- Join Date
- Apr 2005
- Posts
- 11
apt-get doesn't work
Every time I try to use apt-get I receive the error message: E: Couldn't find.....
I have these sources on my /etc/apt/sources.list
#deb http://mirrors.kernel.org/debian/ testing main contrib non-free
#deb http://security.debian.org/ stable/updates main
#deb http://ftp.no.debian.org/debian/ testing main contrib non-free
#deb http://debian.oregonstate.edu/debian/ testing main contrib non-free
#deb http://http.us.debian.org/debian stable main contrib non-free
#deb http://www.apt-get.org
/dev/cdrom
I am running sarge. Here is an example of the exact error.
debian:~# apt-get install mcedit
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package mcedit
debian:~#
I don't understand why this is happening, it did not before. I'm sure you guys can help me out. Thanks
- 05-04-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
That's because you're using just /dev/cdrom for your apt sources, the others are uncommented (#), which means that they are not being used. Revert that:
deb http://mirrors.kernel.org/debian/ testing main contrib non-free
deb http://security.debian.org/ stable/updates main
deb http://ftp.no.debian.org/debian/ testing main contrib non-free
deb http://debian.oregonstate.edu/debian/ testing main contrib non-free
deb http://http.us.debian.org/debian stable main contrib non-free
deb http://www.apt-get.org
#/dev/cdromserzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 08-22-2006 #3Just Joined!
- Join Date
- Aug 2006
- Posts
- 1
Mine doesn't work
Hi,
My apt-get doesn't work anymore after I've installed Xgl. Anyone got ideas how to fix this? I get to do apt-get update or even apt-get dist-upgrade, but not apt-get install xxxxx. For example:
mago@argos:~$ sudo apt-get install kile
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package kile
Thx in advance.
- 08-22-2006 #4
post your own thread please. these errors are unrelated.
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?


Reply With Quote
