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

Last updated: July 05,2024

1. Install "pyro" package

Please follow the guidance below to install pyro on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyro

2. Uninstall "pyro" package

Here is a brief guide to show you how to uninstall pyro on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pyro $ sudo apt autoclean && sudo apt autoremove

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

Package: pyro
Priority: optional
Section: universe/python
Installed-Size: 285
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Version: 1:3.14-4
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: pyro-gui, pyro-doc
Filename: pool/universe/p/pyro/pyro_3.14-4_all.deb
Size: 61418
MD5sum: 7a5066bec06d79886708867d6230578d
SHA1: 76a4679b2427fa196256feb9c9d6884169a455fd
SHA256: e595545a49ab62c739165eb13b5294bc0d90efbc77086f8f414f9371ec6d1e08
Description-en: distributed object system for Python
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 Pyro library and the command line tools.
.
Some graphical tools are available in the pyro-gui package.
The documentation is available in the pyro-doc package.
A lot of examples are available in the pyro-examples package.
Description-md5: 27a501edc8cc3d6c573721f3860f84e0
Homepage: http://pyro.sourceforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu