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

Last updated: May 19,2024

1. Install "python3-rpyc" package

This is a short guide on how to install python3-rpyc on Kali Linux

$ sudo apt update $ sudo apt install python3-rpyc

2. Uninstall "python3-rpyc" package

This guide covers the steps necessary to uninstall python3-rpyc on Kali Linux:

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

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

Package: python3-rpyc
Source: rpyc
Version: 5.3.1-1
Installed-Size: 294
Maintainer: Debian Python Team
Architecture: all
Depends: python3-plumbum, python3:any
Suggests: python3-rpyc-doc
Size: 70404
SHA256: dc096055f441185aa0609b48a16557c5adeb966634094d11a006705f42b013bf
SHA1: e8cac560aa586317654795bbd7e500aa325b8332
MD5sum: 208dff40427effad11c1db9c8d1ac334
Description: Python 3 library for remote procedure calls
RPyC (pronounced as are-pie-see), or Remote Python Call, is a transparent
Python library for symmetrical remote procedure calls, clustering and
distributed-computing. RPyC makes use of object-proxying, a technique that
employs Python’s dynamic nature, to overcome the physical boundaries between
processes and computers, so that remote objects can be manipulated as if they
were local.
Description-md5:
Homepage: https://github.com/tomerfiliba-org/rpyc
Section: python
Priority: optional
Filename: pool/main/r/rpyc/python3-rpyc_5.3.1-1_all.deb