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

Last updated: May 16,2024

1. Install "python3-pyro4" package

Please follow the guidance below to install python3-pyro4 on Kali Linux

$ sudo apt update $ sudo apt install python3-pyro4

2. Uninstall "python3-pyro4" package

Please follow the steps below to uninstall python3-pyro4 on Kali Linux:

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

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

Package: python3-pyro4
Source: pyro4
Version: 4.82-4
Installed-Size: 350
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Replaces: python2-pyro4
Depends: python3-serpent (>= 1.27), python3 | python3-supported-min (>= 3.4), python3:any
Suggests: pyro4-doc, pyro4
Conflicts: python2-pyro4
Size: 66540
SHA256: 206e285be613cc2af6c4247f58252568c3646dc2fd8e609a700ef0c2a11dd579
SHA1: ff3e5d6c6b124fdf762cbd51f5243861e1c3f91b
MD5sum: 631908e47b362719f764f9d0fc73eb5c
Description: 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:
Homepage: https://github.com/irmen/Pyro4
Section: python
Priority: optional
Filename: pool/main/p/pyro4/python3-pyro4_4.82-4_all.deb