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

Last updated: June 06,2024

1. Install "pyro5-examples" package

This is a short guide on how to install pyro5-examples on Kali Linux

$ sudo apt update $ sudo apt install pyro5-examples

2. Uninstall "pyro5-examples" package

Please follow the step by step instructions below to uninstall pyro5-examples on Kali Linux:

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

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

Package: pyro5-examples
Source: pyro5
Version: 5.14-2
Installed-Size: 460
Maintainer: Debian Python Team
Architecture: all
Depends: pyro5
Size: 140564
SHA256: 7aa8f51e5d8453089d15edc741d58bb6dbb079308bd2c0bbfdfc0aced113697b
SHA1: 44b41e7b1c4b3ad0a25347776ae73bd38dc427ec
MD5sum: f3a85168a2b600a8187b4d3eb23c086f
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 some examples for the pyro5 package.
Description-md5:
Homepage: https://github.com/irmen/Pyro5
Section: python
Priority: optional
Filename: pool/main/p/pyro5/pyro5-examples_5.14-2_all.deb