• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install Libreoffice 6.0 Via Ubuntu Command Line

How To Install Libreoffice 6.0 Via Ubuntu Command Line

By Sourabh / April 9, 2018 Category: How To, Ubuntu

LibreOffice 6.0 released. How to install LibreOffice via Ubuntu command line; install LibreOffice in Ubuntu via Terminal commands. The Document Foundation announces LibreOffice 6.0: power, simplicity, security and interoperability from desktop to cloud

The new major release adds a large number of significant new features to the core engine and to individual modules (Writer, Calc and Impress/Draw), with the objective of providing users with the best in terms of personal productivity.

Install LibreOffice on 32 Bit Systems

Run the following commands in terminal to install LibreOffice on 32 Bit Systems:

$ sudo apt-get update
$ sudo apt-get remove openoffice* libreoffice*
$ wget http://download.documentfoundation.org/libreoffice/stable/6.0.0/deb/x86/LibreOffice_6.0.0_Linux_x86_deb.tar.gz
tar -xvf LibreOffice_6.0.0_Linux_x86_deb.tar.gz
$ cd LibreOffice_6.0.0.3_Linux_x86_deb/DEBS/
$ sudo dpkg -i *.deb

Install LibreOffice on 64 Bit Systems

Run the following commands in terminal to install LibreOffice on 64 Bit Systems:


$ sudo apt-get update
$ sudo apt-get remove openoffice* libreoffice*
$ wget http://download.documentfoundation.org/libreoffice/stable/6.0.0/deb/x86_64/LibreOffice_6.0.0_Linux_x86-64_deb.tar.gz
$ tar -xvf LibreOffice_6.0.0_Linux_x86-64_deb.tar.gz
$ cd LibreOffice_6.0.0.3_Linux_x86-64_deb/DEBS/
$ sudo dpkg -i *.deb

Tags: How To Install Libreoffice In Kali Linux, How To Install Libreoffice On Linux, How To Uninstall Libreoffice In Ubuntu, Install Libreoffice 5.3 Ubuntu, Install Libreoffice 6, Install Libreoffice 6 On Linux, Install Libreoffice Elementary Os, Install Libreoffice Lubuntu, Install Libreoffice On Linux, Install LibreOffice on Ubuntu, Install Libreoffice Ubuntu Command Line, Libreoffice 6, Libreoffice For Ubuntu Download

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap