我安装了mono framework之后不知道怎么删掉。它说要运行uninstallMono.sh,但是我找不到。问一下怎么把它删掉。
------解决思路----------------------
mono-project官网是这么说的:
#!/bin/sh -x
#This script removes Mono from an OS X System. It must be run as root
rm -r /Library/Frameworks/Mono.framework
rm -r /Library/Receipts/MonoFramework-*
for dir in /usr/bin /usr/share/man/man1 /usr/share/man/man3 /usr/share/man/man5; do
(cd ${dir};
for i in `ls -al
------解决思路----------------------
grep /Library/Frameworks/Mono.framework/
------解决思路----------------------
awk '{print $9}'`; do
rm ${i}
done);
done