How to Install Telnet on Linux Distributions

Troubleshooting a connectivity issue and reached for the o'l reliable telnet command, only to be greeted with a frustrating "telnet: command not found" error?

I know.... irritating stupid thing. Why doesn't it come installed as standard!

Here's how to install it quickly and get back on track ASAP!

sudo apt-get install telnet

0 Comments