How to Install and Uninstall esnacc Package on Kali Linux

Last updated: September 19,2024

1. Install "esnacc" package

Please follow the guidelines below to install esnacc on Kali Linux

$ sudo apt update $ sudo apt install esnacc

2. Uninstall "esnacc" package

Please follow the guidance below to uninstall esnacc on Kali Linux:

$ sudo apt remove esnacc $ sudo apt autoclean && sudo apt autoremove

3. Information about the esnacc package on Kali Linux

Package: esnacc
Source: esnacc (1.8.1-2)
Version: 1.8.1-2+b1
Installed-Size: 601
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.33), libesnacc180
Recommends: libesnacc-dev, esnacc-doc
Suggests: automake
Size: 163904
SHA256: d5e078c5fd8f7bdc87822fe1f0dada1b8f5096ffff653face74f8d3fdfc8bf41
SHA1: e356336348b57dc0dae0475838ede81e4ba65860
MD5sum: bfece983e31eefee01d164ed6940351a
Description: ASN.1 to C or C++ or IDL compiler
esnacc is short for "Enhanced Sample Neufeld ASN.1 to C Compiler" and ASN.1
stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824).
esnacc supports a subset of ASN.1 1988.
.
Given an ASN.1 source file(s) esnacc can produce:
.
1. C routines for BER encoding, decoding, printing and freeing.
2. C++ routines for BER encoding, decoding, and printing.
3. A type table that can be used with C driver routines
for BER encoding, decoding, printing and freeing.
.
If you want to build esnacc based applications, you want to install
the libesnacc-dev package, too. Your application will then depend on
the esnacc libraries, you find in the libesnacc180 package.
Description-md5: c6670f009a02fa36fcc40a8cb4f1a8e4
Homepage: https://esnacc.org
Section: devel
Priority: optional
Filename: pool/main/e/esnacc/esnacc_1.8.1-2+b1_amd64.deb