LinuxQuestions.org
Review your favorite Linux distribution.
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 09-15-2017, 01:59 AM   #1
Shweta_Ga
LQ Newbie
 
Registered: Sep 2017
Posts: 3

Rep: Reputation: Disabled
Wink VLC media Player Installation in REDHAT 7 -facing problem


I am trying to install VCL into my Redhat 7 system.

Have performed below commands

rpm -Uvh https://dl.fedoraproject.org/pub/epe...-10.noarch.rpm

rpm -Uvh https://dl.fedoraproject.org/pub/epe...-10.noarch.rpm

Follwing is my repolist details-

repo id repo name status
epel/x86_64 Extra Packages for Enterprise Linu enabled: 11,904
epel-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
epel-source/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing-debuginfo/x86_64 Extra Packages for Enterprise Linu disabled
epel-testing-source/x86_64 Extra Packages for Enterprise Linu disabled
nux-dextop/x86_64 Nux.Ro RPMs for general desktop us enabled: 2,489
nux-dextop-testing/x86_64 Nux.Ro RPMs for general desktop us disabled
repolist: 14,393

After installing VLC media, facing below error-


l7.nux.x86_64
--> Processing Dependency: libQtCore.so.4()(64bit) for package: 1:vlc-2.2.5.1-2.el7.nux.x86_64
---> Package vlc-core.x86_64 1:2.2.5.1-2.el7.nux will be installed
--> Processing Dependency: libxcb-keysyms.so.1()(64bit) for package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64
--> Processing Dependency: libminizip.so.1()(64bit) for package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64
--> Processing Dependency: libfribidi.so.0()(64bit) for package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64
---> Package xvidcore.x86_64 0:1.3.2-5.el7.nux will be installed
--> Finished Dependency Resolution
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libxcb-keysyms.so.1()(64bit)
Error: Package: libcaca-0.99-0.17.beta17.el7.x86_64 (epel)
Requires: libglut.so.3()(64bit)
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libminizip.so.1()(64bit)
Error: Package: libvncserver-0.9.9-0.9.el7.1.x86_64 (epel)
Requires: libminilzo.so.0()(64bit)
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libfribidi.so.0()(64bit)
Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libxcb-keysyms.so.1()(64bit)
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libQtGui.so.4()(64bit)
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libQtCore.so.4()(64bit)
Error: Package: ftgl-2.1.3-0.8.rc5.el7.x86_64 (epel)
Requires: libGLU.so.1()(64bit)
Error: Package: libass-0.13.4-1.el7.x86_64 (epel)
Requires: libfribidi.so.0()(64bit)
Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libminizip.so.1()(64bit)
Error: Package: 1:vlc-core-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: libfribidi.so.0()(64bit)
Error: Package: libprojectM-2.1.0-2.el7.x86_64 (epel)
Requires: libGLEW.so.1.10()(64bit)
Error: Package: libcaca-0.99-0.17.beta17.el7.x86_64 (epel)
Requires: libGLU.so.1()(64bit)
Error: Package: 1:vlc-2.2.5.1-2.el7.nux.x86_64 (nux-dextop)
Requires: kde-filesystem
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

Please anyone can help me to resolve it. I am reasonably new to Linux, kindly request you to write the commands so that i can perform it into my machine and test it right way.

Thank You for your time
Shweta G.
 
Old 09-15-2017, 03:44 AM   #2
aragorn2101
Member
 
Registered: Dec 2012
Location: Mauritius
Distribution: Slackware
Posts: 567

Rep: Reputation: 301Reputation: 301Reputation: 301Reputation: 301
Have you tried to install it using yum. You seem to have installed packages without certain dependencies. yum could actually resolve the dependencies better.

Please try to remove the packages you installed and start afresh with:
Code:
yum update    # this is because you need an up-to-date system for there to be no conflicts.
yum search vlc
yum install PACKAGE
 
Old 09-15-2017, 04:54 AM   #3
Shweta_Ga
LQ Newbie
 
Registered: Sep 2017
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hello Thank You for your response.

As you suggested i uninstalled following packages-

Removed:
epel-release.noarch 0:7-10

Dependency Removed:
nux-dextop-release.noarch 0:0-5.el7.nux

Complete!

then ran below command -

yum search vlc

as per the 0/P below i tried to install Libbluray

Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
==================================================================== Matched: vlc ====================================================================
libbluray.x86_64 : Library to access Blu-Ray disks for video playback

ran below command to install Libbluray-
rmp -Uvh https://fr2.rpmfind.net/linux/fedora...c27.x86_64.rpm

above command gave me below error-

error: Failed dependencies:
libbluray.so.1()(64bit) is needed by (installed) gvfs-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-fuse-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-gphoto2-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-goa-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-mtp-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-smb-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-afp-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-afc-1.16.4-7.el7.x86_64
libbluray.so.1()(64bit) is needed by (installed) gvfs-archive-1.16.4-7.el7.x86_64

Can you please look and suggest. How many packages i need to install?? every new package giving some other dependency error. Please suggest.

Thank You for your time
Shweta G.
 
Old 09-15-2017, 05:27 AM   #4
timl
Member
 
Registered: Jan 2009
Location: Sydney, Australia
Distribution: Fedora,CentOS
Posts: 744

Rep: Reputation: 156Reputation: 156
Quote:
Loaded plugins: langpacks, product-id, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
I believe RHEL is free to download but I know you have to pay for maintenance. if you don't pay for maintenance then you don't get updates. The easiest way to find dependencies is via yum but if you choose to do this manually (ie. you don't pay for a subscription) you have to find the dependencies yourself.

A simple solution may be to use a different distro. Any particular reason you use RHEL? Centos is free and is an unbadged version of RHEL. Download Centos 7 to solve your problem

https://www.centos.org/

You may wish to try another distro. Please sing out if you need more advice.

Cheers
 
Old 09-15-2017, 05:54 AM   #5
Shweta_Ga
LQ Newbie
 
Registered: Sep 2017
Posts: 3

Original Poster
Rep: Reputation: Disabled
Ohh i need to change my OS distribution to overcome this problem. After VLC i wanted to install open office to view any word doc

No particular reason to use RHEL.

Thank You for your time

Shweta G.
 
Old 09-16-2017, 10:07 AM   #6
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,602

Rep: Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648Reputation: 2648
PAY!!!!! for the redhat REQUIRED support contract
or DO NOT USE RHEL!!!!

install CentOS 7.4

without the required support contract you do not get updates and security fixes
basically you will not be able to install software without that contract
 
Old 09-16-2017, 11:12 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,046

Rep: Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271Reputation: 2271
If you start again with CentOS, you'll get LibreOffice installed by default. For getting other things, see here
http://wiki.centos.org/AdditionalResources/Repositories
and note the advice about setting priorities. EPEL is safe and very useful, RPMfusion is vital for the media codecs that are patented in the USA and so left out of CentOS, and Nux has VLC. To track where to find things,
http://pkgs.org/
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installation of vlc media player Sando123 Linux - Newbie 6 06-25-2012 11:42 AM
VLC Media Player installation Issue weeraman Linux - Software 5 02-16-2010 07:04 PM
installation problem in vlc media player on rhel5 deepakchandel81 Linux - Newbie 4 12-09-2009 03:29 AM
Problem with Installing VLC Media Player. sasikumar Linux - Newbie 2 08-01-2009 04:38 AM
Facing problem while installing VLC player? rafimd786 Linux - Software 5 07-11-2009 09:07 AM

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

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