Install LibreOffice centos 6.5 linux using Yum

You can Download and Install LibreOffice centos 6.5 Linux using yum. You can download file directly or using yum. Here I am going to do isntallation for 64 bit machines and here are the commands need to be executed for that.

Step 1 – Downloading Package

# wget http://download.documentfoundation.org/libreoffice/stable/4.2.4/rpm/x86_64/LibreOffice_4.2.4_Linux_x86-64_rpm.tar.gz

Step 1 – Extracting Package

# tar -xvf LibreOffice_4.2.4_Linux_x86-64_rpm.tar.gz

Step 3 – Installing Package

# cd /LibreOffice_4.2.4_Linux_x86-64_rpm/RPMS/
# yum install *.rpm

Installed and available in your applications

Applications->Office

You may also like...