Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

zsh: command not found: telnet

I upgraded my Macbook Air to Catalina and i got the following error zsh: command not found: telnet, when a try to use telnet, how can i solve it?


MacBook-Air ~ % telnet 200.34.221.1 443

zsh: command not found: telnet

Posted on Mar 1, 2020 6:07 PM

Reply
Question marked as Best reply

Posted on Mar 1, 2020 6:29 PM

Hi,

telnet is no longer available since High Sierra, so if you need telnet, you need to install telnet by yourself since telnet is not secured.


Install Homebrew: type


/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


Install telenet: type


brew install telnet


Similar questions

3 replies
Question marked as Best reply

Mar 1, 2020 6:29 PM in response to aldo_camacho

Hi,

telnet is no longer available since High Sierra, so if you need telnet, you need to install telnet by yourself since telnet is not secured.


Install Homebrew: type


/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


Install telenet: type


brew install telnet


zsh: command not found: telnet

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.