How to Install and Uninstall esnacc Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 16,2024

1. Install "esnacc" package

Please follow the steps below to install esnacc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install esnacc

2. Uninstall "esnacc" package

This tutorial shows how to uninstall esnacc on Ubuntu 21.10 (Impish Indri):

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

3. Information about the esnacc package on Ubuntu 21.10 (Impish Indri)

Package: esnacc
Architecture: amd64
Version: 1.8.1-1build2
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Balint Reczey
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 586
Depends: libc6 (>= 2.14), libesnacc180
Recommends: libesnacc-dev, esnacc-doc
Suggests: automake
Filename: pool/universe/e/esnacc/esnacc_1.8.1-1build2_amd64.deb
Size: 149436
MD5sum: d5fe640d8d3937d3266fd9de7d517dad
SHA1: b412d00603e1070cb8a6276706252da4e1733264
SHA256: 213c3ea1f9dbb852d1162b9e2a01d42667afa6e834091870940177389f424799
SHA512: a2d4b5830c005f410eb6743ca6bc77fc2715a845917c547baa624390e5b68c0925992091b81a27de8703fcb0b906da7912c96bcf4a50e0cf75bc00acbb02fbed
Homepage: https://esnacc.org
Description-en: 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