They offer different flash templates with latest features.
Login

Forgot password
Register
Changelog

25 Aug 2011
New signature and biography for users.
Improved statistics.
Moderators can now process ideas and tutorials.

22 Jul 2010
Only mutual friends appear in profile. Friends page now show mutual and non-mutual friends.

28 Jun 2010
Moderators can now delete software reviews.

23 Jun 2010
Performance improvements, faster listing of users, editions, countries and releases.

18 Jun 2010
New ISO testing module

Improve this website
  • Report bugs here.
  • Register ideas for improvements using the idea module on this website.
Back
Written by:
Anleoje
Score: 6
votes: 8
Format: Article

 Install LibreOffice 3.4.3 in Linux Mint


''How to install LibreOffice 3.4.3 in Linux Mint''

---

* I tried LibreOffice 3.4.3 on Linux Mint Katya, I don't know if it work in another version of Linux Mint ;)

* Also you can add this PPA to your system: ppa:libreoffice/ppa  but it's too old (version 3.3.3 of LibreOffice), with this tutorial I show you another form to install the latest version of LibreOffice  :)

---

 

First of all, we must remove the version you have installed either OpenOffice or LibreOffice:

sudo apt-get purge openoffice*.*

or

sudo apt-get purge libreoffice*.*

Then, download the installers .deb of LibreOffice 3.4.3 , Proceed immediately to decompress, to finally install all .debs that include the downloaded packages.

For systems 32 bits:

wget http://download.documentfoundation.org/libreoffice/stable/3.4.3/deb/x86/LibO_3.4.3_Linux_x86_install-deb_en-US.tar.gz
wget http://download.documentfoundation.org/libreoffice/stable/3.4.3/deb/x86/LibO_3.4.3_Linux_x86_langpack-deb_es.tar.gz
tar xzvf LibO_3.4.3_Linux_x86_install-deb_en-US.tar.gz
tar xzvf LibO_3.4.3_Linux_x86_langpack-deb_es.tar.gz
cd LibO_3.4.3rc2_Linux_x86_install-deb_en-US/DEBS/
sudo dpkg -i *.deb
cd desktop-integration
sudo dpkg -i *.deb
cd ../../../LibO_3.4.3rc2_Linux_x86_langpack-deb_es/DEBS/
sudo dpkg -i *.deb

For systems 64 bits:

wget http://download.documentfoundation.org/libreoffice/stable/3.4.3/deb/x86_64/LibO_3.4.3_Linux_x86-64_install-deb_en-US.tar.gz
wget http://download.documentfoundation.org/libreoffice/stable/3.4.3/deb/x86_64/LibO_3.4.3_Linux_x86-64_langpack-deb_es.tar.gz
tar xzvf LibO_3.4.3_Linux_x86-64_install-deb_en-US.tar.gz
tar xzvf LibO_3.4.3_Linux_x86-64_langpack-deb_es.tar.gz
cd LibO_3.4.3rc2_Linux_x86-64_install-deb_en-US/DEBS/
sudo dpkg -i *.deb
cd desktop-integration
sudo dpkg -i *.deb
cd ../../../LibO_3.4.3rc2_Linux_x86-64_langpack-deb_es/DEBS/
sudo dpkg -i *.deb

I extracted the information from this web page:

http://linux-software-news-tutorials.blogspot.com/2011/08/stable-updates-libreoffice-343.html

Greetings from Chile,

Anleoje :P


Tags: libreoffice office writer calc numbers document doc ppa terminal web draw math install update linux mint
Created: 7 months ago.
Last edited: 7 months ago.
Reviewed: 7 months ago by oscar799.
Read 0 times.

Comments
7 months ago

Anleoje
Thank you! :)  
7 months ago

efthialex
Very good tutorial with very good presentation.
Nice job.
 
7 months ago

Anleoje
Thank you blueXrider for the information! :D  
7 months ago

blueXrider
To integrate Libreoffice with your desktop environment, also install the following package:

- GNOME:

sudo apt-get install libreoffice-gnome

- KDE:

sudo apt-get install libreoffice-kde


When removing OpenOffice, the spellchecker and the language support package are also removed. Get these packages back to use with LibreOffice by installing the following package:

sudo apt-get install language-support-en
 
7 months ago

Anleoje
Simply i show you another form to install the latest version of LibreOffice ;)  
7 months ago

Anleoje
Yes, i know the PPA, but it's too old :( i tried it on Linux Mint Katya, I don't know if it work in another version of Linux Mint ;)  
7 months ago

remoulder
Or one could simply add ppa:libreoffice/ppa to software sources and wait a short time to get the new version via the normal updates.

You might also want to specify which version of mint this tutorial applies to
 

Other tutorials from Anleoje