Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 9th May 2012, 03:57 AM
Amorgan Offline
Registered User
 
Join Date: Apr 2012
Location: The Atlantic
Posts: 16
linuxfirefox
Can't Install RPMFusion Repositories

Good day all:

After several weeks now, I've been trying to install RPMFusion-free and non-free repositories with no success at all.

I've read many of the forum threads and "googled" for a viable solution and still can't find a proper solution to this issue.

Without this repository, I can't install VLC and many other codecs and apps that I really need.
So far, this is the error I'm getting:

Quote:
[root@Y-PC Downloads]# sudo yum localinstall --nogpgcheck http//download1-rpmfusion-org/free/fedora/rpmfusion-free-release-stable-noarch.rpm http//download1-rpmfusion-org/nonfree/fedora/rpmfusion-nonfree-release-stable-noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1-rpmfusion-org/free/fedora/rpmfusion-free-release-stable-noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm. Skipping.
Nothing to do
Even if I download the repository directly to my PC and run "yum localinstall", this is what I get:

Quote:
[root@Y-PC Downloads]# yum localinstall rpmfusion-free-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Examining rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-15-5.noarch
Marking rpmfusion-free-release-stable.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Installing:
rpmfusion-free-release noarch 15-5 /rpmfusion-free-release-stable.noarch 12 k

Transaction Summary
================================================== ==============================
Install 1 Package

Total size: 12 k
Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1

Installed:
rpmfusion-free-release.noarch 0:15-5

Complete!
Everything seems to be nice and dandy from here, but...

Quote:
[root@Y-PC Downloads]# yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist http//mirrors-rpmfusion-org/mirrorlist?repo=free-fedora-16&arch=x86_64 error was
14: curl#6 - "Couldn't resolve host"
Error: Cannot find a valid baseurl for repo: rpmfusion-free
In order to get updates as I used before, I have to disable this repo.

I'm really clueless about this issue. I've even reported this incident 2 weeks on a different thread and didn't got a reply.

Hope someone can guide/help me with this particular problem.

Thanks in advance.


P.S: I had to edit the URLs due to some restrictions on the number of links allowed to post
Reply With Quote
  #2  
Old 9th May 2012, 05:05 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,633
linuxfirefox
Re: Can't Install RPMFusion Repositories

Try this

Code:
yum clean all
yum update
could you post the contents of /etc/yum.repos.d/rpmfusion-free-updates.repo ?
Reply With Quote
  #3  
Old 9th May 2012, 06:19 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Can't Install RPMFusion Repositories

Fedora 15 and 16:
Code:
 su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Fedora Branched and what will become Fedora 17
Code:
 su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
copy an paste it into your Terminal and hit your ENTER button
Reply With Quote
  #4  
Old 9th May 2012, 06:33 AM
Amorgan Offline
Registered User
 
Join Date: Apr 2012
Location: The Atlantic
Posts: 16
linuxfirefox
Re: Can't Install RPMFusion Repositories

Quote:
Originally Posted by nonamedotc View Post
Try this

Code:
yum clean all
yum update
could you post the contents of /etc/yum.repos.d/rpmfusion-free-updates.repo ?
Thanks for the quick reply.

This is what I got after I did what you've suggested:

Quote:
[Y-PC ~]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora updates
Cleaning up Everything
Cleaning up list of fastest mirrors
No delta-package files removed by presto
[Y-PC ~]$ cd Downloads
[Y-PC Downloads]$ dir
rpmfusion-free-release-stable.noarch.rpm unrar-4.0.7-1.fc16.x86_64.rpm
rpmfusion.txt
[Y-PC Downloads]$ sudo yum localinstall rpmfusion-free-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Examining rpmfusion-free-release-stable.noarch.rpm: rpmfusion-free-release-15-5.noarch
Marking rpmfusion-free-release-stable.noarch.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Installing:
rpmfusion-free-release noarch 15-5 /rpmfusion-free-release-stable.noarch 12 k

Transaction Summary
================================================== ==============================
Install 1 Package

Total size: 12 k
Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1

Installed:
rpmfusion-free-release.noarch 0:15-5

Complete!
[Y-PC Downloads]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora rpmfusion-free rpmfusion-free-updates updates
Cleaning up Everything
No delta-package files removed by presto
[Y-PC Downloads]$ sudo yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining fastest mirrors
fedora/metalink | 19 kB 00:00
Could not retrieve mirrorlist http://mirrors.rpmfusion.org/mirrorl...16&arch=x86_64 error was
14: curl#6 - "Couldn't resolve host"
Error: Cannot find a valid baseurl for repo: rpmfusion-free
...And if I remove the rpmfusion repo, this is what I get:

Quote:
[Y-PC Downloads]$ sudo yum erase rpmfusion-free-release.noarch
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package rpmfusion-free-release.noarch 0:15-5 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ==============================
Package Arch Version
Repository Size
================================================== ==============================
Removing:
rpmfusion-free-release
noarch 15-5 @/rpmfusion-free-release-stable.noarch 12 k

Transaction Summary
================================================== ==============================
Remove 1 Package

