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

Last updated: May 15,2024

1. Install "pyro4" package

Please follow the instructions below to install pyro4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyro4

2. Uninstall "pyro4" package

This is a short guide on how to uninstall pyro4 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: pyro4
Priority: optional
Section: universe/python
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Version: 4.23-2
Depends: python3-pyro4 | python2-pyro4
Suggests: pyro4-doc, pyro
Filename: pool/universe/p/pyro4/pyro4_4.23-2_all.deb
Size: 3904
MD5sum: 69f5fa415d1663f5483ab569a0f68612
SHA1: e76bb52f1fc0a2c985e5478ca49f35034997acb9
SHA256: 0ca2c3ce07d4862eb833637392ccf9f5cdd09be202690d6f51beab187b3d26e4
Description-en: distributed object middleware for Python (RPC)
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 metapackage depends on the on the Python variant the user needs.
.
The documentation is available in the pyro4-doc package.
A lot of examples are available in the pyro4-examples package.
Description-md5: e51a58e2ee4e1edb1e31513f1cf4e922
Homepage: http://packages.python.org/Pyro4/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu