如何在macOS 10.14.4 Mojave上使用Fink

时间:2019-05-12 15:51:51

标签: xcode macos fink

我的macOS是Mojave,10.14.4,并且Xcode已完全更新。我今天早上完成了任务。另外,当我通过App Store下载Xcode后,宣布弹出窗口

  

是否安装其他必需的组件? Xcode需要其他组件来支持运行和   调试。选择安装以添加所需的组件。

,我完全遵守了。最后,我能够打开Xcode,版本是

  

Xcode 10.2.1(10E1001)

为了采取进一步措施,我重新启动了计算机。但是芬克仍然行不通。见下文。

> fink install jhead
Password:
Use 'fink reinstall fink' to switch distributions
from 10.13 to 10.14.
'install' operation not permitted.
> fink reinstall fink
Use 'fink reinstall fink' to switch distributions
from 10.13 to 10.14.
Information about 11530 packages read in 2 seconds.
Failed: 
The Xcode Command Line Tools need to be (re)installed. 
Execute 'sudo xcode-select --install' to obtain them.
Or you can get them via direct download from developer.apple.com
(free registration required) if you don't want to install Xcode.app.
> sudo xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
> fink -V
Package manager version: 0.43.1
Distribution version: selfupdate-git Fri May 10 17:37:58 2019, 10.13, x86_64
Trees: local/main stable/main

Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2016 The Fink Package Manager Team
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
> 

我如何才能正常工作?

1 个答案:

答案 0 :(得分:0)

感谢芬克用户联络处的亚历山大·汉森(Alexander Hansen)博士,电子邮件地址为:fink-beginners@lists.sourceforge.net:

  

fink 0.43.1不适用于Mojave,期间。我们确实无法在较新的OS版本上进行正式发布,因此我们   鼓励人们在更新操作系统之前先更新fink。

     

您可以从https://sourceforge.net/projects/fink/files/fink/0.44.1/fink_0.44.1-131_darwin-x86_64.deb/download下载适用的粉红色版本,然后从终端窗口使用“ sudo dpkg -i $ HOME / Downloads / fink_0.44.1-131_darwin-x86_64.deb”进行更新(替换$主页/下载)以及您的实际下载位置。

这成功了,我随后能够安装jhead。