How to Install and Uninstall python3-pyro5 Package on Kali Linux

Last updated: September 28,2024

1. Install "python3-pyro5" package

This tutorial shows how to install python3-pyro5 on Kali Linux

$ sudo apt update $ sudo apt install python3-pyro5

2. Uninstall "python3-pyro5" package

This is a short guide on how to uninstall python3-pyro5 on Kali Linux:

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

3. Information about the python3-pyro5 package on Kali Linux

Package: python3-pyro5
Source: pyro5
Version: 5.14-2
Installed-Size: 314
Maintainer: Debian Python Team
Architecture: all
Replaces: python3-pyro4
Provides: pyro5
Depends: python3-serpent, python3:any
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: pyro5-doc
Conflicts: python3-pyro4
Size: 63628
SHA256: 283109050b7afa333db7fbb4a60dd0c7ae44cc254a3919de0563a3976f320643
SHA1: a2e25454122ace0d59a3fde16d0563347cc2b448
MD5sum: 4ac87fb2f31859ea321451eec49940fe
Description: 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 package contains the core Pyro5 module for Python 3.x .
.
The documentation is available in the pyro5-doc package.
A lot of examples are available in the pyro5-examples package.
Description-md5:
Homepage: https://github.com/irmen/Pyro5
Section: python
Priority: optional
Filename: pool/main/p/pyro5/python3-pyro5_5.14-2_all.deb