PDA

View Full Version : Plug-in installation failure - (nothing to do, no package available, transfer failed)


hamac90
17th August 2011, 02:41 PM
Hi, I'm new to this system and trying to install plug-ins is driving me crazy! I have tried various methods from other forums and blogs, but I always seem to get some sort of rejection..


[root@localhost haley]# yum install vlc
Loaded plugins: langpacks, presto, refresh-packagekit
http://dl.google.com/linux/chrome/rpm/stable/i386/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
Could not retrieve mirrorlist...^... error was
14: curl#6 - "Couldn't resolve host"
rpmfusion-nonfree-updates | 2.7 kB 00:00
rpmfusion-nonfree-updates/primary_db | 59 kB 00:00
google-chrome | 951 B 00:00
google-chrome/primary | 1.4 kB 00:00
google-chrome 3/3
Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-nonfree. Please verify its path and try again
[root@localhost haley]#

So then I checked to see if I had rpmfusion-nonfree, and I do. I really have no idea what to do, I have spent hours trying to get this work. I want to be able to open any media file, avi, wma, mp4, etc... Please help :)

---------- Post added at 03:41 PM ---------- Previous post was at 03:14 PM ----------

I'm using Fedora 15.

salemeni
23rd August 2011, 11:20 AM
Look here
http://www.videolan.org/vlc/download-fedora.html

comparing objects (http://www.java-forums.org/blogs/advanced-java/636-comparing-objects-hashcode.html)

hamac90
23rd August 2011, 02:23 PM

I tried this already. I tried it again and got this message...
failed to install file: Can't install /home/haley/Downloads/rpmfusion-free-release-stable.noarch (6).rpm as no transaction.
So then I tried to install it through terminal and got this...

Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-nonfree. Please verify its path and try again

Thanks, anyway.

vaibhavatul47
5th February 2012, 11:23 AM
I tried this already. I tried it again and got this message...
failed to install file: Can't install /home/haley/Downloads/rpmfusion-free-release-stable.noarch (6).rpm as no transaction.
So then I tried to install it through terminal and got this...

Error: Cannot retrieve repository metadata (repomd.xml) for repository: rpmfusion-nonfree. Please verify its path and try again

Thanks, anyway.

If you use a proxy server then you should follow these commands to use proxy server-->

http_proxy=http://Username:Passwd@Proxy:Portnumber

and then export the variables by doing this-->

export http_proxy

where =>
Username is your username given to you by your proxy administrator
Passwd is your respective password for using proxy server
Proxy is the proxy address
Portnumber is the respective portnumber.

it will definitely help you ..