How to Install and Uninstall pyro4 Package on Kali Linux

Last updated: May 01,2024

1. Install "pyro4" package

In this section, we are going to explain the necessary steps to install pyro4 on Kali Linux

$ sudo apt update $ sudo apt install pyro4

2. Uninstall "pyro4" package

In this section, we are going to explain the necessary steps to uninstall pyro4 on Kali Linux:

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

3. Information about the pyro4 package on Kali Linux

Package: pyro4
Version: 4.82-4
Installed-Size: 20
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: init-system-helpers (>= 1.51), sysvinit-utils (>= 3.05-4~) | lsb-base, python3-pyro4
Suggests: pyro4-doc
Size: 4816
SHA256: 942e0c67023702b8eee72704a4273e9eaaabc00c53596f816874d79b0749d980
SHA1: c33e025d581069f6ebdaf9c141475038c51774df
MD5sum: ddaee66eca9df85be2bf319126ce47d8
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 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:
Homepage: https://github.com/irmen/Pyro4
Section: python
Priority: optional
Filename: pool/main/p/pyro4/pyro4_4.82-4_all.deb