Flatpak & Flathub

From Kiwix
Revision as of 09:45, 8 January 2019 by Kelson (talk | contribs) (Created page with "With Kiwix Desktop 2.0, we propose a Flatpak file to download. To install it here is the procedure: <source land="bash"> # Install Flatpak (on Debian/Ubuntu) $ sudo apt-get i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

With Kiwix Desktop 2.0, we propose a Flatpak file to download. To install it here is the procedure:

# Install Flatpak (on Debian/Ubuntu)
$ sudo apt-get install flatpak

# Install Flathub (for the dependencies)
$ flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

# Download the Kiwix Desktop Flatpak
$ wget https://download.kiwix.org/release/kiwix-desktop/org.kiwix.Client.2.0-beta2.flatpak

# Install Kiwix Desktop
$ flatpak install org.kiwix.Client.2018-12-10.flatpak

# Run Kiwix Desktop (but Kiwix should be available through your app launcher anyway)
flatpak run org.kiwix.Client