i want to use ppsspp emulator on ubuntu. but i couldnt install due to some errors

This is what I see:

screenshot of my terminal

Maybe I should add some files to some directory. I'm extremely new to ubuntu so please give a detailed solution.

2

1 Answer

Here you have two problems with repositories - they do not have packages for Ubuntu 20.04 LTS.

So you need to remove these repositories at first with

sudo add-apt-repository -r ppa:danielrichter2007/grub-customizer
sudo add-apt-repository -r ppa:ppsspp/stable

and then add repository which provides ppsspp package:

sudo add-apt-repository ppa:samoilov-lex/retrogames
sudo apt-get update
sudo apt-get install ppsspp

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like