LoginSignup
0
0

More than 5 years have passed since last update.

YosemiteでCommand Line Toolsをアンインストールする方法

Last updated at Posted at 2014-11-23

経緯

macにoctaveを導入しようとした時に、gccを更新する必要があり、
command line toolsをアンインストール

方法

/var/db/receipts下にあるcom.apple.pkgの
CLTools_Executables.bom
ってのを一回アンインストールしたらいけました。

コマンドは、

$ cd /
$ sudo lsbom /var/db/receipts/com.apple.pkg.DeveloperToolsCLI.bom | awk -e '{print $1}'|xargs -s 2048 sudo rm

参考
http://qiita.com/k-oshima@github/items/61ae067984f0099cbdaf

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0