brew를 사용하여 htop을 설치하려고합니다.
➜ ~ brew install htop
Error: You must `brew link autoconf' before htop-osx can be installed
그럼하고 있어요
brew link autoconf
Linking /usr/local/Cellar/autoconf/2.69... Warning: Could not link autoconf. Unlinking...
Error: Could not symlink file: /usr/local/Cellar/autoconf/2.69/share/emacs/site-lisp/autotest-mode.elc
Target /usr/local/share/emacs/site-lisp/autotest-mode.elc already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
brew link --overwrite formula_name
To list all files that would be deleted:
brew link --overwrite --dry-run formula_name
문제의 근원은 무엇입니까?
다른 바이너리를 사용하여 설치된 emacs를 제거해야합니까?
—
Voldemar Duletskiy 15시 17 분
예, 다른 버전을 제거하고 똑같은 버전이 필요하지 않은 경우 brew 버전을 다시 설치합니다. 약간 다를 수 있습니다.
—
slhck
emacs
Homebrew를 통해 이미 설치 했습니까 ? 그렇다면 아마도 덮어 쓸 수 있습니다.