0

昨天我的 Inkscape 安装工作正常。现在我使用了电脑,XQuarz 图标出现并立即关闭。

我尝试从终端运行应用程序以查看是否有警告消息

nb21:~ pacha$ open -a Inkscape
nb21:~ pacha$ open -a XQuartz

你有没有遇到过同样的情况?如果没有明显的错误,我该怎么办?

今天我尝试运行 OnyX,但出现了两个以前看不见的错误:Error 127 sh: getconf: command not found 和 Error 127 sh: cat: command not found

在此处输入图像描述 在此处输入图像描述

我还没有安装新软件或更新:S

4

1 回答 1

0

我的解决方案(我之前安装了 brew 和 xcode)

brew install coreutils
brew install binutils
brew install diffutils
brew install ed --with-default-names
brew install findutils --with-default-names
brew install gawk
brew install gnu-indent --with-default-names
brew install gnu-sed --with-default-names
brew install gnu-tar --with-default-names
brew install gnu-which --with-default-names
brew install gnutls
brew install grep --with-default-names
brew install gzip
brew install screen
brew install watch
brew install wdiff --with-gettext
brew install wget
brew install bash
brew install emacs
brew install gdb
brew install gpatch
brew install less
brew install m4
brew install make
brew install nano
brew install file-formula
brew install git
brew install openssh
brew install perl
brew install python
brew install rsync
brew install svn
brew install unzip
brew install vim --override-system-vi
brew install macvim --override-system-vim --custom-system-icons
brew install zsh

sudo launchctl config user path /usr/local/opt/coreutils/libexec/gnuman:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/Library/TeX/texbin
于 2016-12-27T18:50:40.483 回答