MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 13 as of 2024-07-25 21:29:24
  • flatpak

flatpak

  • https://docs.flatpak.org/en/latest/introduction.html

a system for building, distributing, and running sandboxed desktop applications on Linux.

Flatpak allows applications to be installed and run on virtually any Linux distribution. This includes non-GNU distributions, systemd-free distributions, distributions with a read-only operating system (OS), and various architectures without the developer needing the relevant hardware on hand.

Rootless install: elevated privileges are not required when installing a Flatpak application or a runtime.

  • https://docs.flatpak.org/en/latest/under-the-hood.html

Flatpak is built on top of a technology called OSTree, which is influenced by and very similar to the Git version control system.

  • https://docs.flatpak.org/en/latest/first-build.html

Slackbuilds

  • https://slackbuilds.org/repository/15.0/desktop/flatpak/

This requires: xdg-desktop-portal-gtk, bubblewrap, ostree, appstream-glib

Slackware - Slackpkg

   1 sudo slackpkg update 
   2 sudo slackpkg install appstream-glib ostree xdg-desktop-portal-gtk bubblewrap
   3 sudo slackpkg install flatpak flatpak-builder
   4 # https://flathub.org/apps/org.inkscape.Inkscape
   5 flatpak --user remote-add --if-not-exists flathub \
   6      https://dl.flathub.org/repo/flathub.flatpakrepo
   7 flatpak install flathub org.inkscape.Inkscape
   8 flatpak run org.inkscape.Inkscape
   9 flatpak list
  10 flatpak info org.inkscape.Inkscape
  11 flatpak list --columns=name,size
  12 flatpak remove org.inkscape.Inkscape

debian

   1 sudo apt install flatpak flatpak-builder
   2 flatpak --user remote-add --if-not-exists flathub \
   3      https://dl.flathub.org/repo/flathub.flatpakrepo
   4 flatpak install org.supertux.SuperTux-Milestone1
   5 flatpak run org.supertux.SuperTux-Milestone1
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01