How to Install QT Creator on Ubuntu 20.4.1
To Install QT Creator on Ubuntu 20.4.1
Introduction:
Qt Creator is a cross-platform C++, JavaScript development environment for the Qt GUI application framework that supports any OS such as Linux, Microsoft Windows, and mac OS. This video will cover the installation of QT Creator on Ubuntu 20.4.1. Check the Os version by Using the below command:
root@linuxhelp:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal
Update the system repository using the following command
root@linuxhelp:~# apt-get update
Hit:1 http://in.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:4 http://in.archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists... Done
Install a QtCreator as follows
root@linuxhelp:~# apt-get install qtcreator -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
binfmt-support binutils binutils-common binutils-x86-64-linux-gnu clang clang-10 clang-tidy clang-tidy-10 clang-tools-10
lib32gcc-s1 lib32stdc++6 libasan5 libatomic1 libbinutils libc-dev-bin libc6 libc6-dbg libc6-dev libc6-i386
libclang-common-10-dev libclang-cpp10 libclang1-10 libclang1-8 libcrypt-dev libctf-nobfd0 libctf0 libdouble-conversion3
libffi-dev libgcc-9-dev libitm1 libkf5syntaxhighlighting-data libkf5syntaxhighlighting5 libllvm8 liblsan0 libncurses-dev
…………………………………………………………….
……………………………………………………………………
………………………………………………………………………
After installing we can access the QtCreator application from Menu
QT application
Version of QtCreator
With this, the Installation of QT creator on Ubuntu 20.4.1 comes to an end.
Comments ( 0 )
No comments available