Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
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" ...
  1. #1
    Just 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:
    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
    can you help me?

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Close Update Manager and open Terminal.
    Execute this in Terminal
    Code:
    sudo apt-get clean all
    sudo apt-get update
    Try to upgrade packages again in Update Manager or Synaptic Package Manager.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    60
    i done it, the items still there and gives the same error

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Which version of Ubuntu are you using?
    Post the output of this
    Code:
    cat /etc/lsb-release
    Post the contents of /etc/apt/sources.list file here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Jan 2010
    Posts
    60
    ubuntu 9.10.
    the "/etc/apt/sources.list" gives an error:
    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:~$
    although I was thinking and if you ask for source list, here it is with "sudo gedit /etc/apt/sources.list ":
    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

  6. #6
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  7. #7
    Just 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.

  8. #8
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by linuxsupport View Post
    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.
    sudo apt-get clean all command does the same. Problem could be in sources only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  9. #9
    Just 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.

  10. #10

Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...