LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   problem's with apt-get? (https://www.linuxquestions.org/questions/ubuntu-63/problems-with-apt-get-384093/)

sigh_ren 11-17-2005 03:06 PM

problem's with apt-get?
 
so i keep trying to use apt-get to install things or update/upgrade
and i keep getting errors saying that packages were missing so they werent installed

i added more repositories as per the unofficial ubuntu guide suggested, but i noticed it's for hoary(5.10) , and i'm using breezy (5.10)

my sources.list looks like this
Code:

deb cdrom:[Edubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted

## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu breezy universe

deb http://security.ubuntu.com/ubuntu breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

deb http://security.ubuntu.com/ubuntu breezy-security universe
deb-src http://security.ubuntu.com/ubuntu breezy-security universe

deb http://archive.ubuntu.com/ubuntu breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu breezy multiverse

## Backports
deb http://ubuntu-backports.mirrormax.net/ breezy-backports main universe multiverse restricted
deb http://ubuntu-backports.mirrormax.net/ breezy-extras main universe multiverse restricted

and i'm getting this error in terminal when i try sudo apt-get update

Code:

Failed to fetch http://ubuntu-backports.mirrormax.ne...86/Packages.gz  404 Not Found
Failed to fetch http://ubuntu-backports.mirrormax.ne...86/Packages.gz  404 Not Found
Failed to fetch http://ubuntu-backports.mirrormax.ne...86/Packages.gz  404 Not Found
Failed to fetch http://ubuntu-backports.mirrormax.ne...86/Packages.gz  404 Not Found
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
[1]+  Done                    sudo gedit /etc/apt/sources.list

i'm still getting some packages to update/install, but it worries me that some aparently arent. any ideas?

sigh_ren 11-17-2005 03:51 PM

i keep getting "couldnt stat package source" fromt he breezy--backport url
is this normal?

aysiu 11-17-2005 08:12 PM

http://www.psychocats.net/linux/sources.php

shane25119 11-17-2005 10:17 PM

make sure you don't have the graphical package manager open. That can really screw up how how apt works from the command line.

sigh_ren 11-18-2005 12:16 AM

thank's aysiu!
that seems to have fixed it all right up!

and i havent even bothered with the GUI yet
terminal seems much easier

aysiu 11-18-2005 12:22 AM

The GUI's not so bad.
It's easier to help people with terminal commands, but Synaptic Package Manager is a wonderful thing.


All times are GMT -5. The time now is 06:26 AM.