Ubuntu Debian: Replace Oracle OpenOffice with Free LibreOffice

Problem: Last weeks most of the free OpenOffice (Oracle owned) workers moves to the new free version LibreOffice
http://www.documentfoundation.org
Solution: To use free Software do:

on 32bit:
download files..

cd /tmp
wget http://ftp5.gwdg.de/pub/tdf/libreoffice/testing/3.3.0-beta2/deb/x86/LibO_3.3.0_beta2_Linux_x86_install-deb_en-US.tar.gz
wget http://ftp5.gwdg.de/pub/tdf/libreoffice/testing/3.3.0-beta2/deb/x86/LibO_3.3.0_beta2_Linux_x86_langpack-deb_de.tar.gz

unpack..
tar -xzvf LibO_3.3.0_beta2_Linux_x86_install-deb_en-US.tar.gz
tar -xzvf LibO_3.3.0_beta2_Linux_x86_langpack-deb_de.tar.gz

go into file to install..
cd DEBS
sudo dpkg -i *.deb
sudo dpkg -i desktop-integration/*menus*.deb
cd /tmp/DE/DEBS
sudo dpkg -i *.deb

ENJOY THE NEW FREEDOM…

on 64bit:
download files..

cd /tmp
wget http://download.documentfoundation.org/libreoffice/testing/3.3.0-beta2/deb/x86_64/LibO_3.3.0_beta2_Linux_x86-64_install-deb_en-US.tar.gz
wget http://download.documentfoundation.org/libreoffice/testing/3.3.0-beta2/deb/x86_64/LibO_3.3.0_beta2_Linux_x86-64_langpack-deb_de.tar.gz

unpack files..
tar -xzvf LibO_3.3.0_beta2_Linux_x86_install-deb_en-US.tar.gz
tar -xzvf LibO_3.3.0_beta2_Linux_x86_langpack-deb_de.tar.gz

go into file to install..
cd DEBS
sudo dpkg -i *.deb
sudo dpkg -i desktop-integration/*menus*.deb
cd /tmp/DE/DEBS
sudo dpkg -i *.deb

ENJOY THE NEW FREEDOM…

if preinstalled Libre office (update Libre Office) after tar command!

cd en-US
sudo ./update
cd DEBS
sudo dpkg -i *.deb
sudo dpkg -i desktop-integration/*menus*.deb
cd /tmp/DE/DEBS
sudo dpkg -i *.deb

Design copyright www.linuxonlinehelp.com - Linux PC & Server Support