Step 1: Downloading LibreOffice 5.1.3
For RHEL/CentOS/Fedora
# cd /tmp ---------------------------- On 32-bit Systems ---------------------------- # wget http://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86/LibreOffice_5.1.3_Linux_x86_rpm.tar.gz ---------------------------- On 64-bit Systems ---------------------------- # wget http://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86_64/LibreOffice_5.1.3_Linux_x86-64_rpm.tar.gz
For Debian/Ubuntu/LinuxMint
---------------------------- On 32-bit Systems ---------------------------- $ wget http://download.documentfoundation.org/libreoffice/stable/5.1.3/deb/x86/LibreOffice_5.1.3_Linux_x86_deb.tar.gz ---------------------------- On 64-bit Systems ---------------------------- $ wget http://download.documentfoundation.org/libreoffice/stable/5.1.3/deb/x86_64/LibreOffice_5.1.3_Linux_x86-64_deb.tar.gz
Step 2: Removing Old OpenOffice Version
If any previously installed LibreOffice or OpenOffice versions you have, remove it using following command.
# yum remove openoffice* libreoffice* [on RedHat based Systems]
$ sudo apt-get remove openoffice* libreoffice* [On Debian based Systems]
Step 3: Extracting LibreOffice 5.1.3 Package
On RHEL/CentOS/Fedora
# tar -xvf LibreOffice_5.1.3_Linux_x86_rpm.tar.gz [On 32-Bit Systems] # tar -xvf LibreOffice_5.1.3_Linux_x86-64_rpm.tar.gz [On 64-Bit Systems]
On Debian/Ubuntu/Linux Mint
$ tar -xvf LibreOffice_5.1.3_Linux_x86_deb.tar.gz [On 32-Bit Systems] $ tar -xvf LibreOffice_5.1.3_Linux_x86-64_deb.tar.gz [On 64-Bit Systems]
Step 4: Installing LibreOffice 5.1.3 Package
On RHEL/CentOS/Fedora
## For 32 Bit OS ## # cd /tmp/LibreOffice_5.1.3.3_Linux_x86_rpm/RPMS/ # yum localinstall *.rpm OR # dnf install *.rpm [On Fedora 23+ versions] ## For 64 Bit OS ## # cd /tmp/LibreOffice_5.1.3.3_Linux_x86-64_rpm/RPMS/ # yum localinstall *.rpm OR # dnf install *.rpm [On Fedora 23+ versions]
Installing LibreOffice 5.0.2 on CentOS
[root@localhost RPMS]# yum localinstall *.rpm
On Debian/Ubuntu/Linux Mint
## For 32 Bit OS ## $ cd /tmp/LibreOffice_5.1.3.3_Linux_x86_deb/DEBS/ $ sudo dpkg -i *.deb ## For 64 Bit OS ## $ cd /tmp/LibreOffice_5.1.3.3_Linux_x86-64_deb/DEBS/ $ sudo dpkg -i *.deb
Installing LibreOffice 5.1.3 on Ubuntu
tecmint@tecmint ~/LibreOffice_5.1.3.3_Linux_x86_deb/DEBS $ sudo dpkg -i *.deb
Tidak ada komentar:
Posting Komentar