New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider support for Flatpak/snapd #2766

Open
v6ak opened this Issue Apr 20, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@v6ak

v6ak commented Apr 20, 2017

Both Flatpak and Snapd can be eused alogside of usual package managers. Flatpak seems to be more interesting, because it supports per-user installation. So, if you need a specific app in one VM (e.g., Skype or Spotify), you can install it there without affecting the template and without cloning it. Snapd does not seem to (currently) support it.

For snapd support, it should be relatively easy:

  • Perform snaps updates when updating apt/yum/pacman/… packages.
  • Check for snap updates when updating apt/yum/pacman/… packages.

For basic support of Flatpak, it is the same:

  • Perform Flatpak updates when updating apt/yum/pacman/… packages.
  • Check for Flatpak updates when updating apt/yum/pacman/… packages.

For user installs, it might be a little harder:

  • Allow a template-based VM to perform its own updates.
  • Split user Flatpak updates and system Flatpak updates.

Related discussion: https://groups.google.com/forum/#!topic/qubes-users/VDs-5y6tUlI

@tapir1

This comment has been minimized.

Show comment
Hide comment
@tapir1

tapir1 Apr 23, 2018

Any updates towards this milestone? I'm eager to have this.

tapir1 commented Apr 23, 2018

Any updates towards this milestone? I'm eager to have this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment