LinuxQuestions.org
Help answer threads with 0 replies.
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 05-29-2008, 01:19 PM   #1
itrockerster
LQ Newbie
 
Registered: May 2008
Posts: 4

Rep: Reputation: 0
install vlc on rhel5


hiii...friends
m using rhel5....n dont know how to install vlc..
can nebdy suggest me the packages nd d steps to install vlc....
thnx in advance....
 
Old 05-29-2008, 01:53 PM   #2
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Hi and welcome to LQ.

Configure the DAG yum repository and then do
Code:
#yum install vlc
 
Old 05-29-2008, 03:06 PM   #3
itrockerster
LQ Newbie
 
Registered: May 2008
Posts: 4

Original Poster
Rep: Reputation: 0
i got an error message

[root@localhost ~]# yum install vlc
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.
Setting up Install Process
Setting up repositories
Could not retrieve mirrorlist http://ayo.freshrpms.net/fedora/linu...rors-freshrpms error was
[Errno 14] HTTP Error 404: Not Found
Error: Cannot find a valid baseurl for repo: freshrpms
 
Old 05-29-2008, 03:20 PM   #4
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
There is a problem with the freshrpms repository. Try
Code:
#yum disablerepo=freshrpms install vlc
 
Old 05-29-2008, 11:09 PM   #5
itrockerster
LQ Newbie
 
Registered: May 2008
Posts: 4

Original Poster
Rep: Reputation: 0
every tme i am gettin d sme message....

# yum disablerepo=freshrpms install vlc
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
This system is not registered with RHN.
RHN support will be disabled.

usage: yum [options] < grouplist, localinstall, groupinfo, localupdate, resolvedep, erase, deplist, groupremove, makecache, upgrade, provides, shell, install, whatprovides, groupinstall, update, groupupdate, info, search, check-update, list, remove, clean, grouperase >

options:
-h, --help show this help message and exit
-t, --tolerant be tolerant of errors
-C run entirely from cache, don't update cache
-c [config file] config file location
-R [minutes] maximum command wait time
-d [debug level] debugging output level
-e [error level] error output level
-y answer yes for all questions
--version show Yum version and exit
--installroot=[path] set install root
--enablerepo=[repo] enable one or more repositories (wildcards allowed)
--disablerepo=[repo] disable one or more repositories (wildcards allowed)
-x [package], --exclude=[package]
exclude package(s) by name or glob
--obsoletes enable obsoletes processing during updates
--noplugins disable Yum plugins


wht 2 do next...???
 
Old 05-30-2008, 12:17 AM   #6
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Is your RHEL license all paid up?
 
Old 05-30-2008, 12:55 AM   #7
itrockerster
LQ Newbie
 
Registered: May 2008
Posts: 4

Original Poster
Rep: Reputation: 0
yuppp.....
 
Old 05-30-2008, 01:50 AM   #8
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
There's something funny with your freshrpms.repo file (see /etc/yum.d.repos or similar)
Does freshrpms.net even do RHEL packages - all I can find are Fedora ones
 
Old 05-30-2008, 02:48 AM   #9
bkcreddy17
Member
 
Registered: Feb 2008
Location: India-Hyderabad
Distribution: RHEL and Fedora
Posts: 171

Rep: Reputation: 15
install rpmforge.repo and then try, you can get it.
You can install repo on line. it looks like this:


# Name: RPMforge RPM Repository for Red Hat Enterprise 5 - dag
# URL: http://rpmforge.net/
[rpmforge]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
 
Old 05-30-2008, 02:49 AM   #10
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
My apologies I made a minor error in my example above. The correct syntax should be
Code:
#yum --disablerepo=freshrpms install vlc
 
Old 08-28-2009, 09:00 PM   #11
Elan
LQ Newbie
 
Registered: Aug 2009
Posts: 1

Rep: Reputation: 0
Thumbs up VLC Player working fine on RHEL5 as root user.

Hi friends

VLC Player is working fine on RHEL5 without registration.

Please follow the steps in GUI mode & plz avoid using yum installer while installing VLC.

1. Make sure your repository directory is properly configured.

2. Download the following files from the Internet

i. apt-0.5.15lorg3.2-1.el5.rf.i386.rpm
ii. fribidi-0.10.4-0.src.rpm
iii. libfribidi0-0.19.1-2mdv2009.1.i586.rpm
iv. rpmforge-release-0.3.6-1.el5.rf.i386.rpm
v. vlc-0.8.6d-1.el5.rf.i386.rpm

