diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index c4535c1..047ad49 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -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.