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

Last updated: September 20,2024

1. Install "python3-pyro4" package

Here is a brief guide to show you how to install python3-pyro4 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pyro4

2. Uninstall "python3-pyro4" package

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

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

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

Package: python3-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: python3-serpent, python3:any (>= 3.3.2-2~)
Suggests: pyro4-doc, pyro4
Filename: pool/universe/p/pyro4/python3-pyro4_4.23-2_all.deb
Size: 41630
MD5sum: 20c66802e43eb22bb7690b174fe317ad
SHA1: b2e84c52d617284a59d3705f1dd6fa28376e4fd6
SHA256: 3f9119d94a8a727ff51f4af36bf15dede08aa2584de75c115ebefba594070ca7
Description-en: distributed object middleware for Python (RPC), Python3 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 3.x .
.
The documentation is available in the pyro4-doc package.
A lot of examples are available in the pyro4-examples package.
Description-md5: aa7735546470130310d0af551fab192b
Homepage: http://packages.python.org/Pyro4/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu