Facebook Twitter Instagram
    TecAdmin
    • Home
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    You are at:Home»Linux Tutorials»How To Install LibreOffice on Ubuntu 22.04

    How To Install LibreOffice on Ubuntu 22.04

    By RahulMay 23, 20222 Mins Read

    LibreOffice is a free and open-source office suite with a clean interface. It provides most of the tools required for an Office suite like Writer (word processing), Calc (spreadsheets), Impress (presentations), Draw (vector graphics and flowcharts), Base (databases), and Math (formula editing), etc.

    Advertisement

    We can directly download the LibreOffice Debian packages from its official download page or use the Apt repository for the installation.

    This tutorial will help you to install LibreOffice on Ubuntu 22.04 Desktop system.

    Prerequsities

    You must have:

    • A running Ubuntu 22.04 system with Desktop
    • Sudo privilege or root account access
    • Linux kernel version 3.10 or higher
    • glibc2 version 2.17 or higher version is required

    Installing Libreoffice on Ubuntu

    Use the following steps to install the LibreOffice application on a Ubuntu system.

    1. First of all, add the LibreOffice PPA to the Ubuntu system:
      sudo add-apt-repository ppa:libreoffice/ppa  
      
    2. Next, update the Apt cache and install the complete LibreOffice suite on Ubuntu system.
      sudo apt update 
      sudo apt install libreoffice 
      

      When prompted for the confirmation, press ‘y’ and hit enter to continue.

    This will install a large number of dependent packages. Once the installation is finished, you can start using the LibreOffice suite features.

    Using LibreOffice

    Before using the LibreOffice suite, you must be login to the Ubuntu via Desktop. After login, click on “Show applications” in the bottom-left corner. Now type “LibreOffice” in the search bar:

    You will see the launch icon of different-2 LibreOffice tools below:

    Installing LibreOffice on Ubuntu 22.04
    Launch Specific LibreOffice Application

    Click the launcher icon to start the specific LibreOffice application

    Installing LibreOffice on Ubuntu 22.04
    Running LibreOffice Application

    Uninstall (Remove) LibreOffice

    To completely remove Libreoffice from your system, use the following command. it will remove all associated data with this application

    sudo apt remove --purge libreoffice 
    sudo apt auto-remove 
    

    You may also want to disable PPA on your system.

    sudo add-apt-repository --remove ppa:libreoffice/ppa 
    

    Conclusion

    This tutorial helped you to install the LibreOffice application on a Ubuntu 22.04 desktop system. You can create and open documents on your system.

    libreofiice office
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp

    Related Posts

    What are the difference between SH and BASH

    What are the difference between SH and BASH?

    Understanding the Zombie Processes in Linux

    A Comprehensive Guide to Shutting Down or Rebooting Linux System

    Add A Comment

    Leave A Reply Cancel Reply

    Advertisement
    Recent Posts
    • Setting and Getting the Default Timezone in Python
    • What is Media Access Control (MAC) Address?
    • What is Cross-Site Scripting (XSS)?
    • What is Content Security Policy (CSP)?
    • A User’s Guide to Understanding Redirection Operators in Bash
    Facebook Twitter Instagram Pinterest
    © 2023 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.