How to install LibreOffice 4.3.7 RC1 on 32/64 bit Ubuntu, Debian and derivative systems. Install or Upgrade LibreOffice 4.3.7 RC1 on Ubuntu 14.10, Ubuntu 14.10, Debian and Derivatives.
Install LibreOffice 4.3.7 RC1 on 32 bit Ubuntu, Debian and Derivative
To install LibreOffice 4.3.7 RC1 on Linux Ubuntu, Debian and Derivative Systems (32 bit), run the following commands in Terminal:
sudo apt-get install gdebi
sudo apt-get remove libreoffice*
wget http://download.documentfoundation.org/libreoffice/testing/4.3.7/deb/x86/LibreOffice_4.3.7.1_Linux_x86_deb.tar.gz
tar -xzvf LibreOffice_4.3.7.1_Linux_x86_deb.tar.gz
cd LibreOffice_4.3.7.1_Linux_x86_deb/DEBS
sudo gdebi *.deb
Install LibreOffice 4.3.7 RC1 on 64 bit Ubuntu, Debian and Derivative
To install LibreOffice 4.3.7 RC1 on Linux Ubuntu, Debian and Derivative Systems (64 bit), run the following commands in Terminal:
sudo apt-get install gdebi
sudo apt-get remove libreoffice*
wget http://download.documentfoundation.org/libreoffice/testing/4.3.7/deb/x86_64/LibreOffice_4.3.7.1_Linux_x86-64_deb.tar.gz
tar -xzvf LibreOffice_4.3.7.1_Linux_x86-64_deb.tar.gz
cd LibreOffice_4.3.7.1_Linux_x86-64_deb/DEBS
sudo gdebi *.deb
To uninstall and remove LibreOffice 4.3.7 RC1 from Linux Ubuntu Systems (32/64 bit), run the following commands in Terminal:
sudo apt-get remove libreoffice*