Mac删除软件相关¶
WireShark卸载:
// wireshark是用pkg文件包安装的
1. Remove /Applications/Wireshark.app
2. Remove /Library/Application Support/Wireshark
3. Remove the wrapper scripts from /usr/local/bin
4. Unload the org.wireshark.ChmodBPF.plist launchd job
5. Remove /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist
6. Remove the access_bpf group.
7. Remove /etc/paths.d/Wireshark
8. Remove /etc/manpaths.d/Wireshark
磁盘不够时问题处理¶
相关目录:
~/Library/Containers/
com.tencent.xinWeChat
com.tencent.qq
Docker相关:
$ docker rmi `docker image ls -f dangling=true`
macOS 10.15 Catalina Beta 再次改了系统分区系统,在开启了 TimeMachine 自动备份的情况下,所有被删除的文件都会以文件快照的形式存储在隐藏分区内,并且在文件系统中会将这部分空间显示为可清除空间,这些文件快照只有在系统可用空间不足的情况下才会自动删除
本地镜像¶
macOS 10.15 Catalina Beta 再次改了系统分区系统,在开启了 TimeMachine 自动备份的情况下,所有被删除的文件都会以文件快照的形式存储在隐藏分区内,并且在文件系统中会将这部分空间显示为可清除空间,这些文件快照只有在系统可用空间不足的情况下才会自动删除
如果想要删除文件立刻腾出空间的话,则需要进入终端来输入命令:
$ sudo tmutil listlocalsnapshots /