6

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 can see the sense in requiring an older version. LibreOffice Writer 6.0 and 7.0 in combination with Ubuntu 20.04 O/S introduces a bug in endnotes you can waste days researching and trying to fix unsuccessfully. One step forward two steps back. Whatever happened to the old saying If it ain't broke don't fix it? On Ubuntu 18 and older version of Libre Writer, everything worked fine. Introducing new versions before testing thoroughly makes people think twice about accepting updates at all. – user1157741 Dec 14 '20 at 12:09

2 Answers2

11

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 either:

    • this page for the latest stable versions of the two current branches;
    • this list of older LibreOffice versions;
    • or this page for even older versions of OpenOffice;
    • and download the .deb package for your environment.
  3. Then install using sudo dpkg -i packagename.deb


Source for the full list of older LibreOffice versions is this ask.libreoffice answer.

stragu
  • 1,958
JIm
  • 521
  • 1
    It worths noting that from example from this URL http://downloadarchive.documentfoundation.org/libreoffice/old/3.3.4.1/deb/x86_64/ the main installation package will have a name like this one 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
4

Old (and magically also most new) versions at:

Be careful to download from /deb folder.

After download:

  1. extract archive.
  2. go in the /DEBS folder.
  3. "open in terminal" or alt+ctrl+t
  4. cd ~/home/monos/Downloads/LibreOffice_4.1.4.2_Linux_x86-64_deb
  5. sudo dpkg -i *.deb

well done! libreoffice is installed!

fossfreedom
  • 172,746
zwok
  • 41
  • 2