You are on page 1of 2

26/01/22, 18:10 [Guide] Flatpak App - Install and use Flatpak - JingOS / JingOS Guides - JingOS

[Guide] Flatpak App - Install and use Flatpak

bboett ott '21

Flatpak (Using Flatpak — Flatpak documentation ) is a free (as in fully open source) alternative to Snap packages.
First of all, with jingos 1.0 the ca-certificates are out of date, you need to update them by downloading the last version:

Index of /ubuntu/pool/main/c/ca-certificates

Download the last deb file (the “…all.deb” one:


ca-certificates_202XYYZZ_all.deb
Install it:

cd ~/Downloads
sudo dpkg -i ca-certificates_202XYYZZ_all.deb

Then, install Flatpak:


sudo apt-get install flatpak

Now Flatpak is installed, but is not configured:

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Then you can proceed, by searching for something, in my example I’m looking for “Fluffy Chat”:

flatpak search FluffyChat

and then installing it:

sudo flatpak install FluffyChat

This will install the binary and its dependencies!

then, check what is installed:

flatpak list --app

and run it:

flatpak run the.id.found.in.list

…Unfortunately flatpaks are broken too ATM, they fail with the following issue:

bwrap: Can't mount proc on /newroot/proc: Device or resource busy

…But one day, maybe…

[INDEX] JingOS: Info, Guides, Software, etc

Maxximo88 ott '21

Great work @bboett


I added your guide to the Index:

[INDEX] JingOS: Info, Guides, Software, etc

Thanks!

Glockdoc nov '21

I have downloaded a kde weather flatpack, how do I get it to work? I manged to get it installed following the guide on the kde site for debian,
but it won’t launch.

Passa al contenuto principale


bboett dic '21

https://forum.jingos.com/t/guide-flatpak-app-install-and-use-flatpak/2206 1/2
26/01/22, 18:10 [Guide] Flatpak App - Install and use Flatpak - JingOS / JingOS Guides - JingOS

you read the end of my guide??

https://forum.jingos.com/t/guide-flatpak-app-install-and-use-flatpak/2206 2/2

You might also like