1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-11-07 05:31:17 +01:00

proton: added proton and proton ge

This commit is contained in:
2022-10-31 01:09:16 +01:00
parent ef5bace8cd
commit 4f0e9f4e5b
4 changed files with 53 additions and 26 deletions

View File

@@ -1,16 +1,21 @@
# Flatpak
Flatpak is a cross-distribution package manager for linux systems.
[Flatpak](https://flatpak.org/) is a cross-distribution package manager for
linux systems.
## Setup
The `flatpak` package can be installed by most distribution specific package
managers (e.g. [pacman or yay](./arch-linux/pacman_and_yay.md)).
After installation it is important to add [flathub](https://flathub.org/home),
a source for many flatpak packages.
a source for many Flatpak packages.
The addition of this can be done by running
`flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo`.
For browsing and installing Flatpak packages via a graphic user interface the
software management suite called Discover can be used.
It requires the Flatpak backend.
## Installing software
When software installation is done with Flatpak it is recommended to pass the
@@ -20,5 +25,5 @@ In practice it looks like the following:
## Running software
Software installed via flatpak can be run by typing the full package path into
Software installed via Flatpak can be run by typing the full package path into
the command line, for example `com.makemkv.MakeMKV`.