# Startet Programm aus branch stable oder master
flatpak run --branch=stable com.github.vkohaupt.vokoscreenNG
flatpak run --branch=master com.github.vkohaupt.vokoscreenNG


flatpak uninstall com.github.vkohaupt.vokoscreenNG
# Wenn zwei Versionen installiert sind wird abgefragt welche gelöscht werden soll


# Löscht Profile von gelöschten Programme
flatpak uninstall --unused --delete-data


# Verwendete Laufzeitumgebung anzeigen
flatpak list --app --columns=application,runtime


# Unterstützung mit pkg-config auflisten
flatpak run org.freedesktop.Sdk//23.08
pkg-config --list-all

flatpak run org.kde.Sdk//6.6
pkg-config --list-all
