How to Install and Uninstall python-pushy Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "python-pushy" package

Please follow the guidelines below to install python-pushy on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pushy

2. Uninstall "python-pushy" package

This guide covers the steps necessary to uninstall python-pushy on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-pushy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-pushy package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-pushy
Priority: optional
Section: universe/python
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Martin Loschwitz
Architecture: amd64
Version: 0.5.3-1ubuntu1
Depends: python-paramiko, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pushy/python-pushy_0.5.3-1ubuntu1_amd64.deb
Size: 28240
MD5sum: 72efaa0fdf904eed0681548eb9007e2c
SHA1: 864254a7a7d9c37662e6af97be8601e6cbe58639
SHA256: 2139af16c81571b9145ea91b1ce3adcc137cc3593762a44935544ab6e06f26b6
Description-en: Simple interface for connecting two python interpreters
Pushy provides applicaton developers with a simple interface for
connecting two Python interpreters, either on the local host, or
over a network. Once connected, the interpreters may access objects
in each other, as if they were local. Where objects are mutable
(i.e. may change over time), then objects are “proxied”. This means
that a local object is created that mirrors the remote object,
and sends all local function/attribute access calls to the remote
object. Special care has been taken to proxy builtin types properly,
so that proxied objects may be passed to Python’s various builtin
functions.
.
Pushy contains multiple transports for connecting interpreters, as
well as a means for users to provide their own transport modules.
Builtin transports are provided for connecting to local interpreters,
and to remote interpreters via SSH, named pipes (using SMB) on
Microsoft Windows, and over plain old TCP/IP sockets (using daemon).
.
One of the most useful features of Pushy is that it will take care
of starting the target Python interpreter for you, depending on
which transport is selected. Of particular note, the SSH transport
will start a remote Python interpreter and initialise a Pushy
connection, without having Pushy installed on the remote system.
Similarly, the local transport will create a new Python interpreter
on the local host.
Description-md5: aa3ba90cfcfb4eca62d0aee003a9b3ad
Homepage: http://packages.python.org/pushy
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu