Question #654   Submitted by Answiki on 10/12/2021 at 06:32:05 PM UTC

How to install Qt Creator on Ubuntu 18.04?

Answer   Submitted by Answiki on 04/13/2022 at 08:36:32 PM UTC

Installing Qt Creator on Ubuntu 16.04 is done with the following steps:

# Compiling tools
sudo apt-get install build-essential
# Qt Creator IDE
sudo apt-get install qtcreator
# Qt libraries
sudo apt-get install qt5-default

The following commands install the documentation:

# Documentation
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html

To install the examples, run:

# Examples
sudo apt-get install qtbase5-examples

5 events in history
Answer by Answiki on 04/13/2022 at 08:36:32 PM

Installing Qt Creator on Ubuntu 16.04 is done with the following steps:

# Compiling tools
sudo apt-get install build-essential
# Qt Creator IDE
sudo apt-get install qtcreator
# Qt libraries
sudo apt-get install qt5-default

The following commands install the documentation:

# Documentation
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html

To install the examples, run:

# Examples
sudo apt-get install qtbase5-examples

Question by Answiki 10/12/2021 at 06:32:05 PM
How to install Qt Creator on Ubuntu 18.04?
Question by Answiki 10/12/2021 at 06:30:13 PM
How to install Qt Creator on Ubuntu 16.04?
Answer by Answiki on 10/12/2021 at 06:30:04 PM

Installing Qt Creator on Ubuntu 16.04 is done with the following steps:

# Compiling tools
sudo apt-get install build-essential
# Qt Creator IDE
sudo apt-get install qtcreator
# Qt libraries
sudo apt-get install qt5-default

The following commands install the documentation and examples:

# Documentation
sudo apt-get install qt5-doc
sudo apt-get install qt5-doc-html qtbase5-doc-html

# Examples
sudo apt-get install qtbase5-examples


Question by Answiki 10/12/2021 at 06:27:46 PM
How to fully install Qt Creator on Ubuntu 16.04?
# ID Query URL Count

Icons proudly provided by Friconix.