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...
- 08-12-2007 #1
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
- 08-13-2007 #2Just 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
- 08-13-2007 #3Which Distro do you have? Are you getting that error message with apt-get/Synaptic?
Originally Posted by jmadero
Execute this
Post output here.Code:sudo dpkg --configure -a
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-13-2007 #4
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
- 08-13-2007 #5It means nothing is wrong with Package Manager.I'm running Ubuntu and when I typed in that command nothing happened
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
If it update repos and doesn't throw any error, everything is fine,Code: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
- 08-13-2007 #6
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.
- 08-14-2007 #7
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
- 08-14-2007 #8
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
- 08-14-2007 #9
You have added Dapper's Sources in Feisty.
Execute this
Either delete these three linesCode:gksu gedit /etc/apt/sources.list
Or put # sign before those.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
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


Reply With Quote