Answer the question
In order to leave comments, you need to log in
How to uninstall Qt Creater which was installed via ran?
Please tell me how to remove Qt Creater which I installed via runner using these commands
cd ~/Downloads/
chmod u+x qt-unified-linux-x64-3.0.5-online.run
./qt-unified-linux-x64-3.0 .5-online.run
Answer the question
In order to leave comments, you need to log in
No one gave me a normal answer to my question, it's good that I was able to figure it out myself. And so guys, if you have the same problem as me, you need to go to the folder where Qt is located in my case, the path to the folder was cd /home/name/Qt, after you have entered this folder, write ./MaintenanceTool. You will be prompted with a window with which you can remove Qt from your PC (This method only works if you installed Qt Creater via .run) .
And if you installed it via console not via .run then these commands will help you:
Remove only qtcreator
sudo apt-get remove qtcreator
Remove qtcreator and its dependencies
sudo apt-get remove --auto-remove qtcreator
Clean up your config/data
If you also want to remove the local/config files for qtcreator then this will work.
Attention! data cannot be restored by reinstalling the package.
sudo apt-get purge qtcreator
Or similar like this qtcreator
sudo apt-get purge --auto-remove qtcreator
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question