Installed size: 12 k
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Check
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Erasing : rpmfusion-free-release-15-5.noarch 1/1
Verifying : rpmfusion-free-release-15-5.noarch 1/1

Removed:
rpmfusion-free-release.noarch 0:15-5

Complete!
Quote:
[Y-PC Downloads]$ sudo yum clean all
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cleaning repos: fedora updates
Cleaning up Everything
Cleaning up list of fastest mirrors
No delta-package files removed by presto
[Y-PC Downloads]$ sudo yum update
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining fastest mirrors
fedora/metalink | 19 kB 00:00
updates/metalink | 14 kB 00:00
* fedora: mirror.cogentco.com
* updates: mirror.cogentco.com
http//mirror.cogentco.com/pub/linux/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.umd.edu/fedora/linux/releases/16/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
fedora | 4.2 kB 00:00
fedora/primary_db | 14 MB 00:41
fedora/group_gz | 431 kB 00:00
http//mirror.cogentco.com/pub/linux/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.umd.edu/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
http//mirror.seas.harvard.edu/fedora/linux/updates/16/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Couldn't resolve host"
Trying other mirror.
updates | 4.5 kB 00:00
updates/primary_db | 6.1 MB 00:16
updates/group_gz | 435 kB 00:01
No Packages marked for Update
This is how my repos look after installing the rpmfusion free and non-free:

Quote:
[Y-PC Downloads]# ls /etc/yum.repos.d
fedora.repo rpmfusion-free-updates.repo
fedora-updates.repo rpmfusion-free-updates-testing.repo
fedora-updates-testing.repo rpmfusion-nonfree-rawhide.repo
remi.repo.rpmsave rpmfusion-nonfree.repo
rpmfusion-free-rawhide.repo rpmfusion-nonfree-updates.repo
rpmfusion-free.repo rpmfusion-nonfree-updates-testing.repo
And this is how rpmfusion-free and non-free looks like:

Quote:
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch

