General :: Adding A Repository To Yum?
Mar 10, 2011
ok i need to add the repo [URL] to the yum config
i found this but i dont know how to do it for the repo that im using
it says to add this to the /etc/yum.conf file but how do i do it for rpmfusion.org? what do i have to change to the following lines? or is there another way
[dries]
name=Extra Fedora rpms dries - $releasever - $basearch
baseurl=http://apt.sw.be/dries/fedora/linux/$releasever/$basearch/dries
View 1 Replies
ADVERTISEMENT
Sep 3, 2010
Couple of days I go I setup VLC using Kubuntu's graphic software manager, and installed the 3 plug-ins, one of which was related to pulse. After doing this sound stopped working in flash videos. I had read, not sure where, that Kubuntu didn't use pulse (which slipped my mind when setting up VLC).
So I make the mistake of removing everything which had pulse in it's name (again, via the graphic software manager). A message popped-up saying that some packages needed to be removed/edited (a LONG list, a big clue that I was doing something stupid I guess). I let it run it's course and after that it won't boot properly.
If I boot it normally it hangs at the Kubuntu screen with the five dots filling endlessly. If I press F1 it's stuck at "checking battery status."
Recovery mode boots, but the recovery option does nothing.
So I was wondering if I could boot into recovery mode and go into the terminal and add a live USB as a repository for apt, and try to salvage the install?
Or should I admit defeat and reinstall?
View 1 Replies
View Related
Apr 13, 2011
I wanted to add a repository so I took the steps of zypper ar -f ((repo directory)) and got:
Code:
zypper ar -f http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.4
If only one argument is used, it must be a URI pointing to a .repo file.
addrepo (ar) [options] <URI> <alias>
addrepo (ar) [options] <file.repo>
[Code].....
View 4 Replies
View Related
Dec 30, 2010
I was using Kbibtex under 11.2 on my Lenovo (32-bit) but YaST does not find it now that I have upgraded to 11.3. Perhaps it is as simple a matter as adding another repository. Can anyone clarify for me?
View 7 Replies
View Related
Feb 7, 2010
I just purchased openSUSE 11.2 x64 on DVD from osdisc.com, as well as the 5 x64 repository DVD's. The base install went fine, but when I try to add thos's to my software repositories using yast they all have the same listed name, "repository" - I can change that to show "repository disk 1" etc, but when I go to install stuff and the software installer asks for "repository disk 1" I put that in the dvd drive, and it cannot recognise it, spits it out and asks for the same disk again...hmmmm. Should I not change the default name that comes up when each DVD is added to the list? If I leave them unchanged will I be told which is the correct disk to insert, remembering that in the list they all have the same name
View 8 Replies
View Related
Mar 21, 2011
I have a Fedora 12 and OpenSuse DVD with me. It consists of lots of packages and hence to install these packages I don't have to download them. What I want to do is copy the package folder on my local machine and then add them as repository in Synaptic Packet Manager.
View 1 Replies
View Related
May 13, 2010
I would like to install a program called VariCAD. I downloaded the install file (full file name: varicad2010-en_2.06_amd64.deb) but was wondering if one couldn't somehow do this via the repository, kind of like I did for my nvidia drivers? Is it possible?
View 6 Replies
View Related
Aug 11, 2011
I was trying to install Gnome 3 in ubuntu 11.04 & some other applications.While adding repositories throgh terminal encountered this error."Error reading https://launchpad.net/api/1.0/~gnome...rchive/gnome3: <urlopen error [Errno -2] Name or service not known>"
View 3 Replies
View Related
Feb 15, 2011
Can I ask if it is possible to add the newest version of rrdtool to CentOS repositories? Now I'm using 1.3.8 but there is already 1.4.5. We have some policy so I'm not able to install it not via repo way...
View 1 Replies
View Related
Jul 14, 2010
Some while ago I decided to add Firefox repository directly through terminal. (Idea born when I saw in one old page (yes, never look for info in old pages ) "tutorial" how to do it.) The whole idea was simple: just add one line in terminal.The line was like this:sudo add-apt-repository ppa:mozillateam/firefox-stableBut since that, when I try to update through update manager I get errors:Quote:
W: GPG error: http://ppa.launchpad.net lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D45DF2E8FC91AE7E
W: GPG error: http://archive.canonical.com lucid Release: The following signatures couldn't
[code]....
View 6 Replies
View Related
Sep 20, 2010
what commands should I need to run on CentOS to add user on tortoisesvn repository browser? any related link out there?
View 2 Replies
View Related
Sep 22, 2010
If you attempt to install VLC by simply adding the VideoLAN repository to YAST, the version that's installed won't have audio.Follow the Zypper instructions on the VideoLAN website (bottom of the page)VideoLAN - VLC media player for openSUSE Be sure to specify 11.3 as described, and VLC will install fine.
View 7 Replies
View Related
Apr 8, 2011
I tried to install emergent using following guide:[URL](Ubuntu) However, I did not succeed, it seems that it could not install emergent properly. My far worse problem now is that it messed up my software center and update manager. I get following error message when starting the software-center:
Code:
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/apt/aptcache.py", line 105, in open
self._cache = apt.Cache(GtkMainIterationProgress())
File "/usr/lib/python2.6/dist-packages/apt/cache.py", line 88, in __init__
[code]....
Could not initialize the package information An unresolvable problem occurred while initializing the package information. Please report this bug against the 'update-manager' package and include the following error message: 'E:Malformed line 59 in source list /etc/apt/sources.list (dist parse)'
View 2 Replies
View Related
Sep 18, 2009
I've been trying to get my wireless working on the livecd to make sure its possible before I install it, but, I get a ton of errors when I install RPM's
Code:
Traceback (most recent call last):
File "/usr/share/PackageKit/helpers/yum/yumBackend.py", line 1649, in install_files
txmbr = self.yumbase.installLocal(inst_file)
[code]....
RepoError: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. verify its path and try again I get that one trying to install a driver installer from [URL]
View 4 Replies
View Related
May 18, 2010
when i was trying to install perl with fedora using yum: # yum install perl i got the following error: Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
View 3 Replies
View Related
Jul 8, 2010
When I tell yum to update i get this error, Quote: $ yum update Loaded plugins: presto, refresh-packagekit Error: Cannot retrieve repository metadata (repomd.xml) for repository: InstallMedia. Please verify its path and try again
View 4 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
Mar 4, 2011
I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do
[Code]...
View 2 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
Nov 14, 2009
I installed FC10, but do not find xfig (command not found)..then I do password:xxxxxxx, and then do the following $yum install xfig, and I get the following error Loaded plugins: refresh-packagekit [URL].. [Errno 14] HTTP Error 401: Unauthorized Trying other mirror. Error: Cannot retrieve repository metadata (repomd.xml) for repository: adobe-linux-i386.
View 14 Replies
View Related
Dec 27, 2009
yum is completely broken. I cannot install or update any software. yum is always throwing:
Code: Loaded plugins: presto, refresh-packagekit Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-12&arch=x86_64 error was 14: PYCURL ERROR 7 - "" Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-free. Please verify its path and try again I have tried globally to disable the gpg check as stated in other threads. I have no proxies or such in yum.conf or in my bashrc. If I manually click on the link it will resolve in firefox so I am sure it is not my net connection per se, it seems yum or curl is adding a : to the end of the url thats why it wont resolve properly.
I have done a yum clean all , which didnt really help either. reinstalling the rpmfusion repos isnt an option either as I start getting curl errors in the terminal. I am really at a loss here and am completely out of ideas as I cant install any updates or software , at first I thought the repositories were having problems with the holidays but this has been going on for 4 days now. /var/log/messages isnt showing anything either.
[Code]....
View 3 Replies
View Related
Apr 19, 2010
I just installed Fedora Core 12 and when attempting use the update utility am receiving the following error:
[code]...
View 3 Replies
View Related
Jun 9, 2010
I updated my up to date F12 to F13. I have what must be a 640X480 display with no way to change it. I get an error:
"Error: Cannot retrieve repository metadata (repomd.xml) for repository: pgdg90. Please verify its path and try again" on all Yum commands so no yum installs are possible. I don't have the /usr/bin/GLX command So theAIGLX doesn't work.
View 1 Replies
View Related
Dec 14, 2009
I'm having trouble getting my fusion repos to work. When I try to install something that uses them I get:-
Loaded plugins: presto, refresh-packagekit
rpmfusion-free | 3.9 kB 00:00
http://download1.rpmfusion.org/free/...ta/repomd.xml: [Errno -1] Error importing repomd.xml for rpmfusion-free: Damaged repomd.xml file
[code]....
View 3 Replies
View Related