LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 12-02-2011, 07:23 AM   #1
pradiptart
Member
 
Registered: Sep 2007
Posts: 102

Rep: Reputation: 12
rpm default installation derectory


Sir,
I have installed vlc-devel-1.1.9-69.el5.i386.rpm in redhat 5.4.
it is showing in
rpm -qa | grep vlc ,but how to use this player ,where is the executable is present ..
How i will open this player .
kindly tell me,I am new to lunux.

what is the default derectory of installed file.

Thank you
Pradipta
 
Old 12-02-2011, 07:37 AM   #2
deep27ak
Senior Member
 
Registered: Aug 2011
Location: Bangalore, India
Distribution: RHEL 7.x, SLES 11 SP2/3/4
Posts: 1,195
Blog Entries: 4

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by pradiptart View Post
Sir,
I have installed vlc-devel-1.1.9-69.el5.i386.rpm in redhat 5.4.
it is showing in
rpm -qa | grep vlc ,but how to use this player ,where is the executable is present ..
How i will open this player .
kindly tell me,I am new to lunux.

what is the default derectory of installed file.

Thank you
Pradipta
when you do
Code:
#rpm - qa | grep vlc
vlc-devel-1.1.9-69.el5.i386.rpm
just do
Code:
#rpm -ql vlc-devel-1.1.9-69.el5.i386.rpm
it will show all the files for that package
 
1 members found this post helpful.
Old 12-02-2011, 07:41 AM   #3
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Anything with the -devel suffix denotes a development package and you only need that for building software. To play media with VideoLAN you need the "vlc" package and its dependencies. Then, when you run 'rpm -ql vlc|grep bin/', you find the location of the binaries (also depending see 'which', 'locate' and 'type'). Since people running VLC usually use a graphical Desktop Environment they should find the applications icon somewhere in their Window Managers menu.
 
1 members found this post helpful.
Old 12-02-2011, 07:49 AM   #4
pradiptart
Member
 
Registered: Sep 2007
Posts: 102

Original Poster
Rep: Reputation: 12
Thanks a lot.. I will install a vlc package.. if any problem arise i will ask again.
 
Old 12-02-2011, 08:25 AM   #5
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,501

Rep: Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489Reputation: 2489
You should also be able to start vlc by typing "vlc" in a terminal (without quotes).
 
Old 12-02-2011, 02:46 PM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for RHEL 5 use the rpmforge repo
BUT and this is VERY important !!!!!!!!
install yum-protectbase & yum-priorities( and configure it!!! ) FIRST !!!
rpmforge can install rpm's that are incompatible with RHN


once rpmforge repo is installed install vlc this way
Code:
su -
yum install vlc
see the vlc install page
http://www.videolan.org/vlc/download-redhat.html
 
Old 02-01-2012, 05:28 AM   #7
pradiptart
Member
 
Registered: Sep 2007
Posts: 102

Original Poster
Rep: Reputation: 12
hello ,
Thanks for your reply.
Kindly tell me how to open an video file using vlc player.

I have installed vlc-0.9.9a-6.el5.rf.i386.rpm in my redhat ,and now i want to run a video file using this vlc.
kindly tell me how to open this and how to sure it is installed correctly.

is this the the way as follow:
rpm -qa | grep vlc

Thanks
 
Old 02-01-2012, 08:39 AM   #8
arashi256
Member
 
Registered: Jan 2008
Location: Brighton, UK
Distribution: Ubuntu 18.04 / CentOS 7.6
Posts: 397

Rep: Reputation: 62
Type "vlc" from the command line (or open from your application launcher under GNOME or whatever) and File->Open the file you want. I imagine you could also do: -

vlc some-video-file-name.avi

...as well, although I've never thought to do that.
 
Old 02-01-2012, 03:47 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
pradiptart you ARE paying red hat the yearly REQUIRED license fee
RHEL is not free

have you used the red hat knowledge base

you search it for the problem
https://access.redhat.com/knowledge/search

but you will HAVE to login to the red hat site using the the account you set up when you bought the required license

and you might want to read the documentation
https://access.redhat.com/knowledge/docs/

PS RHEL 5.4 is a bit OLD the current 5 is 5.7


also RHEL is normally used in the office ( limited use in playing videos )
there is a WHOLE bunch of software that NEEDS to be installed from third party repos( rpmforge or ATrpm)
----------this is SO IMPORTANT that it is worth REPEATING!!! -------------
.And the repos they are in CAN BE INCOMPATIBLE with the base rhn repo
so install and set up ( configure) yum-protectbase and yum-priorities
( the instructions are in the red hat knowledge base )

Last edited by John VV; 02-01-2012 at 03:50 PM.
 
  


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
rpm -ihv hp_qla2x00src-8.01.07.25-1.linux.rpm during Qlogic driver installation Dennisliu Linux - Software 5 09-10-2008 05:08 PM
Hosed my rpm installation (i.e. "rpm -e rpm") Mad Scientist Fedora 6 03-02-2007 12:42 AM
Where does Adobe Reader install by default (.rpm) Fegenbush Linux - Software 5 01-17-2007 09:43 AM
How to change default RPM install directory? mma8x Mandriva 2 07-12-2004 11:58 AM
how to check the rpm default configure path eksxjeff Linux - Software 2 11-18-2003 02:32 PM

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

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