#macOS #Command Line Tool #Homebrew How to manager macOS App in a well way I am a Linux user before using macOS.In Linux, We can using the package manager install the all Apps. But in macOS, it not. So, how can I use one command to upgrade all App and command line tools like Linux? So, I find a good Homebrew Plugin. ...
#macOS #Homebrew 如何用Homebrew完美的重装MPV 每次brew update,都会把所有安装的命令行软件全部更新到最新,于是乎就导致了一个问题。某个程序是依赖一个低版本的库编译的,但是它升级到了高版本,但是原程序指向的还是低版本的库,于是程序就蹦沙卡拉卡了。比如下面的mpv就经常出这个问题。 ...
#macOS #Homebrew 修复Homebrew warning Insecure world writable dir /usr/local/bin in PATH, mode 040777 某天手残,乱改目录权限,导致 Homebrew 频繁爆 warning ,虽然不影响使用,但是,作为一个强迫症,我看着难受啊. ...