Created
January 23, 2022 01:25
-
-
Save atulkamble/9c233e433539d2fb8e8ef9a1517d3bd0 to your computer and use it in GitHub Desktop.
Putty Installation on Ubuntu 20.04.3 LTS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository universe | |
sudo apt-get update | |
sudo apt-get install -y putty | |
putty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment