Last active
April 25, 2020 17:23
-
-
Save vicente-gonzalez-ruiz/9488fe15bf9fba8c9251cb2f0936c167 to your computer and use it in GitHub Desktop.
Install retroarch in Manjaro
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://snapcraft.io/install/retroarch/manjaro#install | |
sudo pacman -S snapd | |
sudo systemctl enable --now snapd.socket | |
sudo ln -s /var/lib/snapd/snap /snap | |
sudo snap install retroarch | |
retroarch | |
# Install cores | |
# Remove | |
sudo snap remove retroarch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment