[CentOS] How to install Vlc on CentOs 6

2011-08-05 Thread François Colonna
Hello, How can I install Vlc on CentOs 6 ? Yum does not find it. Thanks F. Colonna ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] How to install Vlc on CentOs 6

2011-08-05 Thread François 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 suppos

Re: [CentOS] How to install Vlc on CentOs 6

2011-08-05 Thread François Colonna
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.i686.rpm (because I have a 32 bits processor) /etc/yum.repos.d gives -rw-r--r-- 1 root root 179 25 juil.

Re: [CentOS] How to install Vlc on CentOs 6 (Solved)

2011-08-05 Thread François Colonna
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

Re: [CentOS] How to install Vlc on CentOs 6 (Solved)

2011-08-05 Thread François Colonna
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. &