How to Install and Uninstall asn1c Package on Kali Linux

Last updated: May 15,2024

1. Install "asn1c" package

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

$ sudo apt update $ sudo apt install asn1c

2. Uninstall "asn1c" package

Please follow the instructions below to uninstall asn1c on Kali Linux:

$ sudo apt remove asn1c $ sudo apt autoclean && sudo apt autoremove

3. Information about the asn1c package on Kali Linux

Package: asn1c
Version: 0.9.28+dfsg-5
Installed-Size: 997
Maintainer: Eugene Seliverstov
Architecture: amd64
Depends: libc6 (>= 2.33)
Recommends: asn1c-doc (>= 0.9.28+dfsg-5)
Breaks: asn1c-doc (<< 0.9.28+dfsg-5)
Size: 241900
SHA256: 8e116526ce26d0b25c12ba664da080dee58e516901b94c631f75d8b16407dafe
SHA1: d0ffeaf29088d90ec13e1482bfe1f096036ccf10
MD5sum: 01f8c6590df63ab408bc7162236a3887
Description: ASN.1 compiler for C
This ASN.1 compiler turns the formal ASN.1 specifications into the C
code. The compiler is shipped together with conformant BER/DER/XER
codecs. The X.509 and GSM TAP3 decoding examples are shipped as well.
Description-md5:
Homepage: https://github.com/vlm/asn1c
Tag: devel::compiler, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program, scope::utility
Section: devel
Priority: optional
Filename: pool/main/a/asn1c/asn1c_0.9.28+dfsg-5_amd64.deb