add openSUSE instructions

Avindra Goolcharan 2017-08-06 14:20:03 -04:00
parent 55281af161
commit 575fc77b8d
1 changed files with 10 additions and 0 deletions

@ -167,6 +167,16 @@ Then install PCSX2 by terminal command:
sudo dnf install pcsx2
```
## OpenSUSE Tumbleweed
Just add the `Emulators` repo and install pcsx2
```
sudo su - # (become root)
zypper ar http://download.opensuse.org/repositories/Emulators/openSUSE_Tumbleweed/Emulators.repo
zypper ref
zypper in pcsx2
```
## Ubuntu PPA
With multiarch functionality, you can install a 32-bit PPA on a 64-bit Ubuntu. You need at least Ubuntu 12.04 (Precise) to do this.