Find the answer to your Linux question:
Results 1 to 9 of 9
I am getting an error from the updater. Here is the error: W: Failed to fetch http://3v1n0.tuxfamily.org/pool/dapp...untu0_i386.deb 302 Found How can I fix this? Thanks all. jmadero...
  1. #1
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    Error in package manager updater

    I am getting an error from the updater. Here is the error:

    W: Failed to fetch http://3v1n0.tuxfamily.org/pool/dapp...untu0_i386.deb
    302 Found

    How can I fix this? Thanks all.


    jmadero

  2. #2
    Just Joined!
    Join Date
    Jun 2007
    Posts
    46
    hi friend

    Maybe going into sources list and edit out the jp. , I believe that to be your country code. Just take it out and save , then do your sudo aptitude update & sudo aptitude dist-upgrade.

    good luck

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Quote Originally Posted by jmadero
    I am getting an error from the updater. Here is the error:

    W: Failed to fetch http://3v1n0.tuxfamily.org/pool/dapp...untu0_i386.deb
    302 Found

    How can I fix this? Thanks all.
    Which Distro do you have? Are you getting that error message with apt-get/Synaptic?
    Execute this
    Code:
    sudo dpkg --configure -a
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    Ubuntu

    I'm running Ubuntu and when I typed in that command nothing happened. I actually went directly to the repository and downloaded the package and it installed so I'm not sure if the update manager is going to work, I'll know when another update comes out, probably today or tomorrow I would assume

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    I'm running Ubuntu and when I typed in that command nothing happened
    It means nothing is wrong with Package Manager.
    You should install packages with apt-get or Synaptic only.
    Did you add this line in "http : //3v1n0.tuxfamily.org /pool /dapp...untu0_i386.deb" in Sources ( /etc/apt/sources.list file )?

    Execute this
    Code:
    sudo apt-get update
    If it update repos and doesn't throw any error, everything is fine,
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    sudo apt-get

    I actually ran that right away and it came up with no problems but it still showed that package in the update manager GUI interface and was giving me that error....I'm not sure what that means.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Thats weird. If apt-get update doesn't throw any error, Synaptic should work fine. Synaptic is just a Graphical Interface of apt-get.
    Post the contents of /etc/apt/sources.list file.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958

    Post of sources.list

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.

    deb Index of /ubuntu feisty main restricted
    deb-src Index of /ubuntu feisty main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb Index of /ubuntu feisty-updates main restricted
    deb-src Index of /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 Index of /ubuntu feisty universe
    deb-src Index of /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 Index of /ubuntu feisty multiverse
    deb-src Index of /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 Index of /ubuntu feisty-backports main restricted universe multiverse
    deb-src Index of /ubuntu feisty-backports main restricted universe multiverse

    deb Index of /ubuntu feisty-security main restricted
    deb-src Index of /ubuntu feisty-security main restricted
    deb Index of /ubuntu feisty-security universe
    deb-src Index of /ubuntu feisty-security universe
    deb Index of /ubuntu feisty-security multiverse
    deb-src Index of /ubuntu feisty-security multiverse
    deb http://ubuntu.beryl-project.org feisty main
    deb-src http://ubuntu.beryl-project.org feisty main
    deb Treviño’s Ubuntu Repository dapper 3v1n0
    deb-src Treviño’s Ubuntu Repository dapper 3v1n0

    ## Avant Window Navigator
    deb Index of /syzygy42 feisty avant-window-navigator
    deb-src Index of /syzygy42 feisty avant-window-navigator
    deb Index of /ubuntu dapper-commercial main


    deb http://medibuntu.sos-sts.com/repo/ feisty free non-free
    deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    You have added Dapper's Sources in Feisty.
    Execute this
    Code:
    gksu gedit /etc/apt/sources.list
    Either delete these three lines
    Code:
    deb Treviño’s Ubuntu Repository dapper 3v1n0
    deb-src Treviño’s Ubuntu Repository dapper 3v1n0
     
    deb Index of /ubuntu dapper-commercial main
    Or put # sign before those.
    Save file and execute 'sudo apt-get update' again,
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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