How to Install and Uninstall python3-asyncssh Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-asyncssh" package

Please follow the instructions below to install python3-asyncssh on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-asyncssh

2. Uninstall "python3-asyncssh" package

Please follow the instructions below to uninstall python3-asyncssh on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-asyncssh $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-asyncssh package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-asyncssh
Priority: optional
Section: universe/python
Installed-Size: 658
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-asyncssh
Version: 1.3.0-1
Depends: python3-cryptography (>= 1.0.0), python3:any (>= 3.3.2-2~)
Recommends: python-asyncssh-doc, python3-bcrypt
Filename: pool/universe/p/python-asyncssh/python3-asyncssh_1.3.0-1_all.deb
Size: 99856
MD5sum: 3079e3ee686ca3f5ebc1943fa33a5cd7
SHA1: 64b5465c3d4b390af0da3d6742349f8effb614bb
SHA256: 7b90b8efc919d92bb3e8f0f4c191084ba1ae87f16355d0ec13b3bd5a6a459fba
Description-en: asyncio-based client and server implementation of SSHv2 protocol
AsyncSSH is a Python package which provides an asynchronous client
and server implementation of the SSHv2 protocol on top of the Python
3.4+ asyncio framework.
.
It comes with a full support of SSHv2 and SFTP client and server
functions, including shell, command and subsystem channels, direct
and forwarded TCP channels, local and remote TCP port forwarding.
.
Other features include:
+ Multiple simultaneous sessions on a single SSH connection
+ Multiple SSH connections in a single event loop
+ Byte and string based I/O with settable encoding
+ A variety of key exchange, encryption, and MAC algorithms
+ Support for gzip compression
+ Password, public key, and keyboard-interactive user authentication methods
+ Many types and formats of public keys and certificates
+ OpenSSH-style known_hosts file support
+ OpenSSH-style authorized_keys file support
Description-md5: ea709ca614c3167bf115b4408f4f223d
Homepage: https://github.com/ronf/asyncssh
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu