Instalando o VLC no CentOS 6.2

1

Estou usando o CentOS 6.2 e tentei instalar o VLC Player usando yum , mas ele mostra "No package vlc available". Eu tentei abaixo do comando:

[root@localhost ~]# yum install vlc
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
 * base: ftp.iitm.ac.in
 * extras: ftp.iitm.ac.in
 * updates: ftp.iitm.ac.in
base                                                     | 3.7 kB     00:00     
extras                                                   | 3.5 kB     00:00     
updates                                                  | 3.5 kB     00:00     
updates/primary_db                                       | 3.4 MB     01:17     
virtualbox                                               |  951 B     00:00     
Setting up Install Process
No package vlc available.
Error: Nothing to do

Existe algum pacote de rpm disponível?

    
por max 14.06.2012 / 07:34

2 respostas

1

De link :

Perform Following Steps to Install VLC Player on RHEL 6.x / Cent OS 6.x on 32 or 64Bit :-

1) You have to be root to execute this script.

2) Download RPM ( Auto VLC Redhat Centos6) which I have specially created for VLC Installation Script , You can use RPMs for CentOS 6 too.Click on Following link to Download RPM for Your Architecture :-

32 bit Users click on this link :- http://www.ask4itsolutions.com/RPMs/avrc6-tejas-barot-linux-0.1.0-1.el6.i386.rpm

64 bit Users click on this link :- http://www.ask4itsolutions.com/RPMs/avrc6-tejas-barot-linux-0.1.0-1.el6.x86_64.rpm

3) Execute Following Commands as per your Respective architecture :-

For 32 Bit Architecture :-

rpm -ivh avrc6-tejas-barot-linux-0.1.0-1.el6.i386.rpm

For 64(X86_64) bit Architecture :-

rpm -ivh avrc6-tejas-barot-linux-0.1.0-1.el6.x86_64.rpm

4) Download VLC Installation Script for RHEL6 and CentOS 6 , Click this link :- http://www.ask4itsolutions.com/RPMs/Scripts/vlc6-installation.sh

5) Execute following Command where you have downloaded the script. [root@ask4itsolutions ~]# chmod +x vlc6-installation.sh

6). Now Execute your script by two ways mentioned below

[root@ask4itsolutions ~]# sh vlc6-installation.sh

OR

[root@ask4itsolutions ~]# ./vlc6-installation.sh

7) Once you Execute it will ask you 4 Options to Install as per your OS and Architecture and 5th Option for Exit Select Option as per your OS and Architecture

Press (R32) to Install VLC on RHEL 6.x on 32bit Press (R64) to Install VLC on RHEL 6.x on 64bit

Press (C32) to Install VLC on CentOS 6.x on 32bit Press (C64) to Install VLC on CentOS 6.x on 64bit Press (E) to Exit anytime

Please Enter your Selection:

8) Remember you have to be normal user to run VLC Player, You cannot Run VLC Player as root.

    
por 14.06.2012 / 07:56
1

O VLC não deve estar no seu repositório. Acho que você deve adicionar rpmfusion aos seus repositórios. Rpmfusion inclui alguns softwares de mídia e plugins para mp3 e mp4, etc ....

    
por 14.06.2012 / 08:11