我们正常卸载(在launchpad中直接卸载、从Applications中移动到废纸篓)完APP,部分软件还会有一些残留,比如CleanMyMac、Logitech相关app,在卸载后经常会在开机时,在右上角弹出新版本提示,这让我这个强迫症患者相当难受,于是便有了以下彻底卸载Mac软件的方法。 正常卸载完软件,若发现还有其残留,经本人亲自验证,在以下文件夹中查找相关文件,然后删除,可彻底卸载软件。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
/Users/xiaowan/Library/LaunchAgents /System/Library/LaunchAgents /Library/LaunchAgents /Users/xiaowan/Library/Application Support /Library/Application Support /Users/xiaowan/Library/Preferences /Library/Preferences /Users/xiaowan/Library/PreferencePanes /System/Library/PreferencePanes /Library/PreferencePanes /System/Library/StartupItems /Library/StartupItems /Users/xiaowan/Library/Caches /System/Library/Caches /Library/Caches /Users/xiaowan/Library/Containers /System/Library/LaunchDaemons /Library/LaunchDaemons |
若仍有残留,可尝试命令行搜索软件相关字段: sudo -s find / -name '*.*'|xargs grep 'CleanMyMac'
若嫌弃以上方法太过麻烦,也可使用第三方软件,如 Clean My Mac 、CCleaner 、 AppCleaner 来进行卸载。