Skip to content

Instantly share code, notes, and snippets.

@vicente-gonzalez-ruiz
Last active April 25, 2020 17:23
Show Gist options
  • Save vicente-gonzalez-ruiz/9488fe15bf9fba8c9251cb2f0936c167 to your computer and use it in GitHub Desktop.
Save vicente-gonzalez-ruiz/9488fe15bf9fba8c9251cb2f0936c167 to your computer and use it in GitHub Desktop.
Install retroarch in Manjaro
# 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