Skip to content
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

Add support for flatpak application installs #1527

Open
mwoodpatrick opened this issue Dec 23, 2023 · 1 comment
Open

Add support for flatpak application installs #1527

mwoodpatrick opened this issue Dec 23, 2023 · 1 comment

Comments

@mwoodpatrick
Copy link

mwoodpatrick commented Dec 23, 2023

Is your feature request related to a problem? Please describe.

I would like to install flatpak applications on my Photon OS distro

Describe the solution you'd like

Add support for installing flatpak application

Describe alternatives you've considered

Do it myself, investigating this option, to determine what is currently available including appstream.

Additional context

No response

@dcasota
Copy link
Contributor

dcasota commented Dec 26, 2023

fyi you could start tinkering with the following flatpak install proof-of-concept recipe.

Edited: Here an actual output.

root [ ~ ]# /usr/local/bin/flatpak remote-ls flathub | grep .GL.nvidia.55
nvidia-550-40-07        org.freedesktop.Platform.GL.nvidia-550-40-07            1.4
nvidia-550-40-53        org.freedesktop.Platform.GL.nvidia-550-40-53            1.4
nvidia-550-54-14        org.freedesktop.Platform.GL.nvidia-550-54-14            1.4
root [ ~ ]# /usr/local/bin/flatpak install flathub org.freedesktop.Platform.GL.nvidia-550-54-14

Note that the directories

'/var/local/lib/flatpak/exports/share'
'/root/.local/share/flatpak/exports/share'

are not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.

Looking for matches…


        ID                                                       Branch             Op            Remote             Download
 1. [✓] org.freedesktop.Platform.GL.nvidia-550-54-14             1.4                i             flathub            307.7 MB / 307.8 MB

Installation complete.

For make build secure open-source applications, see Tanzu Application Catalog. It offers built-in GUID concepts, verification matrix for kubernetes, cve-checks, sbom, etc.

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

No branches or pull requests

2 participants