LinuxQuestions.org
Visit Jeremy's Blog.
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 01-02-2011, 11:01 PM   #1
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Rep: Reputation: 0
About Video player instalation


I installed Fedora 11.I downloaded vlc tar file & Extracted that,Then i tried to install,But i couldn,t install.It is showing some dependency missing like lua,ffmpeg .please help me how to install that tar file...


Thanks,

Kathirvel.s

Last edited by kathirvel; 01-02-2011 at 11:03 PM.
 
Old 01-02-2011, 11:54 PM   #2
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
Try using yum and see if your distro has them prepacked

Quote:
# yum search ffmpeg
# yum search lua
After you find what packages you need then
# yum install packagename
hope this helps
 
Old 01-03-2011, 12:09 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.

Installing vlc on Fedora 13-14 : # yum install vlc
http://www.videolan.org/vlc/download-fedora.html

But I don't think it will work on an obsolete Fedora 11.
( Fedora 11 has been moved to "the old archive".)
VLC requires about 50 other packages to be installed,
before you can use it. ( Or build it.)

The 'RealPlayer 11 Gold Linux' has no dependencies :
https://player.helixcommunity.org/
..
 
Old 01-03-2011, 06:14 AM   #4
ashish_neekhra
Member
 
Registered: Nov 2007
Posts: 67

Rep: Reputation: 4
I think for yum you need to configure 3rd party repositories first,

if'

# yum install vlc

doesn't work on your PC, then configure 3rd party repos like this.
 
Old 01-03-2011, 07:49 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@ ashish_neekhra : All the repos in your link are for CentOS / EL5
http://vlinux-freak.blogspot.com/201...yum-repos.html
... none are usable for Fedora (11).

The 3rd party repository for vlc is included in the vlc link.
Please read post # 3 (again).

..
 
Old 01-06-2011, 06:18 AM   #6
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Original Poster
Rep: Reputation: 0
Thanks for your replies.

i tried all methods which you have replied,

can anyone give me the exact repository configuration.

thanks

kathirvel.s
 
Old 01-06-2011, 06:44 AM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Fedora 11. Repositories pointing to the old archive, post #3 here :

http://www.linuxquestions.org/questi...osed-847014/#3


..
 
Old 01-11-2011, 05:12 AM   #8
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Original Poster
Rep: Reputation: 0
hi knudfl,

I have modified repository file as your reply.then i tried to install "yum install videoclient" that is showing error that "cannot retrive repository metadata(repomd.xml) for repository :fedora - source please verify its path and try again"

please give suggestions

Thanks in advance
 
Old 01-11-2011, 07:18 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
..... repository :fedora - source
The source repo , [fedora-source] , name=Fedora $releasever - Source
in the file fedora.repo : Please edit 'enable=1' to 'enable=0'
Or just delete all the lines in this paragraph.

I.e. none of the old URLs are valid any more.

..

Last edited by knudfl; 01-11-2011 at 11:57 AM.
 
Old 01-12-2011, 12:05 AM   #10
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Original Poster
Rep: Reputation: 0
Great,it's working fine.Thank you very much


How to open the binary files in Linux

Thanks,

Kathirvel.s
 
Old 01-12-2011, 11:59 PM   #11
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,513

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
How to open the binary files in Linux
Open : Do you mean run, as execute. ?

Or do you want to read binary files ?
..
 
Old 01-13-2011, 10:39 PM   #12
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Original Poster
Rep: Reputation: 0
I want to read my binary files.



Kathirvel.s
 
Old 01-13-2011, 11:53 PM   #13
jmc1987
Member
 
Registered: Sep 2009
Location: Oklahoma
Distribution: Debian, CentOS, windows 7/10
Posts: 893

Rep: Reputation: 119Reputation: 119
binary files are compiled files for a computer to understand. They are called binary because they are based on the binary number system which is only 0 and 1's. You can't read and understand them.
 
Old 01-17-2011, 12:03 AM   #14
kathirvel
Member
 
Registered: Jan 2011
Location: Bangalore
Distribution: RHEL,OEL
Posts: 60

Original Poster
Rep: Reputation: 0
Thanks for your suggestion,

I installed Ubuntu.In that screen resolution size is only one size 1024x1068.how can i change the screen resolution.shall i install any packages for that.

please give me suggestion as soon as possible.


Thanks
 
  


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
Firefox / Flash Player problem: Online video will play only audio, video is white. NOoBuntuLinux Linux - Software 1 03-28-2009 12:57 AM
Playing video in MPlayer embedded video player and Mozilla fc6_user Linux - Desktop 22 04-02-2007 12:59 PM
movie player instalation in fc5 brajesh153 Fedora 3 04-18-2006 01:45 AM
MP3 PLAYER/SOUND CARD/Instalation HMB42 Linux - Hardware 5 02-20-2006 07:43 AM
where can I download the nice RH 9 gnome Mpeg player or video player Egyptian_Isis Linux - Newbie 1 10-30-2003 04:53 AM

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

All times are GMT -5. The time now is 03:42 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