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

Last updated: May 20,2024

1. Install "python3-asn1" package

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

$ sudo apt update $ sudo apt install python3-asn1

2. Uninstall "python3-asn1" package

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

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

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

Package: python3-asn1
Source: python-asn1
Version: 2.7.0-2
Installed-Size: 441
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 46196
SHA256: 9964eb0ac541fff3951df1e58e1b8f814034367f649fa78938a48c2eb910e16f
SHA1: 04f7a781c8cffe4152965a402f05d9e021c88be7
MD5sum: 1b4d6ee38ed995909b340ebbda927372
Description: Simple ASN.1 encoder and decoder for Python
This pure Python library features:
* a BER decoder
* a DER decoder and encoder (except indefinite lengths)
Description-md5:
Homepage: https://github.com/andrivet/python-asn1
Section: python
Priority: optional
Filename: pool/main/p/python-asn1/python3-asn1_2.7.0-2_all.deb

5. The same packages on other Linux Distributions