Setting up Linux version: Difference between revisions

No edit summary
(Minor changes to AppImage section. Total removal of outdated and unsupported package installation instructions.)
 
(37 intermediate revisions by 11 users not shown)
Line 1: Line 1:
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 [[Compiling on Linux | this guide here.]]
==Build==
See the [[PCSX2 Documentation/Compiling on Linux]] document.


==Arch Linux==
==AppImage ==
<source lang="bash">
Official builds for Linux are listed [https://pcsx2.net/downloads/ here]. Distro packages and other repository packages are third party builds and are not supported.
pacman -S pcsx2
</source>


==Debian==
{{General articles}}
<source lang="bash">
[[Category:Guides]]
apt-get install pcsx2
</source>

Latest revision as of 01:12, 14 March 2023

Build

See the PCSX2 Documentation/Compiling on Linux document.

AppImage

Official builds for Linux are listed here. Distro packages and other repository packages are third party builds and are not supported.