Glam Prestige Journal

Bright entertainment trends with youth appeal.

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:

  1. Update apt:
    sudo apt update
  2. Install qt5:
    sudo apt install qt5-default
  3. There is no step 3

That should do it for you 👍🏻

1

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