clementgallet / libTAS

GNU/Linux software to (hopefully) give TAS tools to games
GNU General Public License v3.0
494 stars 56 forks source link

Package 'qt5-default' has no installation candidate (on Ubuntu) #586

Closed Masterjun3 closed 8 months ago

Masterjun3 commented 9 months ago

On my newly installed Ubuntu 22.04.3 I tried using the command from the readme to install build dependencies: apt-get install build-essential automake pkg-config libx11-dev libx11-xcb-dev qtbase5-dev qt5-default libsdl2-dev libxcb1-dev libxcb-keysyms1-dev libxcb-xkb-dev libxcb-cursor-dev libxcb-randr0-dev libudev-dev liblua5.4-dev libasound2-dev libavutil-dev libswresample-dev ffmpeg and it gives me an error:

Package qt5-default is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'qt5-default' has no installation candidate
Masterjun3 commented 9 months ago

Ah, I just removed that one and only installed all the other dependencies, and it built successfully and I can start libTAS without problems.