I'm trying to install a piece of software that require SDL2 first but I'm having trouble installing SDL2 on Ubuntu. Most sites I've searched have said to do:
sudo apt-get install libsdl2-2.0
or
sudo apt-get install libsdl2-dev
But I'm always getting similar errors:
E: unable to locate package libsdl2-2.0
or
E: unable to locate package libsdl2-dev
I've tried doing sudo apt-get update, and it does its thing, but the errors above still persist.
I'm on Ubuntu 20.04.4
universe
repository – steeldriver Apr 09 '22 at 17:55