How to Install and Uninstall snacc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "snacc" package

This tutorial shows how to install snacc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install snacc

2. Uninstall "snacc" package

This guide covers the steps necessary to uninstall snacc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove snacc $ sudo apt autoclean && sudo apt autoremove

3. Information about the snacc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: snacc
Priority: optional
Section: universe/devel
Installed-Size: 691
Maintainer: Ubuntu Developers
Original-Maintainer: Balint Reczey
Architecture: amd64
Version: 1.3.1-5
Depends: libc6 (>= 2.14), libsnacc0c2
Recommends: libsnacc-dev, snacc-doc
Suggests: automake
Filename: pool/universe/s/snacc/snacc_1.3.1-5_amd64.deb
Size: 144210
MD5sum: 5aeb497798d55a37802cfd14b483265e
SHA1: 5c1f4e06e233b0fbdc372b525e552673cafe365e
SHA256: 9faadf342ca9ce88543bb6f1f5fd637e864134d4479aa65a170ffda269081ab3
Description-en: ASN.1 to C or C++ or IDL compiler
Snacc is short for "Sample Neufeld ASN.1 to C Compiler" and ASN.1
stands for Abstract Syntax Notation One (ITU-T X.208/ISO 8824).
Snacc supports a subset of ASN.1 1988. If you need features of
ASN.1 1992 or later, snacc is not for you.
.
Given an ASN.1 source file(s) snacc 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 snacc based applications, you want to install
the libsnacc-dev package, too. Your application will then depend on
the snacc libraries, you find in the libsnacc0c2 package.
Description-md5: 40150ba6f7cf8b384acd402a55de7434
Homepage: https://github.com/nexgenta/snacc
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu