Page 1 of 1

unable to instal vlc player

Posted: 2016/07/09 18:34:19
by yajan
Myself Ajay,

First of all i am new to centos, i m trying to install VLC player in it.
while installing i m getting stuck in this below error

---> Package lame-libs.x86_64 0:3.99.5-1.el6.nux will be installed
---> Package libenca.x86_64 0:1.13-3.el6 will be installed
---> Package libfaac.x86_64 0:1.28-3.el6 will be installed
---> Package schroedinger.x86_64 0:1.0.11-4.el7 will be installed
---> Package soxr.x86_64 0:0.1.2-1.el7 will be installed
---> Package vlc-core.x86_64 0:2.1.6-1.el6.nux will be installed
--> Processing Dependency: libudev.so.0()(64bit) for package: vlc-core-2.1.6-1.el6.nux.x86_64
--> Processing Dependency: libmtp.so.8()(64bit) for package: vlc-core-2.1.6-1.el6.nux.x86_64
---> Package x265-libs.x86_64 0:1.9-1.el6.nux will be installed
---> Package xvidcore.x86_64 0:1.3.2-5.el6.nux will be installed
--> Finished Dependency Resolution
Error: Package: vlc-core-2.1.6-1.el6.nux.x86_64 (nux-dextop)
Requires: libudev.so.0()(64bit)
Error: Package: ffmpeg-libs-2.6.8-3.el6.nux.x86_64 (nux-dextop)
Requires: libgnutls.so.26(GNUTLS_1_4)(64bit)
Error: Package: ffmpeg-libs-2.6.8-3.el6.nux.x86_64 (nux-dextop)
Requires: libopenjpeg.so.2()(64bit)
Error: Package: ffmpeg-libs-2.6.8-3.el6.nux.x86_64 (nux-dextop)
Requires: libgnutls.so.26()(64bit)
Error: Package: vlc-core-2.1.6-1.el6.nux.x86_64 (nux-dextop)
Requires: libmtp.so.8()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


could anyone help regarding this
also please share the quick learning pdf for linux short cuts

Regards,
yajan

Re: unable to instal vlc player

Posted: 2016/07/09 19:06:01
by TrevorH
Please post all of the output from yum including the command you enter, right the way through to when the command prompt returns. Also the output from uname -a

Re: unable to instal vlc player

Posted: 2016/07/10 07:07:49
by yajan
Hi TrevorH,

Thanks for your reply

Those are the following steps which i followed based on the link https://www.unixmen.com/install-vlc-centos-7/

step 1 : yum -y install epel-release

step 2 : rpm -Uvh http://li.nux.ro/download/nux/dextop/el ... noarch.rpm

step 3 : sudo yum install vlc

Re: unable to instal vlc player

Posted: 2016/07/10 07:27:51
by giulix63
Please post the output of

Code: Select all

cat /etc/redhat-release
cat /etc/yum.repos.d/nux-dextop.repo

Re: unable to instal vlc player

Posted: 2016/07/10 07:29:37
by yajan
[root@localhost Desktop]# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
[root@localhost Desktop]# cat /etc/yum.repos.d/nux-dextop.rep
cat: /etc/yum.repos.d/nux-dextop.rep: No such file or directory
[root@localhost Desktop]#

Re: unable to instal vlc player

Posted: 2016/07/10 07:31:11
by giulix63
You missed an 'o' in

Code: Select all

cat /etc/yum.repos.d/nux-dextop.repo
You also need to update your system.

Re: unable to instal vlc player

Posted: 2016/07/10 13:54:32
by yajan
after restarting its working now.
thanks for your response.