How to uninstall Qt Creator on Mac Yosemite

前端 未结 4 551
眼角桃花
眼角桃花 2021-01-05 10:31

I have tried this but when I do, the terminal ask me for password. I don\'t know what this password is? I don\'t have any password on my mac, i don\'t enter any password whe

4条回答
  •  既然无缘
    2021-01-05 11:15

    Remove the main Qt directory. If you installed it somewhere else, delete that one instead

    rm -rf ~/Qt
    

    Then here are the directories with "Qt" in the name that I found on my system

    rm -rf ~/Library/Application\ Support/Qt
    rm -rf ~/Library/Caches/QtProject
    rm -rf ~/.config/QtProject
    

提交回复
热议问题