Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #16  
Old 14th June 2012, 02:12 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Cannot install vlc with Fedora 14

EDIT;

This is guide is for x86_64 installations

To install the x86_64 rpm do the following:

Code:
su -
gedit /etc/yum.repos.d/rpmfusion-nonefree.repo
copy a paste the following:

Code:
[rpmfusion-nonefree]
name=Fedora14
failovermethod=priority
baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/14/x86_64/
enabled=1
gpgcheck=0
then

gedit /etc/yum.repos.d/rpmfusion-free.repo

Code:
[rpmfusion-free]
name=Fedora14
failovermethod=priority
baseurl=download1.rpmfusion.org/free/fedora/updates/14/x86_64/
enabled=1
gpgcheck=0
then to install vlc-2.0.0-1.fc14.x86_64

Code:
yum --nogpgcheck localinstall path-to-vlc-core path-to-vlc
Make sure you type the full path for both vlc packages as seen in my example below:


Code:
yum --nogpgcheck localinstall /home/jonathon/vlc-2.0.0-1.fc14.x86_64/vlc-2.0.0-1.fc14.x86_64.rpm /home/jonathon/vlc-2.0.0-1.fc14.x86_64/vlc-core-2.0.0-1.fc14.x86_64.rpm
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM

Last edited by jonathonp; 18th June 2012 at 03:05 PM.
Reply With Quote
  #17  
Old 18th June 2012, 07:52 AM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

Hi,

Thank you alot for taking time answering my dumb questions, I gotta improve my linux skills.
Itried to install it as you told me, but Just noticed the version was not compatible!!!!
Sorry I didn't see that before.

Output :
Examining /home/timmy/vlc-2.0.0-1.fc14.x86_64/vlc-core-2.0.0-1.fc14.x86_64.rpm: vlc-core-2.0.0-1.fc14.x86_64
Cannot add package /home/timmy/vlc-2.0.0-1.fc14.x86_64/vlc-core-2.0.0-1.fc14.x86_64.rpm to transaction. Not a compatible architecture: x86_64
Examining /home/timmy/vlc-2.0.0-1.fc14.x86_64/vlc-2.0.0-1.fc14.x86_64.rpm: vlc-2.0.0-1.fc14.x86_64
Cannot add package /home/timmy/vlc-2.0.0-1.fc14.x86_64/vlc-2.0.0-1.fc14.x86_64.rpm to transaction. Not a compatible architecture: x86_64
Nothing to do

Do you know where I could find the appropriate version?

Regards
Tim
Reply With Quote
  #18  
Old 18th June 2012, 03:02 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Cannot install vlc with Fedora 14

The VLC RPM I provided is for a different architecture. Do this instead:

You need to remove the x86_64 repositories from my previous post.
Code:
su
rm /etc/yum.repos.d/rpmfusion-nonefree.repo
then

Code:
rm /etc/yum.repos.d/rpmfusion-free.repo
Then add the x86 repositories:

Code:
su -
gedit /etc/yum.repos.d/rpmfusion-nonefree.repo

Code:
[rpmfusion-nonefree]
name=Fedora14
failovermethod=priority
baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/14/i386/
enabled=1
gpgcheck=0
save and close.

Code:
gedit /etc/yum.repos.d/rpmfusion-free.repo
Code:
[rpmfusion-free]
name=Fedora14
failovermethod=priority
baseurl=download1.rpmfusion.org/free/fedora/updates/14/i386/
enabled=1
gpgcheck=0
save and exit.

save and close.

Code:
yum -y install ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg  libdvbps libdvdread libdvdnav lsdvd vlc
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM

Last edited by jonathonp; 18th June 2012 at 03:11 PM.
Reply With Quote
  #19  
Old 18th June 2012, 03:22 PM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

HI,

