July 16, 2011

tomas877 tomas877
Lab Rat
2 posts

Uninstalling QT SDK from UBUNTU

 

Hi,

I have installed QT SDK via Online Installer for Linux/X11 32-bit. The installation was successfull. Now I need to uninstall it, but i don’t know how. Can someone help me?

thanks!

8 replies

July 16, 2011

Eddy Eddy
Area 51 Engineer
1296 posts

You can use the updater i think. Just unselect everything that you installed before and let it run.

 Signature 

Qt Certified Specialist
Qt Ambassador

July 16, 2011

tomas877 tomas877
Lab Rat
2 posts

But I can’t find the QT SDK in updater.

July 16, 2011

Eddy Eddy
Area 51 Engineer
1296 posts

In Qt Creator
Menu help > start updater …

 Signature 

Qt Certified Specialist
Qt Ambassador

July 16, 2011

dialingo dialingo
Lab Rat
158 posts

The default install location is your home directory. There should be a directory named QtSdk. The brutal way is to remove the directory. Somewhat more elegant is to use the uninstall executable that lives in the bin directory.

July 16, 2011

TobbY TobbY
Lab Rat
208 posts

try this one… [developer.qt.nokia.com]

 Signature 

Gorilla..

May 3, 2012

chandan chandan
Lab Rat
12 posts

hi i want un-install my qt sdk where its location in ubuntu 11.04..and what is its command for uninstalling …

May 3, 2012

veeraps veeraps
Lab Rat
87 posts

Believe QT SDK would come up with an uninstall binary to do the un-installation of Qt. You may search for uninstall in your installed folder and try to run it, which will do the process for you.

Or crude way is to delete the entire installation folder.

May 3, 2012

dialingo dialingo
Lab Rat
158 posts

Uninstall:
depends on how you installed it. If you have downloaded the installer run ~/qtcreator-x.xx…/bin/uninstall
If qt was installed from the repository check what qt packages you have installed (enter: dpkg -l | grep qt) and remove the packages you do not want (enter: apt-get remove package_name )

 
  ‹‹ [Solved] How to uninstall Qt SDK from Mac OS      Qt 4.7.3 and VS 2010 Setup ››

You must log in to post a reply. Not a member yet? Register here!