macos下使用homebrew安装ftp提示Cannot install inetutils because conflicting formulae are installed解决
telnet: because both install telnet bina
brew install telent
brew install inetutils
提示
Error: Cannot install inetutils because conflicting formulae are installed.
telnet: because both install `telnet` binaries
Please `brew unlink telnet` before continuing.
Unlinking removes a formula's symlinks from /usr/local. You can
link the formula again after the inst

在macos上通过homebrew安装ftp时遇到因inetutils冲突的问题,解决方案包括:先卸载或unlink telnet,然后安装inetutils。成功安装后,需要将inetutils路径添加到PATH环境变量中以便使用ftp命令。

1万+

被折叠的 条评论
为什么被折叠?



