Red Hat / Fedora :: "Reload" Old Repository Information And Configuration ?
Jun 26, 2010
I have been having trouble installing some programs because of some dependency resolution errors. Sometimes I can work around it, and sometimes I can't.
The problem is that it looks for a package named in a different way or something.
Currently, I'm having problems installing "evolution-data-server" from source. It gives an error during configuring that says "libdb" can't be found, but I do know I have it installed.
I'm giving "reseting the repos" a shot because this might solve everything else. Basically, what I want to happen is that the package manager, and the repository list, would be back to "normal", the state where it's as if I just installed F13.
Here are screenshots of my repo list
It's tiring sorting out dependencies manually. Plus, there are no guarantees that I can have a successful installation.
View 6 Replies
ADVERTISEMENT
Apr 10, 2011
The firefox has latest 3.6.16. But Seamonkey is only up to 2.0.11, not latest 2.0.13. I reload repository, also the same.
View 3 Replies
View Related
Feb 5, 2011
When I try to check for updates and also when I try and press "reload" in the Synaptic package manager, I get this error:
Failed to fetch [URL]
Failed to fetch [URL] Some index files failed to download, they have been ignored, or old ones used instead.
Sometimes, I also get this red triangle with an exclamation point in my toolbar thing that tells me I have repository problems, or something along those lines. I'm assuming they're all related. I've been looking around, and I noticed people having similar errors and just being able to uncheck something in my Software settings, or something like that. In my case, I'm not exactly sure what to uncheck though, don't wanna screw anything up any more! I'm using 10.10, and I believe I'm using Maverick. I'm not sure what that means though. I've only recently started using Linux.
View 7 Replies
View Related
Apr 29, 2011
Whenever i go to the update manager and check for updates i get this
Failed to download repository information
Check your Internet connection. i am connected to the Internet and the connection is obviously fine because i am posting this, same thing happens when i go through terminal to i am currently running ubuntu 11.04
View 2 Replies
View Related
May 10, 2009
June 12, 2011. It appears that quite a few of the alternative repositories that I've suggested in the posts below are no longer functional. Rather than flog a dead horse I'm closing this thread and strongly suggest that you use a supported release of Fedora.The Fedora releases here, Fedora Core 1 through Fedora 12, are no longer supported or maintained, so they do not receive bug fixes or security updates. We do not recommend using these releases any more. I've spent the last day or so installing every Fedora release since Fedora Core 1, excluding Fedora 11, on a computer I had laying around. My goal was to figure out how to get yum to work despite the fact that the stock repositories are long gone in most cases.
I was motivated by the fact that the yum questions are never ending here at Fedora Forum and the question of how to make yum work for these older versions of Fedora seem to be quite common. The usual response is to install the newest and greatest Fedora. That's fine, but there are cases where this is just not possible. I'll outline separately what I've done for each release. You will only get one update, however, you should be able to install any software that is available through these repositories. You could consider adding other repositories if you need additional software.
View 14 Replies
View Related
Dec 14, 2010
Since upgrading to 10.10 , there has been problems with the update manager.
Iv looked around but cannot find a good conclusion. code...
Ok for some reason my INTERNET is set to etho2 instead of etho, might this be the prob? , YES I do have INTERNET/connection.
if so how do i change it to default iv tryed etho but it just keeps going back.
View 2 Replies
View Related
Jan 26, 2011
W:Failed to fetch [URL] 404 Not Found [IP: 91.189.92.170 80] , W:Failed to fetch [URL] 404 Not Found [IP: 91.189.92.170 80] , E:Some index files failed to download, they have been ignored, or old ones used instead. not sure why its not allowing me to download these packages through the update manager. Im fairly sure these are default sources that come with Maverick and would very much like to have these packages.
View 5 Replies
View Related
Mar 17, 2011
Whenever I go to update I press check and I get "Failed to download repository information Check your Internet connection." Well obviously I don't need to check my internet connection if I'm posting this thread. I am using Google Chrome and it's as fast as can be. When I run
Code:
sudo apt-get update
I get the following:
Code:
Get:1 http://dl.google.com stable Release.gpg [197B]
Hit http://extras.ubuntu.com maverick Release.gpg
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en
[code].....
E: Some index files failed to download, they have been ignored, or old ones used instead.
View 4 Replies
View Related
Mar 21, 2011
after uninstalling Namoroka i have the following issue with the updates
my update manager only downloads stable releases and only includes firefox stable updates
W:Failed to fetch [URL] 404 Not Found, E:Some index files failed to download, they have been ignored, or old ones used instead.
View 6 Replies
View Related
Apr 3, 2011
For a few weeks I've been ignoring an error about updates from my sources (error below)
[Code]...
Is there a way to change this or did someone just make a subfolder and not propagate the change properly?
View 6 Replies
View Related
Jun 8, 2011
I am beginner in Ubuntu. I am unable to install any software. For example, whenever I try to use Ubuntu software center to install VLC media player, it shows following notice:
Failed to download repository information
Check your internet connection
I searched on google about installing software on Ubuntu and tried to use the command I found for installing VLC media player on terminal.
First I typed command sudo apt-get update
And I get this on my terminal ----- Ign [URL] lucid Release.gpg .....
E: Some index files failed to download, they have been ignored, or old ones used instead.
Then I typed the following command to install VLC :
sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
Then I get the following information on terminal:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package vlc
View 9 Replies
View Related
Aug 17, 2010
I just installed RPMFusion free and non-free, and now update manager is telling me that it needs to install updates "RPM Fusion (free) Repository Configuration" and "RPM Fusion (non-free) Repository Configuration". When I try to install these I get a message asking 'Do you trust the source of the packages?" and i click 'Yes", it then asks for a password for authentication, and then I get message saying "Could not update packages. Failed to process request" and under more details:
failed to install signature: Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 2926, in install_signature
self.yumbase.getKeyForPackage(pkg, askcb = lambda x, y, z: True)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 4309, in getKeyForPackage
result = ts.pgpImportPubkey(misc.procgpgkey(info['raw_key']))
File "/usr/lib/python2.6/site-packages/rpmUtils/transaction.py", line 59, in __getattr__
return self.getMethod(attr)
File "/usr/lib/python2.6/site-packages/rpmUtils/transaction.py", line 69, in getMethod
return getattr(self.ts, method)
AttributeError: 'NoneType' object has no attribute 'pgpImportPubkey'
View 3 Replies
View Related
Oct 3, 2010
All of a sudden I am getting this error message saying "Failed to download repository information." With this error message code...
View 3 Replies
View Related
May 2, 2011
Update manger code...
When I do this:
Code:
sudo apt-get update
in terminal it also gives me this code...
View 1 Replies
View Related
Jun 25, 2011
I have just installed ubuntu 11.04. Package manager unable to download repo information
while in the same network ubuntu 10.04 is working fine . code...
View 2 Replies
View Related
Sep 1, 2011
It's up in the top "toolbar" of Natty and it has a red exclamation mark inside. It tells me my "update information is outdated" and so, naturally, I clicked it. It opens my "Update Manager" which tells me "there are no updates to install" and "The package information was last updated 11 days ago."
So I click the "check" button and the following pops up in a window:
Failed to download repository information
Check your Internet connection.
Code:
W:Failed to fetch [URL] 404 Not Found
, W:Failed to fetch [URL] 404 Not Found
, E:Some index files failed to download. They have been ignored, or old ones used instead.
My internet connection, contrary to the information provided, is fantastic (I've also tried 2 different locations).
View 6 Replies
View Related
Nov 30, 2010
We have ubuntu server and bind9 installed and setup.When I issue rndc reload or /etc/init.d/bind9 reload I got this:rndc: connection to remote host closedThis may indicate that* the remote server is using an older version of the command protocol,* this host is not authorized to connect,* the clocks are not syncronized, or* the key is invalid.If I issue named-checkconf /etc/bind/named.conf I got this:/etc/bind/named.conf.local:165: unknown key 'rndc-key'I got the key files in the right location but I'm not sure if we even need to use them.
View 2 Replies
View Related
Oct 17, 2010
I upgraded my ubuntu 10.04 to 10.10 after its release. It was working fine. But today I saw its giving an error while upgrading. I am not very much efficient in ubuntu so cant understand why this error is. It is giving as failed to download repository information. check your internet connection. But my internet is working fine.
[code]...
View 4 Replies
View Related
Sep 3, 2009
I'm trying to write a program which would get information from a webpage and display the information on my desktop sort of like a widget. I kind of remember there being something like this already made, but for the life of me I can't remember what it's calledDoes anyone know?
View 1 Replies
View Related
Jul 10, 2011
I keep getting a red triangle at the top right corner of my screen that says I need to update my software, but when I run update manager, I get an error window with the title of this post saying the following in its details:
I tried following the instructions in this post http://ubuntuforums.org/showthread.php?t=1787167, but even though I successfully switch servers, I still get the same update manager failure.
View 5 Replies
View Related
Dec 5, 2010
eog notices when a PNG file changes, and offers to reload it.But it does not reload until I move the mouse over to the monitor where I stuck eog, and click ReloadHow can I make eog just reload automatically without asking -- the way evince does, for PDFs?
View 1 Replies
View Related
Apr 11, 2010
How to change repository via terminal i install my debian trhough debian cd 1 so if i type apt-get upgrade the source is always fromd cd 1 and i want change ther source to the another repository(via internet not cd)
View 8 Replies
View Related
Mar 17, 2011
I have Fedora 13 in a VPS. I cannot work with yum. I got this error: [Errno 256] No more mirrors to try # yum list Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again.
View 4 Replies
View Related
Dec 1, 2009
I have install fedora 12 (i686) from Live CD. Now i want to install some package. I typed comand like this:
Code:
yum install some_package_name
But i have an error:
Code:
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again i looked at /etc/yum.repos.d:
Quote:
[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
[code]....
View 2 Replies
View Related
Dec 15, 2009
[root@127 scott]# yum update Loaded plugins: presto, refresh-packagekit [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. [URL]: [Errno 14] PYCURL ERROR 7 - "" Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora.
verify its path and try again ...browsed through solutions like using yum clear and setting proxy in yum.conf
View 9 Replies
View Related
Dec 22, 2009
Here's the details to this mornings update error:
Error Type: <class 'yum.Errors.RepoError'>
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in <module>
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
code....
It mentioned bug report but I don't know where that is. I'll try later.
View 9 Replies
View Related
Feb 14, 2010
Today I installed Fedora12 from the DVD, so this is my first contact with all of you. The last years I ran very well with gentoo, but the time for system maintenance got to big the last few times I updated the system, so I decided to change and here am I. The Problem: My system is newly installed from the DVD and I was trying to run the first update, but got the following errormassage by KPackageKit:
Code:
Error Type:
Error Value: Error getting repository data for installed, repository not found
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3125, in
main()
File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 3122, in main
backend.dispatcher(sys.argv[1:])
File : /usr/lib/python2.6/site-packages/packagekit/backend.py, line 710, in dispatcher
self.dispatch_command(args[0], args[1:])
[Code]...
It occured after informing me about the amount of packages that need to be updated and a message about some dependencies that have to be newly installed. At the moment I'm a bit lost about what to do. Also I realy don't know which system-information would be useful - let me know and I will answer.
View 2 Replies
View Related
Jun 14, 2010
When I try to install some programs, like Asunder, I get the following:
Code:
[root@localhost theAdmiral]# yum install asunder
Loaded plugins: presto, refresh-packagekit
Could not retrieve mirrorlist http://rpm.livna.org/mirrorlist error was
14: PYCURL ERROR 7 - ""
Error: Cannot retrieve repository metadata (repomd.xml) for repository: livna. Please verify its path and try again
[Code]...
View 14 Replies
View Related
Jul 28, 2010
I installed Fedora 13 in my new system from DVD image. Now I want to update all repositories. I coul'nt update. error message as below: Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again
View 3 Replies
View Related
Aug 8, 2011
I cant get yum to work
every time I go to install something it gives this output code...
View 1 Replies
View Related