# 使用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
```
