How to install QT creator 5.9.5 on Ubuntu 18.04
To install QT creator 5.9.5 on Ubuntu 18.04
Qt Creator is a cross-platform C++, JavaScript development environment for the Qt GUI application development framework. It is supported for several operating systems such as Linux, Microsoft Windows, and mac os.
Installation
Update the system repository using the following command
root@linuxhelp1:~# apt-get update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://in.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.canonical.com/ubuntu bionic InRelease
Hit:4 http://in.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://in.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Install a QtCreator as follows
root@linuxhelp1:~# 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 clang clang-6.0 cpp-7 gcc-7-base gcc-8-base lib32gcc1 lib32stdc++6 libasan4
libatomic1 libbotan-2-4 libbrotli1 libc-dev-bin libc6 libc6-dbg libc6-dev libc6-i386
libcc1-0 libcilkrts5 libclang-common-6.0-dev libclang1-6.0 libdouble-conversion1 libffi-dev
libgcc-7-dev libgcc1 libgomp1 libitm1 libjsoncpp1 libllvm6.0 liblsan0 libmpx2 libncurses5
libncursesw5 libobjc-7-dev libobjc4 libomp-dev libomp5 libpython-stdlib libpython2.7
libpython2.7-minimal libpython2.7-stdlib libqbscore1.10 libqbsqtprofilesetup1.10
libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5designer5 libqt5designercomponents5.
.
.
Setting up qmlscene (5.9.5-0ubuntu1) ...
Setting up qtdeclarative5-dev-tools (5.9.5-0ubuntu1) ...
Setting up clang (1:6.0-41~exp5~ubuntu1) ...
Setting up libqt5quickwidgets5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) ...
Setting up libqt5designercomponents5:amd64 (5.9.5-0ubuntu1) ...
Setting up qml-module-qtgraphicaleffects:amd64 (5.9.5-0ubuntu1) ...
Setting up qt5-assistant (5.9.5-0ubuntu1) ...
Setting up qml-module-qtquick-controls:amd64 (5.9.5-0ubuntu1) ...
Setting up qttools5-dev-tools (5.9.5-0ubuntu1) ...
Setting up qtcreator (4.5.2-3ubuntu2) ...
Processing triggers for libc-bin (2.27-0ubuntu2) ...
After installing you can access the QtCreator application from Menu
QT application

Version of QtCreator
With this, the method to install QT creator 5.9.5 on Ubuntu 18.04 comes to an end.
Comments ( 0 )
No comments available