[rpmfusion-free-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Updates Debug
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/debug/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch

[rpmfusion-free-updates-source]
name=RPM Fusion for Fedora $releasever - Free - Updates Source
#baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/SRPMS/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
Quote:
[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch

[rpmfusion-nonfree-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/debug/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-debug-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch

[rpmfusion-nonfree-updates-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
#baseurl=http//download1.rpmfusion.org/nonfree/fedora/updates/$releasever/SRPMS/
mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-source-$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever-$basearch
Reply With Quote
  #5  
Old 9th May 2012, 06:37 AM
Amorgan Offline
Registered User
 
Join Date: Apr 2012
Location: The Atlantic
Posts: 16
linuxfirefox
Re: Can't Install RPMFusion Repositories

Quote:
Originally Posted by tox View Post
Fedora 15 and 16:
Code:
 su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Fedora Branched and what will become Fedora 17
Code:
 su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
copy an paste it into your Terminal and hit your ENTER button
Didn't work either.

Quote:
[Y-PC Downloads]# yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm. Skipping.
Nothing to do
[Y-PC Downloads]# yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm. Skipping.
Cannot open: http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm. Skipping.
Nothing to do
Reply With Quote
  #6  
Old 9th May 2012, 07:02 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Can't Install RPMFusion Repositories

you failed to do something. COPY an PASTE the LOT. not just 2 3rds of it

i'll give you a hint it has a symbol in it. looks like this '

get out of your Downloads DIR an back to you Home ~

could someone ban me please?

Last edited by tox; 9th May 2012 at 07:05 AM.
Reply With Quote
  #7  
Old 9th May 2012, 07:09 AM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,612
linuxfirefox
Re: Can't Install RPMFusion Repositories

in his command, he forgot to put the : between http and the //
Reply With Quote
  #8  
Old 9th May 2012, 07:15 AM
tox
Guest
 
Posts: n/a
windows_7firefox
Re: Can't Install RPMFusion Repositories

yeah he did. you take over, im off to the pub for a couple
Reply With Quote
  #9  
Old 9th May 2012, 02:02 PM
Amorgan Offline
Registered User
 
Join Date: Apr 2012
Location: The Atlantic
Posts: 16
linuxfirefox
Re: Can't Install RPMFusion Repositories

Quote:
Originally Posted by DBelton View Post
in his command, he forgot to put the : between http and the //
I did that on purpose because in order to show you guys the errors I'm having.
If I post the full links, I can't post it on this thread due to some restrictions this board has with the number of allowed links that can be displayed.

---------- Post added at 08:02 AM ---------- Previous post was at 07:57 AM ----------

Quote:
Originally Posted by tox View Post
you failed to do something. COPY an PASTE the LOT. not just 2 3rds of it

i'll give you a hint it has a symbol in it. looks like this '

get out of your Downloads DIR an back to you Home ~

could someone ban me please?
Didn't make any difference.

Quote:
[Y-PC ~]$ su -c 'yum localinstall --nogpgcheck http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
Password:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm. Skipping.
Cannot open: http://download1.rpmfusion.org/nonfr...ble.noarch.rpm. Skipping.
Nothing to do
[Y-PC ~]$ su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/...hed.noarch.rpm http//download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm'
Password:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Cannot open: http//download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm. Skipping.
Cannot open: http://download1.rpmfusion.org/nonfr...hed.noarch.rpm. Skipping.
Nothing to do
Reply With Quote
  #10  
Old 10th May 2012, 09:54 PM
Amorgan Offline
Registered User
 
Join Date: Apr 2012
Location: The Atlantic
Posts: 16
windows_xp_2003firefox
Re: Can't Install RPMFusion Repositories

As an update, I'm not having the above issues with OpenSuSE 12.1.
I really don't know what else to do...
Reply With Quote
  #11  
Old 14th May 2012, 05:16 AM
kmalate Offline
Registered User
 
Join Date: May 2012
Location: Philippines
Posts: 7
linuxfirefox
Re: Can't Install RPMFusion Repositories

Hi all I am also having this issue.
Reply With Quote
  #12  
Old 14th May 2012, 06:27 AM
nonamedotc's Avatar
nonamedotc Offline
Formerly known as"professorrmd"
 
Join Date: Mar 2011
Posts: 2,633
linuxfirefox
Re: Can't Install RPMFusion Repositories

Are you having the same problem as the OP? From his repo information (post #4), he has rpmfusion installed and then has some issues .... Is that your case too?

Did you try removing rpmfusion* using yum and reinstalling it? If necessary, manually delete the correspondin repo file from the /etc/yum.repos.d directory.
Reply With Quote
  #13  
Old 14th May 2012, 07:18 AM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,464
linuxfirefox
Re: Can't Install RPMFusion Repositories

Didn't some people have these "curl#6 - "Couldn't resolve host"" errors due to the ipv6 interface support in Fedora. Maybe you could try disabling ipv6. There are posts in the forum about doing that.

Just to quickly at least get the rpmfusion to work, maybe you could try commenting in the baseurl line and commenting out the mirrorlist variable, like this:

Quote:
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
baseurl=http//download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
#mirrorlist=http//mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever-$basearch
and do the same for the nonfree repo file too. Using the mirrorlist is a bit more complicated than just going straight to a base server. Later when it seems to be working, try to swap the comments back around to normal
Reply With Quote
  #14  
Old 14th May 2012, 08:32 AM
kmalate Offline
Registered User
 
Join Date: May 2012
Location: Philippines
Posts: 7
linuxfirefox
Re: Can't Install RPMFusion Repositories

Quote:
Originally Posted by nonamedotc View Post
Are you having the same problem as the OP? From his repo information (post #4), he has rpmfusion installed and then has some issues .... Is that your case too?

Did you try removing rpmfusion* using yum and reinstalling it? If necessary, manually delete the correspondin repo file from the /etc/yum.repos.d directory.
Yes I tried removing rpmfusion* using yum and reinstalling did the same with post #4. I downloaded the rpmfusion-free-release-stable.noarch.rpm file using the browser I cannot download it using wget. I get this error when using wget to download that file

Quote:
wget: unable to resolve host address “download1.rpmfusion.org”


---------- Post added at 03:32 PM ---------- Previous post was at 02:52 PM ----------

Quote:
Originally Posted by marko View Post
Didn't some people have these "curl#6 - "Couldn't resolve host"" errors due to the ipv6 interface support in Fedora. Maybe you could try disabling ipv6. There are posts in the forum about doing that.

Just to quickly at least get the rpmfusion to work, maybe you could try commenting in the baseurl line and commenting out the mirrorlist variable, like this:

and do the same for the nonfree repo file too. Using the mirrorlist is a bit more complicated than just going straight to a base server. Later when it seems to be working, try to swap the comments back around to normal
Tried uncommenting baseurl and commenting mirrorlist in the rpmfusion repo files but it still didn't work for me.

Diabled ipv6 by adding
net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1

in /etc/sysctl.conf file

also did not work.
Reply With Quote
  #15  
Old 16th May 2012, 08:10 AM
kmalate Offline
Registered User
 
Join Date: May 2012
Location: Philippines
Posts: 7
linuxfirefox
Re: Can't Install RPMFusion Repositories

I found a solution for my rpmfusion problem after searching and reading forums.
Here is the forum thread where I found the solution

http://www.fedoraforum.org/forum/sho....php?p=1540694

Based from the forum post I changed my ipv4 Settings to:

Method: Automatic (DHCP) addresses only
DNS Servers: 208.67.222.222, 208.67.220.220
Reply With Quote
Reply

Tags
install, repositories, rpmfusion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't install rpmfusion on Fedora 14. Help please! charryb Using Fedora 10 11th July 2012 02:15 PM
Can't install rpmfusion free and nonfree clauaranha Using Fedora 6 31st January 2011 10:44 AM
Can't install rpmfusion repository S. Chapelin Installation and Live Media 2 9th February 2010 06:11 PM
Cannot install rpmfusion on fedora 12 beta. yzpdsg Fedora 12 Alpha, Beta & Release Candidates 13 30th October 2009 04:31 PM
RPMFusion - 3rd party repositories Merge martin.sourada Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 115 5th November 2008 09:02 PM


Current GMT-time: 09:34 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat