<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>0install on Amit Agarwal Linux Blog</title>
    <link>/tags/0install/</link>
    <description>Recent content in 0install on Amit Agarwal Linux Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 20 Mar 2017 01:03:17 +0000</lastBuildDate>
    
	<atom:link href="/tags/0install/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>flatpak – get latest libreoffice</title>
      <link>/2017/03/20/flatpak-latest-libreoffice/</link>
      <pubDate>Mon, 20 Mar 2017 01:03:17 +0000</pubDate>
      
      <guid>/2017/03/20/flatpak-latest-libreoffice/</guid>
      <description>&lt;p&gt;flatpak is tool similar to 0install. You can find more details &lt;a href=&#34;http://flatpak.org/&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;pre class=&#34;brush:shell&#34;&gt;# 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 &#39;http://download.documentfoundation.org/libreoffice/flatpak/latest/LibreOffice.flatpak&#39;
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
&lt;/pre&gt;</description>
    </item>
    
  </channel>
</rss>
