Logo
  • Ubuntu
  • CentOS
  • Debian
  • Fedora
  • RedHat

How to Install Latest LibreOffice in Linux Desktop - DesignLinux

May 05 2021
designlinux 0 Comments

LibreOffice is an open-source and much powerful personal productivity office suite for Linux, Windows & Mac, that provides feature-rich functions for word documents, data processing, spreadsheets, presentation, drawing, Calc, Math, and much more.

LibreOffice has a large number of satisfied users across the globe with almost 200 million downloads as of now. It supports more than 115 languages and runs on all major operating systems.

The Document Foundation team proudly announced the fresh major release of LibreOffice 7.1.2 on 1, April 2021, is now available for all major platforms including Linux, Windows, and Mac OS.

This new update features a large number of exciting new features, performance, and improvements and is targeted to all kinds of users, but especially appealing for enterprise, early adopters, and power users.

There are many other changes and features included in the newest LibreOffice 7.1.2 – for a complete list of new features, see the release announcement page.

LibreOffice Requirements

  1. Kernel 3.10 or higher version.
  2. glibc2 version 2.17 or higher version
  3. Minimum 256MB and recommended 512MB RAM
  4. 1.55GB available Hard disk space
  5. Desktop (Gnome or KDE)

Install LibreOffice on Linux Desktops

The installation instructions provided here are for LibreOffice 7.1.2 using the language US English on a 64-Bit system. For 32-Bit Systems, LibreOffice dropped the support and no longer provide 32-bit binary releases.

Step 1: Downloading LibreOffice

Go to the official LibreOffice download page and grab the latest version that bundled with all the binary packages as a .tar.gz archive file. Alternatively, you can use the following wget command to download the LibreOffice directly in the terminal as shown.

For RHEL/CentOS/Fedora
# cd /tmp
# wget http://download.documentfoundation.org/libreoffice/stable/7.1.2/rpm/x86_64/LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz
For Debian/Ubuntu/LinuxMint
$ sudo cd /tmp
$ sudo https://download.documentfoundation.org/libreoffice/stable/7.1.2/deb/x86_64/LibreOffice_7.1.2_Linux_x86-64_deb.tar.gz

Step 2: Removing Old LibreOffice or OpenOffice Versions

If any previously installed LibreOffice or OpenOffice versions you have, remove them using the following command.

# yum remove openoffice* libreoffice*			[on RedHat based Systems]
Remove Old LibreOffice 4 on CentOS
Remove Old LibreOffice 4 on CentOS
$ sudo apt-get remove openoffice* libreoffice*		[On Debian based Systems]
Remove LibreOffice 4 on Ubuntu
Remove LibreOffice 4 on Ubuntu

Step 3: Extracting LibreOffice Package

After downloading the LibreOffice package, use the tar command to extract it under /tmp directory or in a directory of your choice.

On RHEL/CentOS/Fedora
# tar zxvf LibreOffice_7.1.2_Linux_x86-64_rpm.tar.gz	
On Debian/Ubuntu/Linux Mint
$ sudo tar zxvf LibreOffice_7.1.2_Linux_x86-64_deb.tar.gz	

Step 4: Installing LibreOffice in Linux Desktop

After extracting the package, you will get a directory and under this, there will be a sub-directory called RPMS or DEBS. Now, run the following command to install it.

On RHEL/CentOS/Fedora
# cd /tmp/LibreOffice_7.1.2.2_Linux_x86-64_rpm/RPMS/
# yum localinstall *.rpm
OR
# dnf install *.rpm    [On Fedora 23+ versions]
On Debian/Ubuntu/Linux Mint
$ sudo cd /tmp/LibreOffice_7.1.2.2_Linux_x86-64_deb/DEBS/
$ sudo dpkg -i *.deb

Step 5: Starting LibreOffice in Linux

Once the installation process completes you will have LibreOffice icons in your desktop under Applications –> Office menu or start the application by executing the following command on the terminal.

# libreoffice7.1

Step 6: Screenshot of LibreOffice 7.1.2

Please see the attached screenshot of the LibreOffice 7.1.2 application under my CentOS 7.0.

LibreOffice Running on CentOS 7
LibreOffice Running on CentOS 7

Step 7: Installing a Language Pack in LibreOffice

If you would like to install LibreOffice in your preferred language, you should select your language pack for installation. The installation instructions can be found in the Language Pack section.

Related

Tags: libreoffice, office suites

How to Monitor Linux Server and Process Metrics from Browser

Prev Post

LFCA: Learn Cloud Costs and Budgeting – Part 16

Next Post
Archives
  • January 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • July 2022
  • June 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
  • December 2021
  • November 2021
  • October 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • October 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • May 2020
Categories
  • AlmaLinux
  • Android
  • Ansible
  • Apache
  • Arch Linux
  • AWS
  • Backups
  • Bash Shell
  • Bodhi Linux
  • CentOS
  • CentOS Stream
  • Chef
  • Cloud Software
  • CMS
  • Commandline Tools
  • Control Panels
  • CouchDB
  • Data Recovery Tools
  • Databases
  • Debian
  • Deepin Linux
  • Desktops
  • Development Tools
  • Docker
  • Download Managers
  • Drupal
  • Editors
  • Elementary OS
  • Encryption Tools
  • Fedora
  • Firewalls
  • FreeBSD
  • FTP
  • GIMP
  • Git
  • Hadoop
  • HAProxy
  • Java
  • Jenkins
  • Joomla
  • Kali Linux
  • KDE
  • Kubernetes
  • KVM
  • Laravel
  • Let's Encrypt
  • LFCA
  • Linux Certifications
  • Linux Commands
  • Linux Desktop
  • Linux Distros
  • Linux IDE
  • Linux Mint
  • Linux Talks
  • Lubuntu
  • LXC
  • Mail Server
  • Manjaro
  • MariaDB
  • MongoDB
  • Monitoring Tools
  • MySQL
  • Network
  • Networking Commands
  • NFS
  • Nginx
  • Nodejs
  • NTP
  • Open Source
  • OpenSUSE
  • Oracle Linux
  • Package Managers
  • Pentoo
  • PHP
  • Podman
  • Postfix Mail Server
  • PostgreSQL
  • Python
  • Questions
  • RedHat
  • Redis Server
  • Rocky Linux
  • Security
  • Shell Scripting
  • SQLite
  • SSH
  • Storage
  • Suse
  • Terminals
  • Text Editors
  • Top Tools
  • Torrent Clients
  • Tutorial
  • Ubuntu
  • Udemy Courses
  • Uncategorized
  • VirtualBox
  • Virtualization
  • VMware
  • VPN
  • VSCode Editor
  • Web Browsers
  • Web Design
  • Web Hosting
  • Web Servers
  • Webmin
  • Windows
  • Windows Subsystem
  • WordPress
  • Zabbix
  • Zentyal
  • Zorin OS
Visits
  • 1
  • 489
  • 612,668

DesignLinux.com © All rights reserved

Go to mobile version