I just did everything you said, still getting many errors...

Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libva-x11-0.31.1.1.so.1
Error: Package: gstreamer-plugins-bad-0.10.20-3.fc14.1.i686 (rpmfusion-free)
Requires: librtmp.so.0
Error: Package: ffmpeg-libs-0.6.3-1.fc14.i686 (rpmfusion-free)
Requires: libva-0.31.1.1.so.1
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libdvbpsi.so.6
Error: Package: ffmpeg-libs-0.6.3-1.fc14.i686 (rpmfusion-free)
Requires: librtmp.so.0
Error: Package: gstreamer-plugins-bad-0.10.20-3.fc14.1.i686 (rpmfusion-free)
Requires: libmjpegutils-1.9.so.0
Error: Package: gstreamer-plugins-bad-0.10.20-3.fc14.1.i686 (rpmfusion-free)
Requires: libmimic.so.0
Error: Package: gstreamer-plugins-bad-0.10.20-3.fc14.1.i686 (rpmfusion-free)
Requires: libmplex2-1.9.so.0
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libmad.so.0
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libva-0.31.1.1.so.1
Error: Package: gstreamer-plugins-bad-0.10.20-3.fc14.1.i686 (rpmfusion-free)
Requires: libmpeg2encpp-1.9.so.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Reply With Quote
  #20  
Old 18th June 2012, 03:37 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Cannot install vlc with Fedora 14

Try this:


Code:
su
rm /etc/yum.repos.d/rpmfusion-nonefree.repo
rm /etc/yum.repos.d/rpmfusion-free.repo
then

Code:
su -
gedit /etc/yum.repos.d/fd.repo

add

Code:
[fd]
name=Fuduntu
failovermethod=priority
baseurl=http://ftp.heanet.ie/mirrors/sourceforge/f/project/fu/fuduntu/yum/2012/STABLE/RPMS/
enabled=0
gpgcheck=0
Code:
yum --enablerepo=fd install banshee asunder faac firefox ffmpeg gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg vlc libreoffice libdvbps libdvdread libdvdnav lsdvd  pidgin
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM
Reply With Quote
  #21  
Old 18th June 2012, 03:38 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxchrome
Re: Cannot install vlc with Fedora 14

My advice:

1) If you had previously installed any rpmfusion repo rpms, use rpm or yum to uninstall them.

2) Delete all files you now have in /etc/yum.repos.d/ related to rpmfusion.

3)
Code:
su -c 'rpm --nosignature -ivh http://download1.rpmfusion.org/free/fedora/releases/14/Everything/i386/os/rpmfusion-free-release-14-0.4.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/releases/14/Everything/i386/os/rpmfusion-nonfree-release-14-0.4.noarch.rpm'
Reply With Quote
  #22  
Old 18th June 2012, 03:43 PM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

Hi,

You mean with : yum remove rpmfusion-free-release rpmfusion-nonfree-release ?

Regards
Tim
Reply With Quote
  #23  
Old 18th June 2012, 03:47 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxchrome
Re: Cannot install vlc with Fedora 14

Quote:
Originally Posted by Timmy111 View Post
Hi,

You mean with : yum remove rpmfusion-free-release rpmfusion-nonfree-release ?

Regards
Tim
Yes. You probably didn't install the 14.0.4 releases in the first place. My code will install the rpmfusion repo files (free and nonfree) for F14.
Actually, trying to install rpmfusion repo files for later releases than you are using usually fails anyway, unless you did so using rpm and the --nodeps command.

Last edited by PabloTwo; 18th June 2012 at 03:51 PM.
Reply With Quote
  #24  
Old 18th June 2012, 03:55 PM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

Ok, I just installed rpmfusion repo, now I just have to install vlc with yun install vlc right?

Tim
Reply With Quote
  #25  
Old 18th June 2012, 04:01 PM
jonathonp's Avatar
jonathonp Offline
Registered User
 
Join Date: Oct 2006
Location: Melbourne
Age: 41
Posts: 528
linuxfirefox
Re: Cannot install vlc with Fedora 14

The fuduntu repository works fine and gives you the latest version of vlc, pidgin, banshee libreoffice.

That is your best bet if you want to stick with fedora 14.

You can update the kernel too since the final 2.6 kernel with fedora 14 is hopeless.

Code:
yum --enablerepo=fd update kernel*
__________________
http://poppleit.com/

Fedora 17 XFCE x64, Xubuntu 12.04 LTS x64, Windows 7 64bit
HP-ProBook 5830 i3 - PC AMD Core 4
MacBookPro v10.7.4 - 2.8GHz i7 4GB RAM

Last edited by jonathonp; 18th June 2012 at 04:04 PM.
Reply With Quote
  #26  
