Ade Malsasa Akbar contact
Senior author, Open Source enthusiast.
Thursday, January 11, 2018 at 22:08


This short tutorial explains how to install Qt Creator on Trisquel 8 "Flidas". You will get the IDE version 3.5.1 and Qt Framework 5.5.1 from the official repository. By this setup, you will get a complete C++ programming tools to create GUI desktop applications that are crossplatform (for GNU/Linux, Windows, and macOS). Happy coding!

Subscribe to UbuntuBuzz Telegram Channel to get article updates directly.

Install Qt Creator


This command line should installs Qt Creator along with all needed libraries and tools:
$ sudo apt-get install qtcreator 

Note: this downloads around +/-100MB of data.


Install Examples and Manual


Without these packages, you will find Examples inside Qt Creator missing.
$ sudo apt-get install qtbase5-doc-html qtbase5-examples qt5-default

Note: this downloads around +/-50MB of data.


Start Programming


You can find Qt Creator on the desktop menu and run it.

Qt Creator running on Trisquel



This article is licensed under CC BY-SA 3.0.