Setting up Linux version: Difference between revisions

Jump to navigation Jump to search
No edit summary
(Added installation instructions for Ubuntu using Gregorys's ppa and openSUSE with packman repo.)
Line 7: Line 7:
Include = /etc/pacman.d/mirrorlist</nowiki>
Include = /etc/pacman.d/mirrorlist</nowiki>


Next, you can simply install pcsx2 from the arch official repositories.
Ubuntu based distros add Gregory's PPA:
<source lang="bash">
apt-add repository ppa:gregory-hainaut/pcsx2.official.ppa
pacman -S pcsx2
 
</source>
openSUSE users need to add Packman repository. This will add the repo for version 13.2:
zypper ar -f http://packman.inode.at/suse/openSUSE_13.2/ packman
 
If use a different version of openSUSE (13.1, Tumbleweed, Factory) please visit [https://en.opensuse.org/Additional_package_repositories#Packman Packman]
 
 
Next, you can simply install pcsx2:
 
Archlinux:
pacman -S pcsx2
 
Ubuntu based:
apt-get install pcsx2
 
openSUSE (please only install the i586 package, x86_64 one has problems and so far is unsupported)
zypper install pcsx2.i586


==Configuration==
==Configuration==