How to install QT creator on linuxmint-18.03
To install QT creator on linuxmint-18.03
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 us, Linux, Microsoft Windows and mac os.
Installation
Update your system repository using the apt-get command
linuxhelp ~ # apt-get update
Hit:1 http://archive.canonical.com/ubuntu xenial InRelease
Hit:2 http://archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://ppa.launchpad.net/ondrej/php/ubuntu xenial InRelease
Ign:4 http://packages.linuxmint.com sylvia InRelease
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Hit:8 http://packages.linuxmint.com sylvia Release
Fetched 323 kB in 2s (142 kB/s)
Reading package lists... Done
Install the qtcreator application using the following command.
linuxhelp ~ # apt-get install qtcreator -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
cmake kdelibs5-data subversion ubuntu-sdk
Recommended packages:
g++ qmlscene qt5-qmake qtbase5-dev-tools qtcreator-doc qtdeclarative5-dev-tools qttools5-dev-tools
qttranslations5-l10n qtxmlpatterns5-dev-tools
The following NEW packages will be installed:
qtcreator
0 upgraded, 1 newly installed, 0 to remove and 336 not upgraded.
Need to get 0 B/11.9 MB of archives.
After this operation, 48.2 MB of additional disk space will be used.
Selecting previously unselected package qtcreator.
(Reading database ... 223653 files and directories currently installed.)
Preparing to unpack .../qtcreator_3.5.1+dfsg-2ubuntu2_amd64.deb ...
Unpacking qtcreator (3.5.1+dfsg-2ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up qtcreator (3.5.1+dfsg-2ubuntu2) ...
Processing triggers for libc-bin (2.23-0ubuntu9) ...
Once Installation is done you can access the application from the Menu as shown here
QT creator application is shown below.
The version of QT creator application is available in the Help menu.
With this, the method to install QT creator on linuxmint-18.03 comes to an end.
Comments ( 0 )
No comments available