Setting up Linux version: Difference between revisions

From PCSX2 Wiki
Jump to navigation Jump to search
m (add link for appimage and remove outdated link to packages)
(Minor changes to AppImage section. Total removal of outdated and unsupported package installation instructions.)
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:
See the [[PCSX2 Documentation/Compiling on Linux]] document.
See the [[PCSX2 Documentation/Compiling on Linux]] document.


 
==AppImage ==
==appimage ==
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.
As of 1.7 theirs app-images for the Linux OS ,  listed at https://pcsx2.net/downloads/ , and other distro package are third party builds and not supported  
 
==GNU/Linux distribution packages==
 
===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 <code>/etc/pacman.conf</code>:
<nowiki>
[multilib]
Include = /etc/pacman.d/mirrorlist</nowiki>
 
Next, you can simply install PCSX2 using the package manager:
pacman -S pcsx2
 
===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 [https://en.opensuse.org/Additional_package_repositories#Packman 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 [https://docs.fedoraproject.org/en-US/quick-docs/setup_rpmfusion/ rpmfusion-nonfree repository].
 
<source>
# dnf install pcsx2
</source>
 
==Configuration==


{{General articles}}
{{General articles}}
[[Category:Guides]]
[[Category:Guides]]

Latest revision as of 01:12, 14 March 2023