-
Notifications
You must be signed in to change notification settings - Fork 20
Installation on Arch Linux and Debian
User0 edited this page Jun 5, 2024
·
5 revisions
To install EmuGUI on "Debian", follow these steps:
- 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:
- 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.