Below you will find pages that utilize the taxonomy term “Libreoffice”
Posts
read more
Using Flatpak to install LibreOffice on Fedora 24
After someone told me that a PDF I’d created in Calligra Office was illegible and having issues with spreadsheets loading slowly, I decided to install LibreOffice. However, rather than go with the version in the repos, I decided to go with Flatpak - which allows for a more advanced version via the usage of runtimes. First, I had to install Flatpak:
[code language=“bash”]
sudo dnf install flatpak
[/code]
Then I needed to install the runtimes. The LibreOffice page uses the –user tag, but I think that is just for installing it just to yourself rather than for the whole system. So I am omitting that.