From fbafa2b437a90e949f78ad61e4034986542f773a Mon Sep 17 00:00:00 2001 From: tiyn Date: Tue, 20 Sep 2022 16:35:37 +0200 Subject: [PATCH] flatpak: added guide to run software --- wiki/linux/flatpak.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wiki/linux/flatpak.md b/wiki/linux/flatpak.md index 915f967..453a466 100644 --- a/wiki/linux/flatpak.md +++ b/wiki/linux/flatpak.md @@ -17,3 +17,8 @@ When software installation is done with Flatpak it is recommended to pass the `--user` so the software is not installed system-wide but for the user only. In practice it looks like the following: `flatpak install --user `. + +## Running software + +Software installed via flatpak can be run by typing the full package path into +the command line, for example `com.makemkv.MakeMKV`.