Link to home
Start Free TrialLog in
Avatar of Los Angeles1
Los Angeles1

asked on

Linux, install putty

I am using RHEL 6.4

Is there a yum command to install putty, if so, could someone please post the command

Thanks
Avatar of John
John
Flag of Canada image

Putty (at least up to V5.8x) is a self contained exe file (in the case of Windows) that does not need any installation. Just download the Linux version and run it.

... Thinkpads_User
Avatar of serialband
Putty is at version 6.3 now.

You can download putty from:

http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

Here's the source file
http://the.earth.li/~sgtatham/putty/latest/putty-0.63.tar.gz

You will need to compile it to run it.  It's a small package, so it will compile quickly.
Here is another link with various distributions. It appears to be a bit more work than Windows.

http://rpmfind.net/linux/rpm2html/search.php?query=putty

.... Thinkpads_User
With Fedora it is included in the repo's, but I don't know about RedHat. Why do you need putty specifically? Isn't SSH enough, which is probably already installed? Putty in my point of view only makes much sense when installed on a windoze box.

But you can always try installing it with "yum install putty". If it is included in the RH repo's it'll install, if it isn't you'll get a message telling you it isn't available.
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Run
$ sudo yum whatprovides putty
to see what package you need to install.
i.e. if it's contained in any packages available from the enabled repositories.