How to Install and Uninstall putty-tools Package on Kali Linux

Last updated: May 13,2024

1. Install "putty-tools" package

This is a short guide on how to install putty-tools on Kali Linux

$ sudo apt update $ sudo apt install putty-tools

2. Uninstall "putty-tools" package

Please follow the instructions below to uninstall putty-tools on Kali Linux:

$ sudo apt remove putty-tools $ sudo apt autoclean && sudo apt autoremove

3. Information about the putty-tools package on Kali Linux

Package: putty-tools
Source: putty
Version: 0.80-1
Installed-Size: 3642
Maintainer: Colin Watson
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: putty-doc
Size: 612308
SHA256: 0888f09cd0f7f5aff160cc59f4c6c3d39b286bc1d2ec9a9dc3ce8588c779b860
SHA1: 32baf074d26bfe9e8595e7bd920c18be1936a7ac
MD5sum: 493d6151889a44c1ec094b8663f869e8
Description: command-line tools for SSH, SCP, and SFTP
This package provides several command-line tools from the PuTTY suite that
allow various kinds of secure interaction with remote systems.
.
Plink (PuTTY Link) connects to a remote system via SSH, Telnet, or rlogin,
and either starts an interactive session or runs a batch process. It
supports the usual SSH features like port forwarding, X11 forwarding,
SOCKS, and compression.
.
PSCP (PuTTY Secure Copy) transfers files securely between systems using an
SSH connection. It works with both SSH protocol 1 and protocol 2.
.
PSFTP (PuTTY SFTP client) transfers files securely between systems using
the SSH file transfer protocol, which is specific to SSH protocol 2. In
interactive mode its interface is much like the traditional Unix FTP
client, although it can also operate in batch mode.
.
PuTTYgen generates SSH public and private key pairs in any of a number of
formats, including those usable by PuTTY, OpenSSH, and ssh.com.
.
psusan (pseudo-SSH for untappable, separately authenticated networks) is a
server program that behaves like the innermost "connection" layer of an SSH
session, without the two outer security layers of encryption and
authentication. It can be used to add SSH-like amenities to channels where
you were already prepared to run a bare shell session.
Description-md5:
Multi-Arch: foreign
Homepage: https://www.chiark.greenend.org.uk/~sgtatham/putty/
Tag: admin::file-distribution, admin::login, implemented-in::c,
interface::shell, network::client, protocol::ftp, protocol::sftp,
protocol::ssh, protocol::ssl, role::program, use::downloading,
use::login
Section: net
Priority: optional
Filename: pool/main/p/putty/putty-tools_0.80-1_amd64.deb