How to "properly" downgrade LibreOffice versions deals with a downgrade from 3.5 to 3.4.*. Is there any way to nicely downgrade LibreOffice 4.0 to 3.6? The latter is not in the package lists.
Background: It is because of this bug which is about the incompatibility of an extension which should really be core functionality. Essentially, 4.0 just does not deal with templates in an intelligent way. You cannot fully apply a template to an existing document.
Update: based on apt-cache showpkg libreoffice
(found on How to Downgrade a Package via apt-get?) one can confirm that only LibreOffice 4.* is in the repositories.
For me this worked:
Then remove ppa for LibreOffice4 Add ppa for LibreOffice3.6
via synaptic reinstall packages which make problems for me it was libexttextcat
Install LibreOffice via synaptic.
There is a way to downgrade but not as "nicely" as I would like.
sudo apt-get install synaptic
sudo apt-get purge libreoffice
sudo add-apt-repository ppa:libreoffice/libreoffice-3-6
sudo apt-get update
sudo apt-get install libreoffice=1:3.6.6-0ubuntu1~precise1~ppa1
. I never done this but there is information on how to install specific version here.Hope this helps.
Had this problem of downgrade too (from 4.1 to 4.0.4 ). Found this solution in a libroffice page & it's working fine!
Source: https://wiki.documentfoundation.org/ReleaseNotes/4.1#Most_Annoying_Bugs