Warning: Trying to access array offset on value of type bool in /usr/home/razi3el/domains/endtech.eu/public_html/wp-content/plugins/elementor/includes/base/widget-base.php on line 223 Warning: Undefined array key -1 in /usr/home/razi3el/domains/endtech.eu/public_html/wp-content/plugins/elementor/includes/base/controls-stack.php on line 695

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
Scroll to Top