Error Installing Packages

Asked by Nate Long

I try to install packages, and I get an MD5Sum error. It says that it failed to fetch <the file name> due to an m5ssum error. I thought at first it was my repository I was using to install e17, but then I tried installing subversion, and I tried installing something else too, and I got it from those repositories too. I cleared my /var/cache/apt/archive downloads, and it didn't matter. I have no idea what to do now, and I'm going crazy. It happens in synaptic and with an aptitude install <app name>

any ideas?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hanusz leszek (leszek-skynet) said :
#1

Thanks for your question.

Open a terminal and report the output of these 2 commands:
cat /etc/apt/sources.list
apt-cache policy subversion e17

Revision history for this message
Nate Long (hybernate20) said :
#2

root@stealth:/etc/apt# cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## 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/ feisty universe
 deb-src http://us.archive.ubuntu.com/ubuntu/ feisty universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
 deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
 deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
 deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
 deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

 deb http://security.ubuntu.com/ubuntu feisty-security main restricted
 deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
# deb http://security.ubuntu.com/ubuntu feisty-security universe
 deb-src http://security.ubuntu.com/ubuntu feisty-security universe
# deb http://security.ubuntu.com/ubuntu feisty-security multiverse
 deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse

## E17 repository "edevelop.org"
# deb http://edevelop.org/pkg-e/ubuntu feisty e17
# deb-src http://edevelop.org/pkg-e/ubuntu feisty e17

## E17 Repository "e17.dunnewind.net"
#deb http://e17.dunnewind.net/ubuntu feisty e17
#deb-src http://e17.dunnewind.net/ubuntu feisty e17

#deb http://archive.ubuntu.com/ubuntu/ feisty main universe restricted multiverse
#deb http://archive.ubuntu.com/ubuntu/ feisty-updates universe main multiverse restricted
#deb http://archive.ubuntu.com/ubuntu/ feisty-proposed universe main multiverse restricted

-----------------------------------------------------------------

root@stealth:/etc/apt# apt-cache policy subversion
subversion:
  Installed: (none)
  Candidate: 1.4.3dfsg1-1ubuntu1
  Version table:
     1.4.3dfsg1-1ubuntu1 0
        500 http://us.archive.ubuntu.com feisty/main Packages

I didn't include e17 in there because it didn't find it for some reason. If I use aptitude it does, but not apt-get.

Revision history for this message
Hanusz leszek (leszek-skynet) said :
#3

Could you also copy-paste the output of these 2 commands so we have the complete error:

sudo apt-get update
sudo apt-get install subversion

Revision history for this message
Nate Long (hybernate20) said :
#4

Yep. I'll have to do it in the morning because my laptop is still at work.

Revision history for this message
Nate Long (hybernate20) said :
#5

Here is the sudo apt-get update (which for some reason completed just fine this time. Usually I get a bunch of bzip2 errors). I should probably be using a pastebin, so if you'd prefer that, let me know!

