Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

Quantal has 3.6. I feel that the new version is heavier - at least for my specs. (Beside having this problem).

How could I install an older version of LibreOffice?

share|improve this question

1 Answer

up vote 5 down vote accepted

I haven't done this, but you should be able to

1) uninstall the current version using Ubuntu Software center or sudo apt-get remove libreoffice-core

2) Then go to http://www.libreoffice.org/download/?nodetect or http://archive.services.openoffice.org/pub/openoffice-archive/stable/ for old versions of openoffice and download the .deb package for your environment.

3) Then install using sudo dpkg -i packagename.deb


A list of LibreOffice 3.3+ versions to download here - the source is this ask.libreoffice answer.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.