How to uninstall qt (ubuntu)
-
This is the first time that i'm trying to use a library other than standard. Thus, i had lots of difficulty.
I tried to install qt and qt creator with the command
sudo add-apt-repository ppa:canonical-qt5-edgers/qt5-proper && sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get install ubuntu-sdk notepad-qml
from http://developer.ubuntu.com/get-started/gomobile/
however i couldn't compile my code now i do not want qt creator thus i uninstalled it and i want to uninstall everything and start from the beginning.
how can i do?