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

Last updated: May 18,2024

1. Install "python3-pyric" package

Please follow the steps below to install python3-pyric on Kali Linux

$ sudo apt update $ sudo apt install python3-pyric

2. Uninstall "python3-pyric" package

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

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

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

Package: python3-pyric
Source: python-pyric
Version: 0.1.6+git20191210-0kali1
Architecture: all
Maintainer: Kali Developers
Installed-Size: 1092
Depends: python3:any
Suggests: python-pyric-doc
Homepage: http://github.com/sophron/pyric
Priority: optional
Section: python
Filename: pool/main/p/python-pyric/python3-pyric_0.1.6+git20191210-0kali1_all.deb
Size: 270920
SHA256: 296af9a3984173f263c6f67779c6ccf70ef41e0556dfc7160a41318b1804f263
SHA1: ab5efce5d855675c834a8a6e9fa54dcff34ad85f
MD5sum: c4d272bfbd2f653e5716ab8d4d63374e
Description: Wireless library for Linux (Python 3)
This package contains a Linux only library providing wireless developers and
pentesters the ability to identify, enumerate and manipulate their system's
wireless cards programmatically in Python. Pentesting applications and scripts
written in Python have increased dramatically in recent years. However, these
tools still rely on Linux command lines tools to setup and prepare and restore
the system for use. Until now. PyRIC is:
- Pythonic: no ctypes, SWIG etc. PyRIC redefines C header files as Python
and uses sockets to communicate with the kernel.
- Self-sufficient: No third-party files used. PyRIC is completely
self-contained.
- Fast: (relatively speaking) PyRIC is faster than using command line tools
through subprocess.Popen
- Parseless: Get the output you want without parsing output from command
line tools. Never worry about newer iw versions and having to rewrite
your parsers.
- Easy: If you can use iw, you can use PyRIC.
At it's heart, PyRIC is a Python port of (a subset of) iw and by extension,
a Python port of Netlink w.r.t nl80211 functionality.
PyRIC puts iw, ifconfig, rfkill, udevadm, airmon-ng and macchanger in your
hands (or your program).
.
This package installs the library for Python 3.
Description-md5:

5. The same packages on other Linux Distributions