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

Last updated: May 18,2024

1. Install "python3-pyasn" package

Please follow the guidelines below to install python3-pyasn on Kali Linux

$ sudo apt update $ sudo apt install python3-pyasn

2. Uninstall "python3-pyasn" package

Please follow the instructions below to uninstall python3-pyasn on Kali Linux:

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

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

Package: python3-pyasn
Source: pyasn (1.6.1-3)
Version: 1.6.1-3+b4
Installed-Size: 14322
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.4)
Size: 11272376
SHA256: 0fde264b0e419682bfd4041cc74c8f3c56ef7408c7500e84d556d249baad5a22
SHA1: 14011dbd04580de6b4c13a06fc05e98f40bbe4ea
MD5sum: 9f42715eb0fb25918705be56938c3bd8
Description: very fast IP address to Autonomous System Number lookups
pyasn is a Python extension module that enables very fast IP address
to Autonomous System Number lookups. Current state and Historical
lookups can be done, based on the MRT/RIB BGP archive used as input.
.
pyasn is different from other ASN lookup tools in that it provides
offline and historical lookups. It provides utility scripts for users
to build their own lookup databases based on any MRT/RIB
archive. This makes pyasn much faster than online dig/whois/json
lookups.
.
The module is written in C and Python, and cross-compiles on Linux and
Windows. Underneath, it uses a radix tree data structure for storage
of IP addresses. In the current version, it borrows code from
py-radix to support both IPV4 and IPV6 network prefixes. The current
release is a beta. Compared to the previous version, it provides
support for Python 2 and 3; adds new functionality, performance
improvements, and unit-tests.
.
pyasn is developed and maintained by researchers at the Economics of
Cybersecurity research group at Delft University of Technology
(http://econsec.tbm.tudlft.nl). The package is used on an almost
daily basis and bugs are fixed pretty quickly. The package is largely
developed and maintained by Hadi Asghari and Arman Noroozian. Please
report any bugs via GitHub (https://github.com/hadiasghari/pyasn) or
email the developers.
Description-md5:
Homepage: https://github.com/hadiasghari/pyasn
Section: python
Priority: optional
Filename: pool/main/p/pyasn/python3-pyasn_1.6.1-3+b4_amd64.deb