From 575fc77b8d3eabec6e4d3053d3b87ce3f4028387 Mon Sep 17 00:00:00 2001 From: Avindra Goolcharan Date: Sun, 6 Aug 2017 14:20:03 -0400 Subject: [PATCH] add openSUSE instructions --- Installing-on-Linux.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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.