I downloaded QtCreator 2.6.1 from the official website because i'm using ubuntu 12.04. Now i need to uninstall it. How can i do it?
4 Answers
Run the QtCreator Maintenance program. If you accepted the default paths in the 2.6.1 installer, it's at /opt/Qt5.0.0/MaintenanceTool . The default option is Remove All Components.
4In the location where application is installed (default location: /opt/Qt5.0.0/) is a file named QtCreatorUninstaller. Run this executable in the terminal to uninstall QtCreator.
I installed QtCreator from the default .run file distributed from the website.QtCreator is located on ~/Qt/ directory.
You'll see the MaintenanceTool executable there,
- you have to run that on terminal
- Login to your Qt Creator account
- Select appropriate removal option --> For me it's remove all components.
One way is to open Ubuntu Software Center and click on Installed tab and if you can see the QtCreator in the list then there you will find a button Remove, the second way is from terminalsudo apt-get remove {package-name}