Downgrade a Flatpak-based application to a specific version
#linux
Find the Application ID you want to downgrade using flatpak list
.
Run remote-info --log
to get a log of previous versions.
flatpak remote-info --log flathub org.libreoffice.LibreOffice
Find the commit you want to revert to and then execute:
flatpak update --commit=a1f6bbb3e025b94180e6f1bb51b12be514a87399f56dec8d2fce228b9e9df801 org.libreoffice.LibreOffice
Unless specified otherwise, this work is licensed under a Creative Commons BY-NC-SA 4.0.