How To Install Libreoffice 6.0 Via Ubuntu Command Line

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

How To Install Libreoffice 6.0 Via Ubuntu Command Line originally posted on Source Digit – Latest Technology, Gadgets & Gizmos.