1. I downloaded QT5.13 version before, but after the installation, Qtcreator could not be opened. Here I recommend Qt5.9 version, the download address is as follows: The first step is to enter sudo su in the terminal, then enter cd /qt5 (if it is not in home, just enter this without entering root. Then proceed as shown in the figure above. 2. If the command Jump out of the installation interface, skip directly in the QtAccount interface, and then follow the default installation (Note: Qt5.9.0 and tools need to be checked in the settings interface) 3. After the installation is complete, some configurations need to be modified. In the terminal command line, enter:
In the figure below, Qt5.9.2 is changed to Qt5.9.0 (changed according to your own version, indicating the installation path of the bin file) and the second line is also changed to the corresponding version (if it is not there, add it yourself) Note: The above picture is edited using the vim editor, so be careful when using it here, otherwise it is easy to delete the wrong thing. Possible problems: The qtcreator interface may pop up errors such as file error, unable to create..., so the solution is: open the terminal, enter sudo su to enter root, and then enter the command When you open Qtcreaor again, there will be no file error pop-up window. If you find it inconvenient to look for the qtcreator software every time, you can lock it at startup. This perfectly solves the installation of Qt. Uninstall QT Uninstalling is very easy, just find MaintenanceTool in the installation directory For example, my Qtcreator is installed in the qt folder under the root file. Then, according to the above picture, you can find the file location of MaintenanceTool in this directory. Enter Summarize This is the end of this article about the detailed steps of installing, configuring and uninstalling QT5 in Ubuntu 14.04. For more information about installing, configuring and uninstalling QT5 in Ubuntu 14.04, please search for previous articles on 123WORDPRESS.COM or continue to browse the related articles below. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to recover deleted MySQL 8.0.17 root account and password under Windows
>>: Teach you how to implement Vue3 Reactivity
Introduction In orm frameworks, such as hibernate...
In MySQL, most indexes (such as PRIMARY KEY, UNIQ...
MySQL Boolean value, stores false or true In shor...
Table of contents What is an index The difference...
The implementation idea of the javascript game ...
This article shares the specific code for WeChat ...
Table of contents 1 redis configuration file 2 Do...
Introduction: Lambda Probe (formerly known as Tom...
1. Open the virtual machine and git bash window a...
1. When inserting, updating, or removing DOM elem...
Table of contents Project Directory Dockerfile Fi...
By default, the MyISAM table will generate three ...
Error description: 1. After installing Nginx (1.1...
1. Download Python 3 wget https://www.python.org/...
1: Statement order of grouping function 1 SELECT ...