Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Tutorials»How To Install LibreOffice on Ubuntu 22.04

    How To Install LibreOffice on Ubuntu 22.04

    RahulBy RahulMay 20, 20222 Mins ReadUpdated:May 23, 2022

    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.

    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
    Previous ArticleHow to Enable / disable Firewall in Windows
    Next Article How to Install Sublime Text 4 on Ubuntu 22.04

    Related Posts

    What is the /etc/nsswitch.conf file in Linux

    2 Mins Read

    How to Setup Squid Proxy Server on Ubuntu and Debian

    Updated:June 17, 20225 Mins Read

    How to Delete a Let’s Encrypt Certificate using Certbot

    Updated:June 3, 20222 Mins Read

    How to Install Latest Git on Ubuntu 22.04

    Updated:May 31, 20222 Mins Read

    (Resolved) userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms

    Updated:May 10, 20221 Min Read

    How to Install Apache ActiveMQ on Ubuntu 22.04

    3 Mins Read

    Leave A Reply Cancel Reply

    Recent Posts
    • What is the /etc/nsswitch.conf file in Linux
    • How to Install Ionic Framework on Ubuntu 22.04
    • What is the /etc/hosts file in Linux
    • How to Install Angular CLI on Ubuntu 22.04
    • How to Install Composer on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

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