PuTTY is a widely used SSH client for windows; however, it supports various network protocols such as Telnet, rlogin. The system administrators use PuTTY as SSH and Telnet client as well. Telnet is a protocol used to establish communication between two or more devices in a network, but it was declared as an insecure protocol, so the ground for another protocol was clear. A new protocol named SSH (Secure Shell) was introduced that allows multiple devices to communicate over a network in a secure manner. PuTTY SSH client provides extensive support for well-known operating systems. In this article, we will guide you to install PuTTY as an SSH client on your Ubuntu, and before this basic working flow of the PuTTY is also described here:

How PuTTY works as SSH Client

It acts as an SSH client as well as Telnet Client, and it is helpful to access your system remotely, for instance, you are using Ubuntu (it will act as a client), and you have another Ubuntu or Windows operating system (for server) that is connected to your Ubuntu system via a network. The server PC (either Ubuntu or Windows) must have an SSH server installed in it, and you can install PuTTY client in your Ubuntu system and can connect with the SSH server over a network.

In this guide, we will show you the possible ways and step-by-step procedures to install PuTTY on Ubuntu.

There are two ways to install PuTTY on Ubuntu:

  • Using command line terminal of Ubuntu
  • Using GUI of Ubuntu

How to install PuTTY on Ubuntu using terminal

The command-line interface of Ubuntu allows you to perform all the tasks that you can perform using the graphical interface; it seems difficult in the beginning but is very useful and user-friendly for Linux-loving users.

Firstly, open the terminal using “Ctrl Alt T” and use the command given below to update the repository:

<img alt="Text Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/text-description-automatically-generated-34.png" data-lazy- height="204" src="data:image/svg xml,” width=”738″>

It is always recommended to update the repository by getting the latest list of programs supported by Ubuntu. It is observed that you can also install the program without executing the above command, but it may result in getting the older version.

After that, use the following command to get the PuTTY on your Ubuntu:

<img alt="Text Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/text-description-automatically-generated-35.png" data-lazy- height="261" src="data:image/svg xml,” width=”748″>

The above command will install the PuTTY, and you can run it from the terminal with the help of the command mentioned below:

<img alt="Text Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/text-description-automatically-generated-36.png" data-lazy- height="434" src="data:image/svg xml,” width=”746″>

How to install PuTTY using Ubuntu Software center

You can use the GUI of Ubuntu to install the PuTTY; follow the simple steps described below:

Step 1: Open your “Ubuntu Software Center” from the taskbar available on the desktop and search for “PuTTY” here. The search query will show multiple results; you must click on “PuTTY SSH Client” to continue:

<img alt="Graphical user interface, text, email, website Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-text-email-website-de.png" data-lazy- height="530" src="data:image/svg xml,” width=”830″>

Step 2: After clicking, you will notice a green “Install” button; click on this button to start the installation:

<img alt="Graphical user interface, text, application, email Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-text-application-email-15.png" data-lazy- height="516" src="data:image/svg xml,” width=”891″>

Step 3: The time you want to start the installation, the system will ask you to enter the user password, type your password and click on “Authenticate” to continue:

<img alt="Graphical user interface, application Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-application-description-13.png" data-lazy- height="484" src="data:image/svg xml,” width=”801″>

Once it is installed, you can find it from the applications menu that is available on the taskbar of the Ubuntu desktop. Click on the application tab and search or PuTTY in the search bar:

<img alt="Graphical user interface, application Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-application-description-14.png" data-lazy- height="563" src="data:image/svg xml,” width=”924″>

The search result will show the required program as shown in the image below:

<img alt="Graphical user interface, application Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-application-description-15.png" data-lazy- height="333" src="data:image/svg xml,” width=”738″>

How to remove PuTTY from your Ubuntu

If you want to remove the PuTTY from your Ubuntu, you can adopt any of the two ways mentioned below:

  • Remove PuTTY using Ubuntu command line terminal
  • Or use the graphical interface of Ubuntu

Using Ubuntu terminal: To remove the PuTTY from your Ubuntu, you can use the terminal of Ubuntu and execute the following command to remove the program from the system:

$ sudo apt autoremove putty

Using Ubuntu Software: Open “Ubuntu Software” and search for “PuTTY”; if the software is installed, a red “Remove” button will be displayed. Click on the “Remove” button to remove the tool:

<img alt="Graphical user interface, text, application, email Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-text-application-email-16.png" data-lazy- height="524" src="data:image/svg xml,” width=”885″>

Once you click on the button, it will ask you for confirmation, and again click on remove to continue:

<img alt="Graphical user interface Description automatically generated with medium confidence" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-description-automaticall-7.png" data-lazy- height="220" src="data:image/svg xml,” width=”618″>

After that, the system will ask to input the user password; type the password and click on “Authenticate” to start removing the package:

<img alt="Graphical user interface, application Description automatically generated" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/09/echo/graphical-user-interface-application-description-16.png" data-lazy- height="470" src="data:image/svg xml,” width=”832″>

Conclusion

PuTTY is a free and open-source terminal emulator that supports various network protocols; among those protocols, Telnet and SSH are the most used. In this article, we have briefly outlined its installation process. The users can adopt two ways to install and the same number of routes to remove the package from the system. The graphical method looks interesting to follow. However, the command line users can follow the other first method to go for installation.