Hello,
How can I install Vlc on CentOs 6 ? Yum does not find it. Thanks F. Colonna
Le vendredi 05 août 2011 à 12:42 -0700, John R Pierce a écrit :
On 08/05/11 12:27 PM, François Colonna wrote:
Hello,
How can I install Vlc on CentOs 6 ? Yum does not find it.
try repoforge.
Sorry, could you be more explicit ? I suppose it is a repository ? How can I set it up ? Thanks F. Colonna
On 08/05/11 2:19 PM, François Colonna wrote:
How can I install Vlc on CentOs 6 ?
Yum does not find it.
try repoforge.
Sorry, could you be more explicit ? I suppose it is a repository ? How can I set it up ?
http://repoforge.org/ 2nd link 'using'...
# rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x... # yum install vlc
Le vendredi 05 août 2011 à 14:25 -0700, John R Pierce a écrit :
Thank you for your quick answer. I ran
rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i...
(because I have a 32 bits processor) /etc/yum.repos.d gives
-rw-r--r-- 1 root root 179 25 juil. 2007 adobe-linux-i386.repo -rw-r--r--. 1 root root 1926 3 juil. 04:15 CentOS-Base.repo -rw-r--r--. 1 root root 637 3 juil. 04:15 CentOS-Debuginfo.repo -rw-r--r--. 1 root root 626 3 juil. 04:15 CentOS-Media.repo -rw-r--r--. 1 root root 1070 6 déc. 2008 livna.repo -rw-r--r-- 1 root root 739 13 nov. 2010 mirrors-rpmforge -rw-r--r-- 1 root root 717 13 nov. 2010 mirrors-rpmforge-extras -rw-r--r-- 1 root root 728 13 nov. 2010 mirrors-rpmforge-testing -rw-r--r-- 1 root root 1113 13 nov. 2010 rpmforge.repo
# yum install vlc (the full output is in the attached file) the end is :
--> Finished Dependency Resolution Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libdvdread.so.3 Available: libdvdread-0.9.4-0.el5.rf.i386 (rpmforge) libdvdread.so.3 Available: libdvdread-0.9.7-1.el5.rf.i386 (rpmforge) libdvdread.so.3 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libfribidi.so.0 Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge) Requires: libcdio.so.7(CDIO_7) Available: libcdio-0.77-1.el5.rf.i386 (rpmforge) libcdio.so.7(CDIO_7) Error: Package: aalib-1.4.0-5.el5.rf.i386 (rpmforge) Requires: libgpm.so.1 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libgnutls.so.13(GNUTLS_1_3) Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libgnutls.so.13 Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge) Requires: libcdio.so.7 Available: libcdio-0.77-1.el5.rf.i386 (rpmforge) libcdio.so.7 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libFLAC.so.7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I think I did something wrong when installing CentOs 6, but what ?
Thanks for your help. Francois
Le vendredi 05 août 2011 à 23:43 +0200, François Colonna a écrit :
# yum install vlc ends with :
--> Finished Dependency Resolution Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libdvdread.so.3 Available: libdvdread-0.9.4-0.el5.rf.i386 (rpmforge) libdvdread.so.3 Available: libdvdread-0.9.7-1.el5.rf.i386 (rpmforge) libdvdread.so.3 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libfribidi.so.0 Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge) Requires: libcdio.so.7(CDIO_7) Available: libcdio-0.77-1.el5.rf.i386 (rpmforge) libcdio.so.7(CDIO_7) Error: Package: aalib-1.4.0-5.el5.rf.i386 (rpmforge) Requires: libgpm.so.1 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libgnutls.so.13(GNUTLS_1_3) Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libgnutls.so.13 Error: Package: libcddb-1.3.1-1.el5.rf.i386 (rpmforge) Requires: libcdio.so.7 Available: libcdio-0.77-1.el5.rf.i386 (rpmforge) libcdio.so.7 Error: Package: vlc-0.9.9a-7.el5.rf.i386 (rpmforge) Requires: libFLAC.so.7 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I found this on a forum :
rm -f /var/lib/rpm/__db* rpm –rebuilddb yum clean all
then
yum install vlc
worked fine. What was the problem ?
F.C.
On 08/05/11 2:59 PM, François Colonna wrote:
rm -f/var/lib/rpm/__db* rpm –rebuilddb yum clean all
then
yum install vlc
worked fine. What was the problem ?
no idea, i've never had to delete anything from /var/lib/rpm.
Le vendredi 05 août 2011 à 15:20 -0700, John R Pierce a écrit :
On 08/05/11 2:59 PM, François Colonna wrote:
rm -f/var/lib/rpm/__db* rpm –rebuilddb yum clean all
then
yum install vlc
worked fine. What was the problem ?
no idea, i've never had to delete anything from /var/lib/rpm.
Nevertheless it works, except I have to find out in which repository is the package I need.
Do you have a list of the URL of those you are using ? I would appreciate to get it.
Best Francois
On Fri, Aug 05, 2011 at 11:19:13PM +0200, François Colonna wrote:
Le vendredi 05 août 2011 à 12:42 -0700, John R Pierce a écrit :
On 08/05/11 12:27 PM, François Colonna wrote:
Hello,
How can I install Vlc on CentOs 6 ? Yum does not find it.
try repoforge.
Sorry, could you be more explicit ? I suppose it is a repository ? How can I set it up ? Thanks F. Colonna
ATRPMS has the rpms you need. browse to atrpms.net and follow the instructions there for setting up the repository.
http://atrpms.net/documentation/install/
which sets up the repository.
I'm using vlc on my centos6 netbook, installed from atrpms. I don't recall any particular hassles (once I fixed some stupidities of my own.)