[Solved]how to uninstall Qt 4.8
General and Desktop
6
Posts
3
Posters
2.2k
Views
1
Watching
-
I have installed same version of Qt in 2 places in my system using below
@
./configure -prefix /usr/local/Qt4.8_II
./configure
@first one is installed in /usr/local/Qt4.8_II and second one installed in /usr/local/Trolltech
two are installed from same .tar.gz and same directory.
i would like in uninstall Qt which is present in /usr/local/Qt4.8_II.
please help me out..
Thanks,.
-
Hi,
Just delete the "/usr/local/Qt4.8_II" directory and remove it from PATH environment variable if it is present.
-
-
Ok if it is solved then mark it solved :)
-
Hi,
You can also call sudo make uninstall :)
Please, prepend [solved] to your thread title so other forum users may know a solution has been found :)