How to Install and Uninstall python2-pyro4 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: March 15,2025

1. Install "python2-pyro4" package

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

$ sudo apt update $ sudo apt install python2-pyro4

2. Uninstall "python2-pyro4" package

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

$ sudo apt remove python2-pyro4 $ sudo apt autoclean && sudo apt autoremove

3. Information about the python2-pyro4 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python2-pyro4
Priority: optional
Section: universe/python
Installed-Size: 226
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: pyro4
Version: 4.23-2
Depends: python2-serpent, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: pyro4-doc, pyro4
Filename: pool/universe/p/pyro4/python2-pyro4_4.23-2_all.deb
Size: 41550
MD5sum: b189b34bbc4abd25eb868bf003390cce
SHA1: c485849cd6d0fa6a63a2d9d4754c59358198b8be
SHA256: 5ebb831061c4bd5352f63e57dcea4c0ac1369c9893985d96fe9a2ca3f07ecf35
Description-en: distributed object middleware for Python (RPC), Python2 modules
Pyro (PYthon Remote Object) is an easy to use and powerful distributed object
system for Python. In a distributed object system, clients send requests to
distant servers, which owns the remote objects. Pyro simplifies a lot the
creation of clients and servers, and has among its features:
- dynamic and static proxies for all remote method invocations,
- a naming service which keeps record of the location of objects,
- mobile objects support: clients and servers can pass objects around,
- exceptions that occur in the remote object is raised on the client too,
- multithreaded server support to handle multiple requests simultaneously.
.
This package contains the core Pyro4 module for Python 2.x .
.
The documentation is available in the pyro4-doc package.
A lot of examples are available in the pyro4-examples package.
Description-md5: a374ca83ccf76c387a70eb747e9951b4
Homepage: http://packages.python.org/Pyro4/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu