3

Since 2012 I have been using LibreOffice provided by this PPA. But yesterday, I made an upgrade which contains a bug that messes with all my Sheets.

While I wait for a fix, I want to downgrade from the current version 4.2.0.4 to the previous version 4.2.0.3.

I've found several articles to downgrade from the PPA to "default" version 3.6 but none that downgrade to a specific PPA version:

Is it possible to do a version downgrade using standard apt commands?

josircg
  • 1,239

2 Answers2

0

One way to do this would be to manually download the necessary .deb files from the PPA, then using sudo dpkg --force-downgrade -i your_libo_package.deb. Be careful with this option and be sure to have read man dpkg before using it.

For a more detailed account of this downgrade procedure see:

landroni
  • 5,941
  • 7
  • 36
  • 58
0

It is, just do sudo apt-get install libreoffice=version. It will downgrade, remove and install to whatever version you want.

Braiam
  • 67,791
  • 32
  • 179
  • 269