开发者

Uninstall xcode in specific drive

开发者 https://www.devze.com 2023-03-30 01:16 出处:网络
I created a folder in /Developer called X-Code3.2.5 Here I have installed my Xcode and it\'s path is Macintosh HD\\Developer\\X-Code3.2.5\\Applications\\Xcode.

I created a folder in /Developer called X-Code3.2.5

Here I have installed my Xcode and it's path is Macintosh HD\Developer\X-Code3.2.5\Applications\Xcode.

Now I want to uninstall it with

sudo with file path which takes command to uninstall  dev tool 
开发者_运维技巧

Like this:

sudo /Developer/Library/uninstall-devtools

How to give correct path for the uninstall the Xcode from specified directory?


If you installed it inside /Developer/X-Code3.2.5 then you need to add X-Code3.2.5 to the path.

sudo /Developer/X-Code3.2.5/Library/uninstall-devtools

0

精彩评论

暂无评论...
验证码 换一张
取 消