Вы находитесь на странице: 1из 2

Instalaciones Aplicaciones CentOS 7

1. Instalando Gtk-recordMyDesktop
download link http://sourceforge.net/projects/xvidcap/files/
extract xvidcap-1.1.7.tar.gz
Open terminal:[rajiv@elitebook ~]$ su
[root@elitebook rajiv]# cd /home/rajiv/xvidcap-1.1.7

[root@elitebook rajiv]# yum install gtk*


[root@elitebook rajiv]# yum install libglade*

[root@elitebook rajiv]# ./configure


[root@elitebook rajiv]# make
[root@elitebook rajiv]# make install

3. Instalando VLC (para lectura de formato MP4 por ejemplo)


http://wiki.centos.org/TipsAndTricks/MultimediaOnCentOS7

How to setup multimedia on CentOS 7


You will need to also install the EPEL repository as nux-dextop depends on this for some of its
packages.
Step 1: Install the nux-dextop repository
Run this command to install the nux-dextop repository.
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release0-5.el7.nux.noarch.rpm

Step 2: Install the adobe repository


Run this command to install the adobe repository.
yum -y install http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_641.0-1.noarch.rpm

Step 3: Install the desired packages


This command will download the flash plugin for Firefox.

yum install flash-plugin

This command will download the java plugin for Firefox.


yum install icedtea-web

This command will install Handbrake, VLC and smplayer.


yum install vlc smplayer ffmpeg HandBrake-{gui,cli}

The following command installs a decoder and codecs which are required to play certain types of
media. Their usage may be legally restricted in some areas. Obtain legal advice if you are uncertain
about the laws in your locality.
yum install libdvdcss gstreamer{,1}-plugins-ugly gstreamer-plugins-bad-nonfree
gstreamer1-plugins-bad-freeworld

Final note
Notice that you have the CentOS, Nux-Dextop and Adobe repos enabled by default and there should be
no issues with running "yum update" or "yum upgrade" in the future.

4. Instalando gnome-color-manager
[root@localhost gnome-color-manager-3.8.2]# rpm -i colord-gtk-0.1.25-3.el7.x86_64.rpm
[root@localhost gnome-color-manager-3.8.2]# rpm -i vte3-0.34.6-3.el7.x86_64.rpm
[root@localhost gnome-color-manager-3.8.2]# rpm -i gnome-color-manager-3.8.2-6.el7.x86_64.rpm

5. WINE

#mount /dev/cdrom /mnt


Descomprimir una archivo .ZIP
#unzip archivo.zip
Donde debera descomprimirlos?? En home?
normalmente en /usr/local o tambien /opt
Con que comando instalo un programa ?
#pm -ivh archivo.rpm
#pm -Uvh archivo.rpm
#um install httpd por ;ejemplo para instalar apache
si viene con tar.gz
# tar -zxvf archivo.tar.gz
#./configure && make && make install

Вам также может понравиться