Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
(→‎PPA: ======Ubuntu 20.4, and 22.04======)
Line 14: Line 14:


===Debian/Ubuntu based distros===
===Debian/Ubuntu based distros===
'''WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support this instruction set, it does not have enough horsepower to run this emulator.'''


====PCSX2 stable (32-bit)====
====Ubuntu 22.04====
'''WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support this instruction set, it does not have enough horsepower to run this emulator.'''


=====Default package=====
=====PCSX2 stable (32-bit)=====
# Install PCSX2: sudo apt-get install pcsx2
sudo apt-get install pcsx2


======Ubuntu 22.04======
=====PCSX2 unstable (64-bit=====
# Install PCSX2: sudo apt-get install pcsx2
See [https://launchpad.net/~pcsx2-team/+archive/ubuntu/pcsx2-daily PCSX2 Daily Builds PPA]


=====PPA=====
====Ubuntu 20.04====
# 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>
# Install PCSX2: <pre>sudo apt-get install pcsx2</pre>


======Ubuntu 20.04 (error)======
=====PCSX2 stable (32-bit) -- error=====
# Gregory's PPA (stable version):
See [https://launchpad.net/~gregory-hainaut/+archive/ubuntu/pcsx2.official.ppa official ppa for pcsx2 team gregory]
<pre>
<pre>
sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
Line 42: Line 39:
</pre>
</pre>


====PCSX2 unstable (64-bit)====
=====PCSX2 unstable (64-bit)=====
 
See [https://launchpad.net/~pcsx2-team/+archive/ubuntu/pcsx2-daily PCSX2 Daily Builds PPA]
=====PPA=====
# 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>
 
======Ubuntu 20.4, and 22.04======
# 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 14:08, 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

WARNING: It requires a CPU with SSE2 instructions. If your CPU does not support this instruction set, it does not have enough horsepower to run this emulator.

Ubuntu 22.04

PCSX2 stable (32-bit)

sudo apt-get install pcsx2

PCSX2 unstable (64-bit

See PCSX2 Daily Builds PPA

Ubuntu 20.04

PCSX2 stable (32-bit) -- error

See official ppa for pcsx2 team gregory

sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
Err:5 http://ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu focal Release
  404  Not Found [IP: 185.125.190.52 80]
Hit:6 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/gregory-hainaut/pcsx2.official.ppa/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
PCSX2 unstable (64-bit)

See PCSX2 Daily Builds PPA

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