mirror of
https://github.com/tiyn/wiki.git
synced 2025-10-29 01:31:16 +01:00
flatpak: added guide to run software
This commit is contained in:
@@ -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.
|
`--user` so the software is not installed system-wide but for the user only.
|
||||||
In practice it looks like the following:
|
In practice it looks like the following:
|
||||||
`flatpak install --user <package to install>`.
|
`flatpak install --user <package to install>`.
|
||||||
|
|
||||||
|
## Running software
|
||||||
|
|
||||||
|
Software installed via flatpak can be run by typing the full package path into
|
||||||
|
the command line, for example `com.makemkv.MakeMKV`.
|
||||||
|
|||||||
Reference in New Issue
Block a user