Old 18th June 2012, 04:16 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxchrome
Re: Cannot install vlc with Fedora 14

Well, I'll make no comment either way about the "fuduntu" repo, as I've never used it. But, if it's OP's desire to have the newest packages installed, then perhaps he should consider upgrading to a newer Fedora release.

---------- Post added at 11:16 AM ---------- Previous post was at 11:15 AM ----------

Quote:
Originally Posted by Timmy111 View Post
Ok, I just installed rpmfusion repo, now I just have to install vlc with yun install vlc right?

Tim
Right. Should work. If not, post the error message.
Reply With Quote
  #27  
Old 18th June 2012, 04:18 PM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

I have to stay with F14, how can I install the fuduntu repository?

---------- Post added at 03:18 PM ---------- Previous post was at 03:16 PM ----------

When I try to install it i get the same errors as before

Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libva-x11-0.31.1.1.so.1
Error: Package: ffmpeg-libs-0.6.3-1.fc14.i686 (rpmfusion-free)
Requires: libva-0.31.1.1.so.1
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libdvbpsi.so.6
Error: Package: ffmpeg-libs-0.6.3-1.fc14.i686 (rpmfusion-free)
Requires: librtmp.so.0
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libva-0.31.1.1.so.1
Error: Package: vlc-core-1.1.12-1.fc14.i686 (rpmfusion-free)
Requires: libmad.so.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Reply With Quote
  #28  
Old 18th June 2012, 04:29 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxchrome
Re: Cannot install vlc with Fedora 14

If F14 is still finding "working mirrors" for the "fedora" and "fedora-updates" repos, then you should have no problem. If it's not, then you'd need to modify those two fedora repos to access the "archives" instead of looking for mirror sites.

---------- Post added at 11:29 AM ---------- Previous post was at 11:20 AM ----------

Post,
Code:
yum repolist enabled
yum list libva-x11 libva libdvbpsi librtmp libmad
Any other error messages associated with the previous command that you didn't post?
libva should come from the Fedora repos, the rest from rpmfusion repos.

Last edited by PabloTwo; 18th June 2012 at 04:31 PM.
Reply With Quote
  #29  
Old 18th June 2012, 04:37 PM
Timmy111 Offline
Registered User
 
Join Date: Jun 2012
Location: germany
Posts: 19
linuxfedorafirefox
Re: Cannot install vlc with Fedora 14

Output :
Adding en_US to language list
Installed Packages
libva.i686 1.0.12-1 @anaconda-InstallationRepo-201107211556.i386
Available Packages
libdvbpsi.i686 0.1.7-1.fc14 rpmfusion-free
libmad.i586 0.15.1b-13.fc12 rpmfusion-free
librtmp.i686 2.3-2.fc14 rpmfusion-free
Reply With Quote
  #30  
Old 18th June 2012, 04:54 PM
PabloTwo's Avatar
PabloTwo Online
"Registered User" T-Shirt Winner
 
Join Date: Mar 2007
Location: Seville, FL
Posts: 5,118
linuxchrome
Re: Cannot install vlc with Fedora 14

Looks like the base problem is with your installed version of libva, and possibly some others, and what vlc-core and ffmpeg-libs are expecting. Compare these:
Code:
Requires: libva-x11-0.31.1.1.so.1
Requires: libva-0.31.1.1.so.1
with...
Code:
rpm -q --provides libva
Reply With Quote
Reply

Tags
fedora, install, vlc

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
I used the i386 install DVD. Fedora wants me to install i686 updates. blackplague1347 Using Fedora 5 11th November 2010 10:58 PM
Install Experience needed to install Fedora 7 on HP tx1000 series laptop jiabo Hardware & Laptops 33 6th May 2010 12:23 PM
Can't boot Fedora 10 live cd or install Fedora 10 with install DVD dth4h Hardware & Laptops 7 28th May 2009 07:20 AM
Fedora 10 default install fails with ATI 4850 graphics card (but text install works) Jeff72 Installation and Live Media 1 20th January 2009 05:27 PM
Fedora 9 hands during install in Transfer Install Image ciper Installation and Live Media 1 16th May 2008 12:05 AM


Current GMT-time: 23:06 (Saturday, 18-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