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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/shi-yong-flatpack-an-zhuang-retroarch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
