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?
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?
I haven't done this, but you should be able to
Uninstall the current version using Ubuntu Software center or sudo apt-get remove libreoffice-core
Then go to either:
Then install using sudo dpkg -i packagename.deb
Source for the full list of older LibreOffice versions is this ask.libreoffice answer.
LibO_3.3.4_Linux_x86-64_install-deb_en-US.tar.gz
(It is hard to miss that file between so much files present)
– Jaime Hablutzel
Feb 11 '14 at 22:40
Old (and magically also most new) versions at:
Be careful to download from /deb folder.
After download:
cd ~/home/monos/Downloads/LibreOffice_4.1.4.2_Linux_x86-64_deb
sudo dpkg -i *.deb
well done! libreoffice is installed!