Skip to content

Instantly share code, notes, and snippets.

@N0067H
Last active October 20, 2023 02:49
Show Gist options
  • Save N0067H/ecdccdd3d1dd7ea64f3c51216000b4fc to your computer and use it in GitHub Desktop.
Save N0067H/ecdccdd3d1dd7ea64f3c51216000b4fc to your computer and use it in GitHub Desktop.
Installing QT5 on Debian Linux
sudo apt-get install qt-default
# If above command doesn't work, execute this
# sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment