Blog
How to install PuTTY on Linux

PuTTY is a free and open-source cross-platform SSH and telnet client, which even after more than 20 years remains one of the most popular SSH clients used specifically on the Windows platform.
PuTTy installation on Debian
sudo apt-get install putty
Installing PuTTy on Arch Linux
sudo pacman -S putty
How to install PuTTy on CentOS, RHEL, Fedora, Rocky & AlmaLinux
sudo yum install putty
or
sudo dnf install putty
PuTTY installation on Ubuntu
In the case of Ubuntu PuTTY, we must first add a univers respository, so one by one
sudo add-apt-repository universe
sudo apt update
sudo apt install putty