> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/shi-yong-flatpack-an-zhuang-retroarch.md).

# 使用FlatPack安裝Retroarch

{% embed url="<https://retroarch.com/?page=platforms>" %}

{% embed url="<https://flathub.org/apps/details/org.libretro.RetroArch>" %}

Flatpak 是種可以在許多不同 Linux 散佈版上，安全執行 Linux 應用程式映像檔的新發佈格式

### Debian & Ubuntu

```
apt install flatpak
flatpak install --user org.libretro.RetroArch.flatpakref
```

### 執行

```
flatpak run org.libretro.RetroArch
```
