Results 1 to 10 of 25
Hi,
when I open the update manager, he lists 14 items as recomended updates and when I click on install updates appears a box with this mesage "An error occurred" ...
- 03-14-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 60
[SOLVED] Update manager
Hi,
when I open the update manager, he lists 14 items as recomended updates and when I click on install updates appears a box with this mesage "An error occurred" and makes the following list:
can you help me?Code:W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/gcc-4.4-base_4.4.1-4ubuntu9_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/libstdc++6_4.4.1-4ubuntu9_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/libgomp1_4.4.1-4ubuntu9_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/cpp-4.4_4.4.1-4ubuntu9_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/gcc-4.4_4.4.1-4ubuntu9_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/g/gcc-4.4/libgcc1_4.4.1-4ubuntu9_i386.deb 403 Forbidden W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils_2.20-0ubuntu2_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/t/tzdata/tzdata_2009u-0ubuntu0.9.10_all.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/b/brasero/brasero_2.28.2-0ubuntu1_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/m/metacity/metacity-common_2.28.0-0ubuntu2_all.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/m/metacity/libmetacity0_2.28.0-0ubuntu2_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/libnautilus-extension1_2.28.1-0ubuntu3_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/m/metacity/metacity_2.28.0-0ubuntu2_i386.deb Size mismatch W: Failed to fetch http://pt.archive.ubuntu.com/ubuntu/pool/main/n/nautilus/nautilus-data_2.28.1-0ubuntu3_all.deb Size mismatch
- 03-14-2010 #2
Close Update Manager and open Terminal.
Execute this in Terminal
Try to upgrade packages again in Update Manager or Synaptic Package Manager.Code:sudo apt-get clean all sudo apt-get update
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-14-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 60
i done it, the items still there and gives the same error
- 03-14-2010 #4
Which version of Ubuntu are you using?
Post the output of this
Post the contents of /etc/apt/sources.list file here.Code:cat /etc/lsb-release
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-14-2010 #5Just Joined!
- Join Date
- Jan 2010
- Posts
- 60
ubuntu 9.10.
the "/etc/apt/sources.list" gives an error:
although I was thinking and if you ask for source list, here it is with "sudo gedit /etc/apt/sources.list ":Code:luis@desktop:~$ /etc/apt/sources.list bash: /etc/apt/sources.list: Permission denied luis@desktop:~$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.10 DISTRIB_CODENAME=karmic DISTRIB_DESCRIPTION="Ubuntu 9.10" luis@desktop:~$
Code:# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://pt.archive.ubuntu.com/ubuntu/ karmic main restricted deb-src http://pt.archive.ubuntu.com/ubuntu/ karmic main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://pt.archive.ubuntu.com/ubuntu/ karmic-updates main restricted deb-src http://pt.archive.ubuntu.com/ubuntu/ karmic-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://pt.archive.ubuntu.com/ubuntu/ karmic universe deb-src http://pt.archive.ubuntu.com/ubuntu/ karmic universe deb http://pt.archive.ubuntu.com/ubuntu/ karmic-updates universe deb-src http://pt.archive.ubuntu.com/ubuntu/ karmic-updates 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. ## 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-src http://pt.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. deb http://archive.canonical.com/ubuntu karmic partner deb-src http://archive.canonical.com/ubuntu karmic partner deb http://security.ubuntu.com/ubuntu karmic-security main restricted deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted deb http://security.ubuntu.com/ubuntu karmic-security universe deb-src http://security.ubuntu.com/ubuntu karmic-security universe
- 03-15-2010 #6
Sources.list file is configured correctly. Something is wrong at sources end only. I will suggest you to wait for a few hours/days and try update again.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2010 #7Just Joined!
- Join Date
- Mar 2010
- Location
- Mountain View, CA
- Posts
- 24
I think corrupted partial download in your /var/cache/apt directory.
Go into Synaptic-Settings-Preferences-Files and select the "Delete downloaded package after installation." option and then try again.
- 03-15-2010 #8It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-15-2010 #9Just Joined!
- Join Date
- Jan 2010
- Posts
- 60
devils casper, but this problem don't came from today, for almost a 1 this is appennig
linuxsupport, I'd try to made the changes in Synaptic and the program freezes.
- 03-15-2010 #10



