flatpak – get latest libreoffice
2017-03-20
102 words
1 min read
flatpak is tool similar to 0install. You can find more details here.
# Get the gnome-sdk gpg keys wget https://sdk.gnome.org/keys/gnome-sdk.gpg # Add the keys to trusted keys flatpak remote-add --user --gpg-import=gnome-sdk.gpg gnome https://sdk.gnome.org/repo/ # Install pre-requisite gnome flatpak install --user gnome org.gnome.Platform 3.20 # Download the flatpak file and install it. Or you can follow the next step. wget 'http://download.documentfoundation.org/libreoffice/flatpak/latest/LibreOffice.flatpak' flatpak install --user --bundle LibreOffice.flatpak # Install flatpak without downloading flatpak install --user gnome org.gnome.Platform.Locale 3.20 # Run you brand new shiny latest libreoffice flatpak run org.libreoffice.LibreOffice # At a later date, when you want to update libreoffice. flatpak update --user org.libreoffice.LibreOffice
Related Articles:
- 2010/06/22 Oracle GUI client on Linux with mysql support
- 2017/03/13 systemd – start service when you enable it
- 2016/12/26 Some nice fonts in Fedora for coding
- 2016/05/16 firewalld – enable logging
- 2015/11/30 Disk usage by file type
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.