nate@stealth:~$ sudo apt-get update
Password:
Get:1 http://security.ubuntu.com feisty-security Release.gpg [191B]
Ign http://security.ubuntu.com feisty-security/main Translation-en_US
Get:2 http://us.archive.ubuntu.com feisty Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty/main Translation-en_US
Ign http://us.archive.ubuntu.com feisty/restricted Translation-en_US
Ign http://us.archive.ubuntu.com feisty/universe Translation-en_US
Ign http://us.archive.ubuntu.com feisty/multiverse Translation-en_US
Ign http://security.ubuntu.com feisty-security/restricted Translation-en_US
Get:3 http://us.archive.ubuntu.com feisty-updates Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty-updates/main Translation-en_US
Ign http://us.archive.ubuntu.com feisty-updates/restricted Translation-en_US
Hit http://security.ubuntu.com feisty-security Release
Get:4 http://us.archive.ubuntu.com feisty-backports Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty-backports/main Translation-en_US
Hit http://security.ubuntu.com feisty-security/main Packages
Ign http://us.archive.ubuntu.com feisty-backports/restricted Translation-en_US
Ign http://us.archive.ubuntu.com feisty-backports/universe Translation-en_US
Ign http://us.archive.ubuntu.com feisty-backports/multiverse Translation-en_US
Hit http://us.archive.ubuntu.com feisty Release
Hit http://security.ubuntu.com feisty-security/restricted Packages
Hit http://security.ubuntu.com feisty-security/main Sources
Hit http://security.ubuntu.com feisty-security/restricted Sources
Hit http://security.ubuntu.com feisty-security/universe Sources
Hit http://security.ubuntu.com feisty-security/multiverse Sources
Hit http://us.archive.ubuntu.com feisty-updates Release
Hit http://us.archive.ubuntu.com feisty-backports Release
Hit http://us.archive.ubuntu.com feisty/main Packages
Hit http://us.archive.ubuntu.com feisty/restricted Packages
Hit http://us.archive.ubuntu.com feisty/main Sources
Hit http://us.archive.ubuntu.com feisty/restricted Sources
Hit http://us.archive.ubuntu.com feisty/universe Packages
Hit http://us.archive.ubuntu.com feisty/universe Sources
Hit http://us.archive.ubuntu.com feisty/multiverse Packages
Hit http://us.archive.ubuntu.com feisty/multiverse Sources
Hit http://us.archive.ubuntu.com feisty-updates/main Packages
Hit http://us.archive.ubuntu.com feisty-updates/restricted Packages
Hit http://us.archive.ubuntu.com feisty-updates/main Sources
Hit http://us.archive.ubuntu.com feisty-updates/restricted Sources
Hit http://us.archive.ubuntu.com feisty-backports/main Packages
Hit http://us.archive.ubuntu.com feisty-backports/restricted Packages
Hit http://us.archive.ubuntu.com feisty-backports/universe Packages
Hit http://us.archive.ubuntu.com feisty-backports/multiverse Packages
Hit http://us.archive.ubuntu.com feisty-backports/main Sources
Hit http://us.archive.ubuntu.com feisty-backports/restricted Sources
Hit http://us.archive.ubuntu.com feisty-backports/universe Sources
Hit http://us.archive.ubuntu.com feisty-backports/multiverse Sources
Fetched 4B in 1s (2B/s)
Reading package lists... Done
nate@stealth:~$
------------------------------------------------------------------------------------------

nate@stealth:~$ sudo apt-get install subversion
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  libsvn1
Suggested packages:
  subversion-tools db4.4-util
The following NEW packages will be installed:
  libsvn1 subversion
0 upgraded, 2 newly installed, 0 to remove and 74 not upgraded.
Need to get 841kB of archives.
After unpacking 4878kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com feisty/main libsvn1 1.4.3dfsg1-1ubuntu1 [600kB]
Get:2 http://us.archive.ubuntu.com feisty/main subversion 1.4.3dfsg1-1ubuntu1 [240kB]
Fetched 841kB in 34s (24.7kB/s)
Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/s/subversion/libsvn1_1.4.3dfsg1-1ubuntu1_i386.deb MD5Sum mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Revision history for this message
Nate Long (hybernate20) said :
#6

Also, I just wanted to throw it out there that it isn't just subversion. I tried doing an update last night, and there were supposed to be 76 updates. When I came back to my computer this morning, I had 76 MD5Sum mismatches.......

Revision history for this message
Nate Long (hybernate20) said :
#7

anything?

Revision history for this message
Caspar Clemens Mierau (leitmedium) said :
#8

Please try:

apt-get update
apt-get --fix-missung upgrade

If that does not help

apt-get remove libsvn1 subversion

Can you help with this problem?

Provide an answer of your own, or ask Nate Long for more information if necessary.

To post a message you must log in.