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
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
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
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
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
Alternatively, you can use the nc (or netcat) command in Terminal, as a replacement for telnet.
Awesome, thank you very much for your time and help.
Best Regards
zsh: command not found: telnet