Installing qt-creator

Hi there,
I’m a Linux noob, but want to use qt-creator for the performance boost.
How can I install qt-creator on clear linux? I haven’t seen it in the software repo, and the qt website only gives me a .run file.

If you are looking to install Qt Creator only using the .run file, you can execute it. There is an option for installing it without the other software.
From the terminal, in the folder where you have the file (E.G. qt-unified-linux-x64-3.1.1-online.run in Downloads):

cd Downloads
chmod +x qt-unified-linux-x64-3.1.1-online.run
./qt-unified-linux-x64-3.1.1-online.run

Screenshot%20from%202019-05-17%2017-52-32

1 Like