homebrew로 Yosemite에 inkscape를 설치할 수 없습니다 기반으로합니다. 불행히도,

inkscape를 다음과 같은 것으로 설치할 수 있어야합니다.

brew install inkscape

온라인에서 본 내용을 기반으로합니다. 불행히도, 이것을 시도하면

Error: No available formula for inkscape
Searching formulae...
Searching taps...

내가 도대체 ​​뭘 잘못하고있는 겁니까?



답변

2017 업데이트 :

2017 년에 Homebrew와 함께 Inkscape를 설치하는 기본 방법은 다음과 같습니다.

brew update
brew cask install xquartz
brew cask install inkscape

이전 답변 :

Inkscape는 설치하기 전에 먼저 눌러야하는 통입니다.

나는이 페이지에 주어진 몇 가지 제안을 시도했으며, 나를 위해 일한 유일한 것은 jherran의 대답에 약간의 변화가 있다는 것입니다 .

$ brew search inkscape
$ brew tap homebrew/gui
$ brew install inkscape

그 시점에서 응답을 얻었고 Installing inkscape from homebrew/homebrew-x11설치가 성공적으로 완료되었습니다. brew search명령 의 결과 가 몇 번 변경되었으므로 다시 변경할 수 있도록 가드 상태를 유지하고 다음에 검색 할 때 검색 명령에서 올바른 응답을 누르십시오 homebrew/gui.


답변

오늘 아침에 El Capitan을 새로 설치했을 때 이것을 시도하는 즐거움을 가졌습니다. GUI와 명령 줄 인터페이스를 모두 원했습니다. 불행하게도, 가장 순수한 해결책은 두 가지 버전, 즉 brew (CLI 용)와 brew-cask (GUI 용)를 설치하는 것 같습니다.

$ brew search inkscape
homebrew/gui/inkscape
Caskroom/cask/inkscape

$ brew cask install xquartz # required for GUI

$ brew cask install inkscape # for GUI

$ brew install homebrew/gui/inkscape # for CLI (yep)
==> Installing inkscape from homebrew/gui
==> Downloading https://homebrew.bintray.com/bottles-gui/
==> Pouring inkscape-0.91_3.el_capitan.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/inkscape
Target /usr/local/bin/inkscape
already exists. You may want to remove it:
  rm '/usr/local/bin/inkscape'
To force the link and overwrite all conflicting files:
  brew link --overwrite inkscape

$ brew link --overwrite inkscape # to get the CLI inkscape on your path rather than the brew-cask GUI

Cask 버전의 Inkscape를 사용할 때의 문제점은 상대 경로를 아주 잘 처리하지 못하고 CLI 로 사용하지 않는 것이 좋습니다 . 그러나 바닐라 Homebrew 버전의 Inkscape를 GUI로 사용할 수 없었습니다.


답변

이 방법으로 시도하십시오 :

$ brew search inkscape
homebrew/x11/inkscape
$ brew tap homebrew/x11/inkscape
$ brew install inkscape

답변

이것은 2016 년 12 월 Sierra (10.12.1)에서 나를 위해 일했습니다.

brew update
brew cask install xquartz
brew cask install inkscape

컴퓨터를 재부팅하십시오.

응용 프로그램 디렉토리에서 Inkscape를 시작하십시오. 글꼴 캐시가 작성 될 때까지 잠시 기다리십시오.


답변

이것은 brew와 함께 10.10.4에서 나를 위해 일했습니다.

brew update
brew install homebrew/x11/inkscape

실제로 실행할 필요가 없었습니다 brew tap homebrew/x11.


답변

이것은 Sierra 2017에서 작동합니다.

brew update
brew cask install xquartz

컴퓨터를 다시 시작하십시오.

brew cask install inkscape

답변

공식 웹 사이트의 저자는 Homebrew에 대해 다음과 같이 말합니다.

이전에 inkscape를 설치 한 경우 다음 설치 전에 청소해야합니다.

brew uninstall inkscape
brew cleanup

설치:

brew install caskformula/caskformula/inkscape