Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
(Add Fedora installation instructions)
(For sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily: You need to install the pcsx2-unstable package, not pcsx2)
Line 15: Line 15:
===Debian/Ubuntu based distros===
===Debian/Ubuntu based distros===


# Add ''one'' of the following two repositories:
====Stable (32-bit)====
#* PCSX2 Daily Builds PPA (development version): <pre>sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily</pre>
#* Gregory's PPA (stable version): <pre>sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa</pre>
#* Gregory's PPA (stable version): <pre>sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
# Install PCSX2: <pre>sudo apt-get install pcsx2</pre>
# Install PCSX2: <pre>sudo apt-get install pcsx2</pre>
====Unstable (64-bit)====
#* PCSX2 Daily Builds PPA (development version): <pre>sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily</pre>
# Update repository listings: <pre>sudo apt-get update</pre>
# Install pcsx2-unstable: <pre>sudo apt-get install pcsx2-unstable</pre>


===openSUSE===
===openSUSE===

Revision as of 11:52, 2 September 2022

The following is a guide on how to install the latest stable version of PCSX2 on Linux. If you want to try the latest unstable builds, please refer to this guide here.

Installation

Arch Linux

If you are running 64-bit Arch Linux, you will need to enable access to the multilib repository, so you can obtain 32-bit libraries. You can do this by uncommenting the following lines in /etc/pacman.conf:

[multilib]
Include = /etc/pacman.d/mirrorlist

Next, you can simply install PCSX2 using the package manager:

pacman -S pcsx2

Debian/Ubuntu based distros

Stable (32-bit)

    • Gregory's PPA (stable version):
      sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
  1. Update repository listings:
    sudo apt-get update
  2. Install PCSX2:
    sudo apt-get install pcsx2

Unstable (64-bit)

    • PCSX2 Daily Builds PPA (development version):
      sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily
  1. Update repository listings:
    sudo apt-get update
  2. Install pcsx2-unstable:
    sudo apt-get install pcsx2-unstable

openSUSE

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 using a different version of openSUSE (13.x, Tumbleweed, Factory) please visit Packman

(please only install the i586 package, x86_64 one has problems and so far is unsupported)

zypper install pcsx2.i586

Fedora

You can install PCSX2 from the rpmfusion-nonfree repository.

<source>

  1. dnf install pcsx2

</source>

Configuration