답변:
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
.
brew cask install inkscape
작업을 xquartz
brew cask install inkscape
에서 별개의 패키지를 설치 brew install inkscape
참조 내 대답 : apple.stackexchange.com/a/234223/106609
오늘 아침에 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
homebrew/x11/inkscape Caskroom/cask/inkscape
에서 brew search inkscape
,하지만 난 때 brew tap
모두 homebrew/x11/inkscape
와 Caskroom/cask/inkscape
내가 얻을Error: Invalid tap name
brew install Caskroom/cask/inkscape
.
failed to load the requested file
쓸모가 없습니다. 어떤 이유로 brew uninstall inkscape
도 작동하지 않습니다 ...
brew uninstall Caskroom/cask/inkscape
brew install hombrew/x11/inkscape
훌륭하게 작동했습니다. 새로운 버전 일 수 있습니다
공식 웹 사이트의 저자는 Homebrew에 대해 다음과 같이 말합니다.
이전에 inkscape를 설치 한 경우 다음 설치 전에 청소해야합니다.
brew uninstall inkscape brew cleanup
설치:
brew install caskformula/caskformula/inkscape
brew install caskformula/caskformula/inkscape
(아직) dmg 분포가없는 버전 0.92.1에 대한 것입니다. 반면 brew cask install xquartz
, brew cask install inkscape
대안 설치할 0.91 안정을 위해 DMG하는 것입니다. 따라서 "통통"대 "통풍".
brew search inkscape
는homebrew/gui/inkscape
입니다. 실행brew tap homebrew/gui
및brew install inkscape
이전과 작동합니다.