LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem in installing vlc-player (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-installing-vlc-player-929452/)

shahidiqbal 02-15-2012 05:51 AM

problem in installing vlc-player
 
i am unable to install vlc player on my fedora 13 , what is the procedure ?

Adol 02-15-2012 05:55 AM

did you try this?

Code:

$> su -
    #> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
    #> yum install vlc
    #> yum install mozilla-vlc (optional)

Its from the VLC page for Fedora.

http://www.videolan.org/vlc/download-fedora.html

shahidiqbal 02-15-2012 06:42 AM

Quote:

Originally Posted by Adol (Post 4602873)
did you try this?

Code:

$> su -
    #> rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
    #> yum install vlc
    #> yum install mozilla-vlc (optional)

Its from the VLC page for Fedora.

http://www.videolan.org/vlc/download-fedora.html

i have already tried this , its saying error: Failed dependencies:
system-release >= 14 is needed by rpmfusion-free-release-14-2.noarch
What shud i do , i have already used some packages, saying No vlc package is available

knudfl 02-15-2012 07:30 AM

Fedora 13 : Not officially supported any more.
Fedora 15 and 16 only http://rpmfusion.org/Configuration

But the repo is still there :
32bits http://download1.rpmfusion.org/free/...thing/i386/os/
64bits http://download1.rpmfusion.org/free/...ing/x86_64/os/

So please try :
Replace the file /etc/yum.repos.d/rpmfusion-free.repo with
Code:

[rpmfusion-free]
name=RPM Fusion for Fedora $releasever - Free
baseurl=http://download1.rpmfusion.org/free/fedora/releases/13/Everything/<arch>/os/
enabled=1
gpgcheck=0

Edit <arch> to either i386 or x86_64.
Or install Fedora 16.

shahidiqbal 02-15-2012 11:12 AM

thanx everyone plz tell me how to install fedora 13 , shud i download fed 16 .tar file or update it ??????

---------- Post added 02-15-12 at 12:12 PM ----------

i mean fedora 16 or 17

z99 02-15-2012 02:14 PM

i think you can't update from 13 to 16,
you have to download fedora 16 image,
http://fedoraproject.org/get-fedora
burn it to dvd and then install it,this will help you
http://www.if-not-true-then-false.co...h-screenshots/

frankbell 02-15-2012 08:53 PM

RPM Find claims to have Fedora 13 RPMs.

http://rpmfind.net/linux/RPM/Fedora_13.html

I've not used the site myself.


All times are GMT -5. The time now is 08:53 PM.