In this tutorial, I will show you how to install LibreOffice 6.1.3 on Ubuntu 18.04 LTS, LinuxMint 18, CentOS 7.x and Fedora. LibreOf...
In this tutorial, I will show you how to install LibreOffice 6.1.3 on Ubuntu 18.04 LTS, LinuxMint 18, CentOS 7.x and Fedora.
LibreOffice an opensource and alternative for Microsoft and open office, unlike others libreoffice supports lots of tools, this suite contains the following Writer, Calc, Impress, Draw, Math and Base.
This version is a stable version.
For Libreoffice 6.1.3 releasenotes Please click HERE
Installation steps
Before proceeding for installation remove the previous versions of Libre office or openofficesudo apt-get remove libreoffice-core
sudo apt-get remove --purge libreoffice core
For OpenOffice uninstalltion
sudo apt-get purge openoffice
Install LibreOffice 6.1.3 on Ubuntu 18.04 / LinuxMint via PPA
Step 1: Add the Official PPAsudo add-apt-repository ppa:libreoffice/ppaStep 2: Update the Repository
sudo apt-get updateStep 3: Install Libreoffice 6.1.3
sudo apt-get install libreoffice
Install LibreOffice 6.1.3 on Ubuntu / LinuxMint / CentOS / Fedora from source file
Step 1: Download the deb files using the below command according to your distribution.For 32 bit (Debian based OS)
wget https://bit.ly/2zCC3XzFor 64 bit (Debian based OS)
wget https://bit.ly/2SUFrFVFor 32 bit (Redhat based systems)
wget https://bit.ly/2SUFu4zFor 64 bit (Redhat based systems)
wget https://bit.ly/2zCyUa7Step 2: Download the tar file and extract the package
tar -zxvf LibreOffice_6.1.3_Linux_x86-64_deb.tar.gz && cd LibreOffice_6.1.3_Linux_x86-64_deb && cd DEBSStep 3:Login as root user and install the deb file
sudo dpkg -i *.deb
For Fedora use the below command as root
dinf install *.rpmFor CentOS use the below command as root
yum localinstall *.rpm
COMMENTS