In this blog, QT5 environment installation on Linux operation system is shown
- 5 environment is not installed go to https://download.qt.io/archive/qt/
- After download, finish go to download folder and in console type
chmod +x ./qt-opensource-linux-x64-5.11.2.run
and then install
sudo ./qt-opensource-linux-x64-5.11.2.run
Note: Accept proposed installation location or choose Yours
- First, just installation information, click “Next“
- Next, register or simple skip
- Next screen show which version of QT5 environment will be installed
- Choose where the QT5 environment should be installed
- Select at least options
- “Desktop gcc 64-bit”
- “Tools”->”Qt Creator x.x.x”
- Choose proper license type and accept license agreements
- Final accept with information how many spaces will be used after installation
- Last picture show if the installation process complete successfully
- If from some reason QT5 environment needs to uninstall, reinstall or add some components go to install folder and execute MaintenanceTool
cd /opt/Qt5.11.2/ sudo ./MaintenanceTool
Note: Location can be different, depends on choose during the installation process
- After executing Maintenance Tool of QT5 environment should appear screen – click “Next“
- Choose what action needs to be taken, if uninstall select checkbox “Uninstall only”. The user can register, change license type, login or skip to change or install additional packages
- If some other actions are necessary follow instruction on the screen
- Installation or Uninstallation process complete