How to install vlc player and open office in Redhat

INSTALL VLC MEDIA PLAYER-



First Optio-

1- Download VLC Player Click Here-
https://drive.google.com/uc?id=0B6a_xo57qqI9ajlVRjAwajRhREU&export=download


2.Extract Download File-
#tar -xvf 'path vlc file'

3.All VLC file copy To / (root)



4.Install create Repo File-

#yum install createrepo* -y

5. Create repo file in-

#createrepo -v /vlc


6. Create Repository File-

#vim /etc/yum.repos.d/yum.repo
(Note-yum.repo is a yum server repository file)
Press G (To last line)
Prees I to insert mode
Then entry-


[vlcplayer]

name=vlc
baseurl=file:///vlc/vlc               or  baseurl=file:///vlc/
gpgcheck=0


:wq (To Save file)




7. Clean cache memory-

#yum clean all

8.to check-

#yum list

9. Then install vlc player

#yum install vlc* -y


Second Option-

Step 1: Setup Required Repository

# curl -o /etc/yum.repos.d/linuxtech.repo http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo

# cd /etc/yum.repos.d/
# wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo

Step 2: Install VLC using Yum

# yum install vlc

Now Sucessfully has been installed...

_____________________________________________________________________________________________

INSTALL OPEN OFFICE-

First Optio-

1- Download Open Office .iso file Click Here-

 https://drive.google.com/uc?id=0B6a_xo57qqI9MFZXMWJIQzZzUVk&export=download

2.Extract Download File-


3.All Openoffice file copy To / (root)

4.Install create Repo File-

#yum install createrepo* -y


5. Create repo file in-
#createrepo -v /openoffice

6. Create Repository File-
#vim /etc/yum.repos.d/yum.repo
(Note-yum.repo is a yum server repository file)
Press G (To last line)
Prees I to insert mode
Then entry-


[openoffice]

name=office
baseurl=file:///openoffice/              
gpgcheck=0


:wq (To Save file)

7. Clean cache memory-
#yum clean all

8.to check-

#yum list

9. Then install vlc player

#yum install openoffice* -y

Second Option-

Step 1: Download OpenOffice and Extract

For 32 Bit:

# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86_install-rpm_en-US.tar.gz

# tar xzf Apache_OpenOffice_4.1.0_Linux_x86_install-rpm_en-US.tar.gz


For 64 Bit:

# wget http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.0/binaries/en-US/Apache_OpenOffice_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz

# tar xzf Apache_OpenOffice_4.1.0_Linux_x86-64_install-rpm_en-US.tar.gz

Step 2: Install Apache OpenOffice

# cd en-US/RPMS/
# rpm -Uvh *.rpm

# cd desktop-integration/
# rpm -Uvh openoffice4.1-redhat-menus-4.1-9764.noarch.rpm


Step 3: Start Apache OpenOffice

# openoffice4 


 _____________________________________________________________________________________________

How to Install TeamViewer 9.

1- Download This Package..Click

https://drive.google.com/file/d/0B6a_xo57qqI9MTJHR2F3cmxPNVE/edit?usp=sharing

 2- Go To Download Folder

# cd /home/ashu/Downloads

# ls

teamviewer_linux.rpm

 3- Copy to '/opt' Directory

# cp -rvf teamviewer_linux.rpm /opt

# cd /opt

# ls

teamviewer_linux.rpm

4- Install Package..

# yum localinstall teamviewer_linux.rpm

Now Sucessfully Installed...

Check..

Click Application --> Internet --->

                      

 _____________________________________________________________________________________________

How to Install Google Chrome 34..

Step 1: Install/Update Google Chrome

# wget http://chrome.richardlloyd.org.uk/install_chrome.sh
 

# chmod +x install_chrome.sh
 

# sh install_chrome.sh

Now Sucessfully google chrome has been installed...



_____________________________________________________________________________________________
Click Back..                                Click Home..