Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac OS に間違ったバージョンの qt をインストールしました。Qt のバージョンは 4.8.5 です。Qt5 は別のフォルダーにインストールされますが、バージョン 4 はシステム全体に広がっているため、1 つのフォルダーだけを削除することはできません。
アンインストールする簡単な方法はありますか?
私の記憶が正しければ、/Developer/qt/tools.../uninstall-qt.py のどこかに python スクリプトがあります。
名前はよくわかりませんが、スクリプトはわかるでしょう。
また、次のようにsmthで実行する必要があります。
sudo python ./uninstall-qt.py
お役に立てば幸いです。