homebrew로 Yosemite에 inkscape를 설치할 수 없습니다


17

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

brew install inkscape

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

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

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

답변:


14

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.


2
오늘 (Homebrew 0.9.9 및 OSX 10.10에서)이 지침을 따르는 동안의 결과 brew search inkscapehomebrew/gui/inkscape입니다. 실행 brew tap homebrew/guibrew install inkscape이전과 작동합니다.
병원체

@ 병원체 당신이 맞아요. 몇 주 전에 다시 잉크 스케이프를 설치해야했는데 내 답변이 더 이상 효과가 없었습니다. 나는 그것을 업데이트하고 싶었습니다. 곧 갈 게요 감사!
녹턴

현재 홈브류 버전에서는 더 이상 잉크 스케이프에 태핑이 필요하지 않습니다. brew cask install inkscape작업을 xquartz
수행함 (

1
brew cask install inkscape에서 별개의 패키지를 설치 brew install inkscape참조 내 대답 : apple.stackexchange.com/a/234223/106609
StevenClontz

3

오늘 아침에 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로 사용할 수 없었습니다.


잘 끝났습니다-어떤 통과 의존성이 필요한지에 대한 추적은이 패키지에서 수년에 걸쳐 상당히 많이 바뀌 었습니다. 훌륭한 업데이트에 감사드립니다.
bmike

2

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

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

1
내가 얻을 homebrew/x11/inkscape Caskroom/cask/inkscape에서 brew search inkscape,하지만 난 때 brew tap모두 homebrew/x11/inkscapeCaskroom/cask/inkscape내가 얻을Error: Invalid tap name

1
맥주 통을 가지고 있다면을 입력하여 설치할 수 있습니다 brew install Caskroom/cask/inkscape.
jherran

좋아, 나는 사제 통을 설치했는데, 이것은 설치 작업을하는 것처럼 보였습니다. 불행히도 inkscape는 여전히 명령 줄에서 작동하지 않아서 나에게 failed to load the requested file쓸모가 없습니다. 어떤 이유로 brew uninstall inkscape도 작동하지 않습니다 ...
Shep

이 시도brew uninstall Caskroom/cask/inkscape
jherran

2
"tap"명령이 작동하지 않았습니다. 나는 대신 그랬고 brew install hombrew/x11/inkscape훌륭하게 작동했습니다. 새로운 버전 일 수 있습니다
danielson317

2

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

brew update
brew cask install xquartz
brew cask install inkscape

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

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

여기에 이미지 설명을 입력하십시오


1

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

brew update
brew install homebrew/x11/inkscape

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


0

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

brew update
brew cask install xquartz

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

brew cask install inkscape

0

공식 웹 사이트의 저자는 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하는 것입니다. 따라서 "통통"대 "통풍".
l --marc l

-1

다음 명령 줄을 사용하여 성공적으로 설치했습니다.

brew install caskformula/caskformula/inkscape
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.