Additional Packages #24
nishu-codes
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
AppImages? we can brainstorm on 3rd approach. still, the same issue with how to host libraries and CLI if we go with containers, |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can provide addition packages support using our PKGUPD. but the problem is the core system is immutable so we have 3 options (may be more):
I personally don't like the rpm-ostree model of package layering, as it require reboot every time on package additions and I don't know might create a mesh.
Need to check the performance overhead, not that good with KDE on rlxos 2016.
We can go with this approach, we can manage a separate repository at /opt/repo and packages at /opt/app1, /opt/app2 and use container --mount /opt/app1:/app --mount /usr:/usr:ro nearly like flatpak,
or
we can export app1, app2 directly to /opt/{bin,etc,share} hierarchy. With this we need to precheck for the duplicates and track the checkouts as ostree has no uncheckout option 😅️.
Beta Was this translation helpful? Give feedback.
All reactions