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

Flatpak package manager support #1619

Closed
smlx opened this issue Feb 23, 2024 · 3 comments
Closed

Flatpak package manager support #1619

smlx opened this issue Feb 23, 2024 · 3 comments
Assignees

Comments

@smlx
Copy link

smlx commented Feb 23, 2024

It would be nice to support flatpak package manager on Linux for package update checks.

Here's an example command to list upgradable packages:

$ flatpak remote-ls --updates
Name                 Application ID             Version                Branch       Arch
Google Chrome        com.google.Chrome          121.0.6167.184-1       stable       x86_64
Firefox              org.mozilla.firefox        122.0.1                stable       x86_64
@directionless
Copy link
Contributor

Do you know if the flatpak command has any options to produce structured data? (Like json) or additional information about whether something is a security update?

@smlx
Copy link
Author

smlx commented Feb 23, 2024

Unfortunately JSON output is an open feature request, and update metadata such as security are not supported.

@Micah-Kolide Micah-Kolide self-assigned this Feb 23, 2024
@directionless
Copy link
Contributor

Underlying support to launcher was added in #1635 via the kolide_flatpak_upgradeable table. Support has also been added to the Kolide product. (Thanks @Micah-Kolide !)

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

No branches or pull requests

3 participants