https://flatpak.org/setup/Fedora/

Bruce Hohl brucehohl at gmail.com
Mon Feb 11 03:27:06 UTC 2019


Just a comment ... I got stuck at the subject page trying to load my first
flatpak but info at https://fedoramagazine.org/getting-started-flatpak/
helped.  I am sometimes thick but maybe a bit more info here would be
helpful :)

Ultimately, this is what I had to do for my first flatpak on Fedora/Xfce:
1 $ sudo dnf install flatpak

2 https://fedoramagazine.org/getting-started-flatpak/
  Install repo:
  $ sudo flatpak remote-add --if-not-exists flathub \
    https://flathub.org/repo/flathub.flatpakrepo

  Find package in repo:
  $ flatpak remote-ls flathub | grep -i abiword
  com.abisource.AbiWord

  Install package:
  $ sudo flatpak install flathub com.abisource.AbiWord

  Run package:
  $ flatpak run com.abisource.AbiWord

The installed (and fixed) package works great.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/flatpak/attachments/20190210/94191039/attachment.html>


More information about the Flatpak mailing list