我想从/usr/local/bin中删除我不需要的所有程序。
应该在新OSX上的程序列表(文件夹/文件)是什么?
目前,我有以下清单:
2to3 2to3-3.7 __pycache__ brew chardetect easy_install-3.7 f2py f2py3 f2py3.7 gdbm_dump gdbm_load gdbmtool htop idle3 idle3.7 iptest iptest3 ipython ipython3 jp.py jsonschema lzcat lzcmp lzdiff lzegrep lzfgrep lzgrep lzless lzma lzmadec lzmainfo lzmore pcre-config pcregrep pcretest pip pip3 pip3.7 plasma_store py.test pydoc3 pydoc3.7 pygmentize pyjwt pytest python3 python3-config python3.7 python3.7-config python3.7m python3.7m-config pyvenv pyvenv-3.7 rst2html.py rst2html4.py rst2html5.py rst2latex.py rst2man.py rst2odt.py rst2odt_prepstyles.py rst2pseudoxml.py rst2s5.py rst2xetex.py rst2xml.py rstpep2html.py subl unlzma unxz virtualenv wheel3 xz xzcat xzcmp xzdec xzdiff xzegrep xzfgrep xzgrep xzless xzmore zsh zsh-5.8
发布于 2020-03-22 15:57:39
看起来很多(或大部分,或全部)都是由自制软件安装的,所以首先尝试brew list看看它们是什么,然后使用brew uninstall ...卸载它们。
如果在那之后还有什么留下的,再仔细看看。
https://unix.stackexchange.com/questions/574272
复制相似问题