How can i uninstall QtCreator 2.6.1 from 12.04?

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.

4

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.

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,

  1. you have to run that on terminal
  2. Login to your Qt Creator account
  3. Select appropriate removal option --> For me it's remove all components.

here's how I tried

1

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 terminal
sudo apt-get remove {package-name}

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like