Page 1 of 1

[SOLVED] PCSX2 PPA - This PPA does not support bionic

Posted: Sun Aug 19, 2018 3:05 am
by bradrar
I am trying to download the PSXC2 emulator on my PC. Before installing PCSX2, The website says I need to install a PPA from https://launchpad.net/~gregory-hainaut/ ... ficial.ppa

After putting

Code: Select all

 sudo add-apt-repository ppa:gregory-hainaut/pcsx2.official.ppa
in my terminal, It said this:

Code: Select all

HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.
This is my build:

Code: Select all

lsb_release -a

No LSB modules are available.
Distributor ID:	LinuxMint
Description:	Linux Mint 19 Tara
Release:	19
Codename:	tara

My question is, how can I install PCSX2 in my Linux Mint?

Re: PCSX2 PPA - This PPA does not support bionic

Posted: Sun Aug 19, 2018 4:34 am
by catweazel

Re: PCSX2 PPA - This PPA does not support bionic

Posted: Sun Aug 19, 2018 5:17 am
by smurphos
bradrar wrote: Sun Aug 19, 2018 3:05 am

Code: Select all

HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.
The most recent release is in the official bionic repo in any case. . So just run apt install pcsx2. No PPA required.

Re: PCSX2 PPA - This PPA does not support bionic

Posted: Sun Aug 19, 2018 5:22 am
by catweazel
smurphos wrote: Sun Aug 19, 2018 5:17 am
bradrar wrote: Sun Aug 19, 2018 3:05 am

Code: Select all

HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.
The most recent release is in the official bionic repo in any case. . So just run apt install pcsx2. No PPA required.
Good catch.

Re: PCSX2 PPA - This PPA does not support bionic

Posted: Sun Aug 19, 2018 5:29 am
by bradrar
catweazel wrote: Sun Aug 19, 2018 5:22 am
smurphos wrote: Sun Aug 19, 2018 5:17 am
bradrar wrote: Sun Aug 19, 2018 3:05 am

Code: Select all

HTTP Error 404: Not Found
Cannot add PPA: ''This PPA does not support bionic''.
The most recent release is in the official bionic repo in any case. . So just run apt install pcsx2. No PPA required.
Good catch.
Okay, Thank you