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
#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 5 years ago
Was this helpful?