Skip to content

Installation on Arch Linux and Debian

User0 edited this page Jun 5, 2024 · 5 revisions

EmuGUI on Linux(Debian/Arch Linux)

To install EmuGUI on "Debian", follow these steps:

  1. Download the latest .deb from the releases tab.

2. Open a terminal instance in the folder where the .deb is located.
3. Run ```apt install ./deb-name.deb``` (replace "deb-name" with the name of your downloaded .deb)   The installation of EmuGUI starts.

To install EmuGUI on "Arch Linux", follow these steps:

  1. Download the latest .tar.zst from the releases tab.

2. Open a terminal instance in the folder where the .deb is located.
3. Run ```apt install ./zst-name.tar.zst``` (replace "zst-name" with the name of your downloaded .tar.zst)   The installation of EmuGUI starts.

Documentation by user0.

Clone this wiki locally