Replies: 2 comments
-
flatpak is also a widely supported and feature rich sandboxed packaging alternative for linux |
Beta Was this translation helpful? Give feedback.
0 replies
-
one thing to point here is these formats allow limited host access so if filecentipede has some systemd dependency or any daemon mechanism these sandbox packaging formats are not ideal for this type of use case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Appimage is one of widely supported self contained packaging format on linux. Its relatively easy to package a program as appimage. Benefit is it will work on all linux distros even distros like nixos or guix.
I am running nixos and there is no way to use this program on nixos. While there is some discussion going on about native nixos package it but packaging this as appimage will go a long way.
Beta Was this translation helpful? Give feedback.
All reactions