LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-15-2011, 04:11 AM   #1
ayush15690
LQ Newbie
 
Registered: Aug 2011
Posts: 16

Rep: Reputation: Disabled
problem installing vlc


installing vlc at step
yum install vlc
error :Cannot retrieve repository metadata(repomd.xml) for repository fedora.
Please verify your path and try again
 
Old 08-15-2011, 04:12 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
well you've provided no information about your system, but is this an old fedora system? 8? 9? 10? if so then it's obsolete and the repositories don't generally exist anymore.
 
Old 08-15-2011, 05:50 AM   #3
nkd
Member
 
Registered: Oct 2006
Location: india
Distribution: fedora 8, ubuntu 10.10
Posts: 318

Rep: Reputation: 34
why don't you try downloading the tar ball (source code) and do the good old three steps:-
Quote:
./configure
make
make install
bye
nishith
 
Old 08-15-2011, 05:55 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by nkd View Post
why don't you try downloading the tar ball (source code) and do the good old three steps:-


bye
nishith
oh god no, that'll potentially open so many problems...
 
Old 08-15-2011, 06:01 AM   #5
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by nkd View Post
why don't you try downloading the tar ball (source code) and do the good old three steps:-


bye
nishith
It's always recommended to try repositories first. Let's wait for the OP's reply before suggesting anything.
 
Old 08-15-2011, 07:10 AM   #6
ayush15690
LQ Newbie
 
Registered: Aug 2011
Posts: 16

Original Poster
Rep: Reputation: Disabled
My system is Fedora 13, clearly i am a newbie at it
and i am strugling to install vlc on it.
Please help me out with this and also suggest some tutorials to learn linux better.
 
Old 08-15-2011, 07:24 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Fedora 13 is out of date and not supported anymore. The current version of Fedora is 15, install that, then it will be no problem to install vlc.
 
1 members found this post helpful.
Old 08-15-2011, 08:47 AM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by ayush15690 View Post
My system is Fedora 13, clearly i am a newbie at it
and i am strugling to install vlc on it. Please help me out with this and also suggest some tutorials to learn linux better.
As said, FC13 is also old and unsupported. The latest is 15, with 16 on the horizon.

VLC can be downloaded and built from source, have you tried that? Source code and complete installation instructions can be found on their website.
http://www.videolan.org/vlc/

And your first error message said to try again...HAVE YOU? Verify the repositories you've got currently installed, but again, FC13 is unsupported, so the repos may be gone/moved to archive, and you may have to change the path.
 
Old 08-15-2011, 10:14 AM   #9
ayush15690
LQ Newbie
 
Registered: Aug 2011
Posts: 16

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TB0ne View Post
As said, FC13 is also old and unsupported. The latest is 15, with 16 on the horizon.

VLC can be downloaded and built from source, have you tried that? Source code and complete installation instructions can be found on their website.
http://www.videolan.org/vlc/

And your first error message said to try again...HAVE YOU? Verify the repositories you've got currently installed, but again, FC13 is unsupported, so the repos may be gone/moved to archive, and you may have to change the path.
Considering what u have said ,i am considering reinstalling my linuxOs but suggest me which linuxOs will be better for developing purpose fedora,ubuntu or any other.
Please advice me some tutorials to learn Linux better.
 
Old 08-15-2011, 10:20 AM   #10
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by ayush15690 View Post
Considering what u have said ,i am considering reinstalling my linuxOs but suggest me which linuxOs will be better for developing purpose fedora,ubuntu or any other.
Please advice me some tutorials to learn Linux better.
It doesn't really matter. Most of them are good enough. Some distros eg. Slackware ship with all the development tools/libraries, while some other you just need to install them later on (eg. Ubuntu), but it's not a problem. What kind of development are we talking about?


Quote:
Originally Posted by ayush15690 View Post
Please advice me some tutorials to learn Linux better.
Some examples:
http://rute.2038bug.com/index.html.gz
http://tldp.org/LDP/abs/html/

but it all depends what you'd like to do.
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem installing VLC Player karthickk02 Linux - Newbie 6 08-15-2011 12:55 PM
[SOLVED] problem installing vlc kanodiapawan Linux - Software 3 01-11-2010 11:59 AM
Installing VLC using vlc-0.9.9a-4.el5.rf.i386.rpm--Error relating to Dependencies redhat5 Linux - Newbie 1 12-17-2009 04:23 PM
problem installing VLC judithbriza Linux - Newbie 16 06-18-2009 04:36 AM
problem installing VLC and XMMS ogfizzle Linux - Software 4 08-07-2007 01:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:04 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration