How to install LibreOffice 3.4 Final In Ubuntu 11.04 or 10.10
Solution 1:
Note Remove the previous version of OpenOffice or LibreOffice with this command
For OpenOffice
sudo apt-get remove openoffice*.*
For LibreOffice
sudo apt-get remove libreoffice*.*
1 - Go to; LibreOffice 3.4 Download
2 - Select Linux x86 deb or x64 deb depending on your computer
3 - Save & extract the file to ~/Desktop
4 - Rename the file as libreoffice
5 - Enter the following command into terminal and wait for the process to finish.
sudo dpkg -i ~/Desktop/libreoffice/DEBS/*.deb
6 - Run the following command to finish the installation:
sudo dpkg -i ~/Desktop/libreoffice/DEBS/desktop-integration/libreoffice3.4-debian-menus_3.4-12_all.deb
You now have Libreoffice 3.4 installed.