Uninstalling QT SDK from UBUNTU
-
wrote on 16 Jul 2011, 11:19 last edited by
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!
-
wrote on 16 Jul 2011, 11:25 last edited by
You can use the updater i think. Just unselect everything that you installed before and let it run.
-
wrote on 16 Jul 2011, 11:32 last edited by
But I can't find the QT SDK in updater.
-
wrote on 16 Jul 2011, 11:39 last edited by
In Qt Creator
Menu help > start updater ... -
wrote on 16 Jul 2011, 11:42 last edited by
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.
-
wrote on 16 Jul 2011, 12:08 last edited by
"try this one...":http://developer.qt.nokia.com/forums/viewthread/702
-
wrote on 3 May 2012, 00:55 last edited by
hi i want un-install my qt sdk where its location in ubuntu 11.04..and what is its command for uninstalling ...
-
wrote on 3 May 2012, 02:04 last edited by
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.
-
wrote on 3 May 2012, 09:01 last edited by
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 )