Qt5 & QtCreator
Qt5 & QtCreator Installation (Ubuntu 16.04)
sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
Qt5 Remove
#You got two method to uninstall qt5
#First Method
#open terminal and enter into the directory installed Qt
#run command ./MaintenanceTool
#Second Method
sudo apt autoremove '.*qt5.*-dev'
Last updated
Was this helpful?