How To Install putty on Fedora 36
In this tutorial we learn how to install putty in Fedora 36. putty is SSH, Telnet and Rlogin client
Introduction
In this tutorial we learn how to install putty
on Fedora 36.
What is putty
Putty is a SSH, Telnet & Rlogin client - this time for Linux.
We can use yum
or dnf
to install putty
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install putty.
Install putty on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install putty
using dnf
by running the following command:
sudo dnf -y install putty
Install putty on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install putty
using yum
by running the following command:
sudo yum -y install putty
How To Uninstall putty on Fedora 36
To uninstall only the putty
package we can use the following command:
sudo dnf remove putty
putty Package Contents on Fedora 36
/usr/bin/pageant
/usr/bin/plink
/usr/bin/pscp
/usr/bin/psftp
/usr/bin/psusan
/usr/bin/pterm
/usr/bin/putty
/usr/bin/puttygen
/usr/bin/puttytel
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/c952aebf1988245b19d0147fea3fd6c09b20bc
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/ca3175d3c3b6ae10dec93a339bf558bdf08eca
/usr/lib/.build-id/59
/usr/lib/.build-id/59/bb37d28cde8cb6ce014310722ef025249ebf3a
/usr/lib/.build-id/90
/usr/lib/.build-id/90/61de76081cfe33e276c22e1475b118c21e5915
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/6d9c0e5b5e22ba302d00d78ed8d07bcac72fa6
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/2f0fe41cb408dfc982d0a991c0cd9c56a6a7a9
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/160988d42e445dc974238f508d1158ccf15a6f
/usr/lib/.build-id/da
/usr/lib/.build-id/da/8b3a8f2e6ae37ee167cfc153cdfd8e8efaaf81
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/41d7c9839d4e2906a2aaaf695e60690c1ce469
/usr/share/applications/putty.desktop
/usr/share/doc/putty
/usr/share/doc/putty/LICENCE
/usr/share/doc/putty/html
/usr/share/doc/putty/html/AppendixA.html
/usr/share/doc/putty/html/AppendixB.html
/usr/share/doc/putty/html/AppendixC.html
/usr/share/doc/putty/html/AppendixD.html
/usr/share/doc/putty/html/AppendixE.html
/usr/share/doc/putty/html/AppendixF.html
/usr/share/doc/putty/html/AppendixG.html
/usr/share/doc/putty/html/Chapter1.html
/usr/share/doc/putty/html/Chapter10.html
/usr/share/doc/putty/html/Chapter2.html
/usr/share/doc/putty/html/Chapter3.html
/usr/share/doc/putty/html/Chapter4.html
/usr/share/doc/putty/html/Chapter5.html
/usr/share/doc/putty/html/Chapter6.html
/usr/share/doc/putty/html/Chapter7.html
/usr/share/doc/putty/html/Chapter8.html
/usr/share/doc/putty/html/Chapter9.html
/usr/share/doc/putty/html/IndexPage.html
/usr/share/doc/putty/html/index.html
/usr/share/man/man1/pageant.1.gz
/usr/share/man/man1/plink.1.gz
/usr/share/man/man1/pscp.1.gz
/usr/share/man/man1/psftp.1.gz
/usr/share/man/man1/psusan.1.gz
/usr/share/man/man1/pterm.1.gz
/usr/share/man/man1/putty.1.gz
/usr/share/man/man1/puttygen.1.gz
/usr/share/man/man1/puttytel.1.gz
/usr/share/pixmaps/putty.png
References
Summary
In this tutorial we learn how to install putty
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).