설치

페도라 리눅스에서 설정

만약 이미 설치하지 안았다면 flatpak 꾸러미를 설치하세요:

$ sudo dnf install flatpak

(로그 아웃 하고 다시 로그인이 필요 할 수도 있습니다.)

On Fedora systems, installing the flatpak package also installs the fedora-testing remote, but in disabled state. To enable it, run:

$ flatpak remote-modify --enable fedora-testing

Setup on Other Systems

First, install the flatpak package through your system’s native package manager.

Then, add the Fedora stable flatpak remote:

$ flatpak remote-add --title "Fedora Flatpaks" fedora oci+https://registry.fedoraproject.org

Optionally, add the Fedora testing flatpak remote:

$ flatpak remote-add --title "Fedora Flatpaks (testing)" fedora-testing oci+https://registry.fedoraproject.org#testing

사용법

If installation succeeded, you can now install runtimes, SDKs, or applications:

$ flatpak install fedora APP_ID

Graphical package managers (such as GNOME Software or KDE Plasma Discover) also allow for installation of applications by selecting the "Fedora Flatpaks" software source.