LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   using apt-get (https://www.linuxquestions.org/questions/ubuntu-63/using-apt-get-484631/)

unisol 09-18-2006 09:17 AM

using apt-get
 
--------------------------------------------------------------------------------

when i use sudo apt-get update i get this message adter connecting to the repos:Failed to fetch http://archive.ubuntu.com/ubuntu/dis...iverse/source/ Sources.gz Sub-process gzip returned an error code (1)
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead. i edit my sourcws.lst and still the same message my sources.list is:

here is sources.lst: Dapper Bugfix Updates
deb http://archive.ubuntu.com/ubuntu dapper-updates main
deb-src http://archive.ubuntu.com/ubuntu dapper-updates main

deb http://archive.ubuntu.com/ubuntu dapper-updates restricted
deb-src http://archive.ubuntu.com/ubuntu dapper-updates restricted

deb http://archive.ubuntu.com/ubuntu dapper-updates universe
deb-src http://archive.ubuntu.com/ubuntu dapper-updates universe

deb http://archive.ubuntu.com/ubuntu dapper-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-updates multiverse

# Dapper Backports (new software versions, provided by the Ubuntu Backports Project)
deb http://archive.ubuntu.com/ubuntu dapper-backports main
deb-src http://archive.ubuntu.com/ubuntu dapper-backports main

deb http://archive.ubuntu.com/ubuntu dapper-backports restricted
deb-src http://archive.ubuntu.com/ubuntu dapper-backports restricted

deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu dapper-backports universe
deb-src http://archive.ubuntu.com/ubuntu dapper-backports universe

deb http://archive.ubuntu.com/ubuntu dapper-backports multiverse
deb-src http://archive.ubuntu.com/ubuntu dapper-backports multiverse

deb http://archive.canonical.com/ubuntu dapper-commercial main


##############################
### Automatix Repositories ###
##############################

deb http://www.getautomatix.com/apt dapper main

## created by automatixrepo3
deb http://theli.free.fr/packages/ dapper listen

dfwcomputer 09-20-2006 12:01 AM

go here
http://www.ubuntulinux.nl/source-o-matic
and read the part about gpg keys

Quote:

When a repository in this list has a GPG key, you may need to add that to the APT trusted keys. You can do this with the following commands (replace KEY with the key ID in your sources.list file e.g.GPG key: 437D05B5)

gpg --keyserver subkeys.pgp.net --recv KEY
gpg --export --armor KEY | sudo apt-key add

unisol 09-21-2006 05:36 AM

using apt-get
 
i fixed my problem with apt-get by copying a backup of sources.list over my existing one all i need to do is add the gpg key for the cyberfunk server thanks for your help


All times are GMT -5. The time now is 02:27 AM.