I need an easy explanation because I am very new to Linux and I want to use an app that makes use of qt5 as requested by their website.
1 Answer
This would be a one-liner in Terminal, but let's make sure you're updating apt first:
- Update
apt:sudo apt update - Install qt5:
sudo apt install qt5-default - There is no step 3
That should do it for you 👍🏻
1