3. Once the download is over. Install the rpm files in GUI mode. Install the vlc-0.8.6d-1.el5.rf.i386.rpm file at last.

4. Your VLC player is ready to work without any problem.

Feedbacks welcome.
 
Old 08-28-2009, 10:23 PM   #12
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
vlc-0.8.6d-1 is way behind.

Quote:
[fred@localhost ~]$ yum info vlc
Loaded plugins: fastestmirror
Installed Packages
Name : vlc
Arch : x86_64
Version : 0.9.9
Release : 2.el5.rf
Size : 58 M
Repo : installed
Summary : The VideoLAN client, also a very good standalone video player
URL : http://www.videolan.org/
License : GPL
Description: VideoLAN Client (VLC) is a highly portable multimedia player for
: various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3,
: ogg, ...) as well as DVDs, VCDs, and various streaming protocols.
: Available rpmbuild rebuild options : --with mga pth mozilla
: --without dvdread dvdnav dvbpsi v4l avi asf aac ogg mad ffmpeg cdio
: a52 vorbis mpeg2dec flac aa caca esd arts alsa wxwidgets xosd
: lsp lirc id3tag faad2 theora mkv modplug smb speex glx x264
: gnomevfs vcd daap upnp pvr live portaudio avahi hal glide
: ncurses Options that would need not yet existing add-on packages :
: --with loader ggi tarkin tremor
You also should not need ii and iii.

Quote:
Available Packages
Name : fribidi
Arch : i386
Version : 0.10.7
Release : 5.1
Size : 52 k
Repo : base
Summary : Library implementing the Unicode Bidirectional Algorithm
URL : http://fribidi.org
License : LGPL
Description: A library to handle bidirectional scripts (eg. hebrew, arabic), so
: that the display is done in the proper way; while the text data
: itself is always written in logical order.
Especially ii as it is a source rpm and not a binary.

Edit: Maybe it would be needed for subtitles.

Last edited by lazlow; 08-28-2009 at 10:27 PM.
 
Old 06-14-2010, 02:37 PM   #13
kapilbajpai88
Member
 
Registered: Jul 2008
Location: Bangalore, India
Distribution: RHEL
Posts: 235

Rep: Reputation: 41
Hi All,

I am using RHEL-5 (without paid support now), and want to install vlc-0.9.9 on my machine. I havestarted a new thread last week, and get some references from you all. But that time I was unable to get much out of that, so I decided to get back to shelves and read some more details about installation of VLC.

Today I check this thread and saw that there is enough information to start with. I downloaded vlc-0.9.9a-5.el5.rf.x86_64.rpm from the net, and later following the thread, downloaded and install 'rpmforge-release-0.3.6-1.el4.rf.x86_64.rpm' as well.

After that I tried: YUM INSTALL vlc-0.9.9a-5.el5.rf.x86_64.rpm , and it worked fine for me as this time it resolved almost all the dependencies. Just few left , those are :
i) Error: Missing Dependency: libfribidi.so.0()(64bit) is needed by package vlc
ii)Error: Missing Dependency: libQtCore.so.4()(64bit) is needed by package vlc
iii)Error: Missing Dependency: libQtGui.so.4()(64bit) is needed by package vlc
iv)Error: Missing Dependency: libgif.so.4()(64bit) is needed by package imlib2

Now the problem is that I believe that I am pretty ready to use the VLC software, but I am not getting the location where it got saved at? Could anybody please help me in locating that so that I can see if I am able to use that ??

Many thanks in advance,
Kapil
 
Old 06-14-2010, 03:06 PM   #14
kapilbajpai88
Member
 
Registered: Jul 2008
Location: Bangalore, India
Distribution: RHEL
Posts: 235

Rep: Reputation: 41
Hi All,

Could somebody please help me in locating the installed VLC on my RHEL-5 machine ? Is there a way by which I can locate the installed softwares, or can get the list of all installed applications ??

Regards,
Kapil
 
  


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
RHEL5 Has No Minimal Install carlosinfl Red Hat 9 02-03-2008 12:42 PM
How to install gui in rhel5 krishna_1980 Red Hat 4 12-05-2007 02:06 AM
how to install C in RHEL5 abhik777 Red Hat 1 12-05-2007 01:45 AM
RHEL5 install freeze Hosferatu Red Hat 3 11-19-2007 11:46 AM
try to install RHEL5 on SATA drives naindejardin Red Hat 2 06-12-2007 03:11 PM

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

All times are GMT -5. The time now is 01:54 PM.

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