In this tutorial, I will show you how to install LibreOffice 6.3.6 on Ubuntu 20.04 LTS, LinuxMint 19, CentOS 8.x and Fedora 32 LibreO...
In this tutorial, I will show you how to install LibreOffice 6.3.6 on Ubuntu 20.04 LTS, LinuxMint 19, CentOS 8.x and Fedora 32
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.
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.
For LibreOffice 6.3.6 release notes please refer this link
For 64 bit (Debian based OS)
Installation steps
Before proceeding for installation remove the previous versions of OpenOfficesudo apt-get purge openoffice
Install LibreOffice 6.3.6 on Ubuntu 20.04/ LinuxMint via PPA
Step 1: Add the Official PPAsudo add-apt-repository ppa:libreoffice/libreoffice-6-3Step 2: Update the Repository
sudo apt-get updateStep 3: Install LibreOffice 6.3.6
sudo apt-get install libreoffice
Install LibreOffice 6.3.6 on Ubuntu / LinuxMint / CentOS / Fedora from the source files
Step 1: Download the deb files using the below command according to your distributionFor 64 bit (Debian based OS)
wget https://mirrors.estointernet.in/tdf/libreoffice/stable/6.3.6/deb/x86_64/LibreOffice_6.3.6_Linux_x86-64_deb.tar.gzFor 64 bit (Redhat based systems)
wget https://tdfmirror.netfirst.in/libreoffice/stable/6.3.6/rpm/x86_64/LibreOffice_6.3.6_Linux_x86-64_rpm.tar.gzStep 2: Download the tar file and extract the package
tar -zxvf LibreOffice_6.3.6_Linux_x86-64_deb.tar.gz && cd LibreOffice_6.3.6_Linux_x86-64_deb && cd DEBSStep 3:Login as the root user or sudo and install the deb file
sudo dpkg -i *.debFor Fedora use the below command as root
dnf install *.rpmFor CentOS use the below command as root
yum localinstall *.rpm
COMMENTS