How can i uninstall QtCreator 2.6.1 from 12.04?
Solution 1:
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.
Solution 2:
In 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.
Solution 3:
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.
here's how I tried
Solution 4:
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}