Somehow I ended up with 2 versions of Qt on my Ubuntu 14.04 LTS
machine, Qt4 and Qt5. Here is the output of qtchooser -list-versions
4
5
config
default
qt4-i386-linux-gnu
qt4-x86_64-linux-gnu
qt4
qt5-x86_64-linux-gnu
qt5
How do I remove Qt5?
If you want to remove/uninstall Qt Creator then follow this:
Open your terminal (Ctrl + Alt + T), then...
To only uninstall Qt Creator:
sudo apt-get remove qtcreator
If you want to remove Qt Creator and its dependent packages as well:
sudo apt-get remove --auto-remove qtcreator
Reference website: https://www.thelinuxfaq.com/ubuntu/ubuntu-17-04-zesty-zapus/qtcreator?type=uninstall
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With