Hello I am VERY new to Linux when I started I bought a thumb drive and decided to Install Ubuntu 19.04 to a partition on my Internal Drive. I looked for some classic NES emulators and Playstation emulators. As looking for some emulators I found out that there is an apt already in the files of Ubuntu so I opened to terminal and ran the command to install PCSXR. Looking for some ROMS to download to play on my newly installed emulator the files were mostly .zip as a big time Windows fan I extracted them and looked for a Setup.exe application to run the install but can't seem to find them any files. I also tried to downloading some other emulators and adding some PPA but I got an error message reading
alexdavis1998@Alex-Davis:~$ sudo apt-add-repository ppa:gregory-hainaut/pcsx2.official.ppa
The Official pcsx2 ppa, provided by the pcsx2 team. This ppa contains a
regular package snapshot of pcsx2. We are not package experts, but we
try to follow the debian policy.
* We suggest you use https// to
report issues with pcsx2.
* The package is 32bit only, but can be installed on systems that fully
support multiarch. You need at least Ubuntu Precise.
* This PPA provides the latest stable versions (1.4). Daily unstable build can be downloaded from this
* PPA doesn't allow to upload package on unsupported Ubuntu. In short it only remains LTS and latest version.
More info: https//
Press [ENTER] to continue or Ctrl-c to cancel adding it.
Ign:1 http// stable InRelease
Hit:2 http// disco-security InRelease
Hit:3 http// disco InRelease
Hit:4 http// disco-updates InRelease
Hit:5 http// stable Release
Hit:6 http// disco-backports InRelease
Ign:7 http// disco InRelease
Ign:8 http// disco InRelease
Err:10 http// disco Release
404 Not Found [IP: 91.189.95.83 80]
Err:11 http// disco Release
404 Not Found [IP: 91.189.95.83 80]
Reading package lists... Done
E: The repository 'http// disco 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.
E: The repository 'http// disco 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.Is this because Ubuntu 19.04 was just released and isn't supported by alot of PPA's yet. I'm stuck and thinking of deleting the OS and going to an older version 18.04
Thanks for all the help
33 Answers
Try retroarch. add the ppa with:
sudo add-apt-repository ppa:libretro/stable && sudo apt-get update && sudo apt-get install retroarch*for stable or
sudo add-apt-repository ppa:libretro/testing && sudo apt-get update && sudo apt-get install retroarch* for testing. After that install the cores for the emulator you want. (from )
As ppa's are unofficial, you have to depend on the maintainers, sometimes a single person. Some ppas will only provide packages for (the last) LTS, some only for the last version. As 19.04 is relatively new, it might take some days/weeks until the maintainers have packages ready.
There is a related issue on the github account (Ubuntu Cosmic repository does not have a release file).
With the author answering:
I don't plan to add it for multiples reasons
- I don't have any free time
- Some GCC workarounds must be backported to 1.4 branch (back to first point)
- 1.4 is rather outdated
There is another ppa available with latest dev version (check pcsx2.net for the link).
The issue is about 18.10, but I assume it is the same for 19.04.
You can use the daily builds ppa instead:
sudo add-apt-repository ppa:pcsx2-team/pcsx2-daily
sudo apt install pcsx2.snapshot I can recommend to use official packages - pcsxr and pcsx2.
So you remove the problematic PPAs with:
sudo add-apt-repository -r ppa:gregory-hainaut/pcsx2.official.ppa
sudo add-apt-repository -r ppa:sergio-br2/vbam-trunkand install packages from universe repository with
sudo add-apt-repository universe
sudo apt install pcsxr pcsx2