..:: PCSX2 Forums ::..

Full Version: How do i install pcsx2 on fedora 22?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I have Fedora 22 and i cant install pcsx2 its not in the RPM fusion repos for fedora 22. do i have to compile from source? if i do how do i do it?
Have you tried googling it?

I mean I just typed 'Fedora' into the search box and found this:
Thread PCSX2 for Fedora

Why haven't you tried that first?
(07-10-2015, 09:30 PM)willkuer Wrote: [ -> ]Have you tried googling it?

I mean I just typed 'Fedora' into the search box and found this:
Thread PCSX2 for Fedora

Thats not for Fedora 22
For 1 thing fedora 22 uses the new DNF package manager.
Tried dnf localinstall instead of yum localinstall? (so first post in the thread, section 2 : manual install including manual download)

Yum should have a direct forward to dnf on Fedora 22.



(so just replace all yum's by dnf's)
You sure it's not?

It seems to be in RPM Fusion Nonfree: http://download1.rpmfusion.org/nonfree/f...group.html
(07-10-2015, 09:43 PM)agent00skid Wrote: [ -> ]You sure it's not?

It seems to be in RPM Fusion Nonfree: http://download1.rpmfusion.org/nonfree/f...group.html

im not sure i have the non-free repos, i had trouble trying to install it

It says i have it but i cant install it for some reason it says it cant find the package
in the terminal it says "No package pcsx2 available.
Error: no package matched: pcsx2"
(07-10-2015, 10:07 PM)willkuer Wrote: [ -> ]configure RPM Fusion repositories on your Fedora 22

they are already installed, both of them
Code:
dnf install http://download1.rpmfusion.org/nonfree/fedora/development/22/i386/os/pcsx2-1.2.1-1.fc22.i686.rpm
or maybe
Code:
dnf --nogpgcheck install http://download1.rpmfusion.org/nonfree/fedora/development/22/i386/os/pcsx2-1.2.1-1.fc22.i686.rpm
?
Pages: 1 2