HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

flatpak remote-info — Show information about an application or runtime in a remote. More information: <https://docs.flatpa

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandflatpak remote-infoshowruntimecliinformationaboutapplication
linux

Problem

How to use the flatpak remote-info command: Show information about an application or runtime in a remote. More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-remote-info>.

Solution

flatpak remote-info — Show information about an application or runtime in a remote. More information: <https://docs.flatpak.org/en/latest/flatpak-command-reference.html#flatpak-remote-info>.

Show information about a flatpak:
flatpak remote-info {{remote_name}} {{com.example.app}}


Show a log of previous versions in a remote:
flatpak remote-info --log {{remote_name}} {{com.example.app}}


Show information about the specific commit, rather than the latest version:
flatpak remote-info --commit {{COMMIT}} {{remote_name}} {{com.example.app}}

Code Snippets

Show information about a flatpak

flatpak remote-info {{remote_name}} {{com.example.app}}

Show a log of previous versions in a remote

flatpak remote-info --log {{remote_name}} {{com.example.app}}

Show information about the specific commit, rather than the latest version

flatpak remote-info --commit {{COMMIT}} {{remote_name}} {{com.example.app}}

Context

tldr-pages: linux/flatpak remote-info

Revisions (0)

No revisions yet.