How to Install and Uninstall snacc Package on Kali Linux

Last updated: April 29,2024

1. Install "snacc" package

This guide let you learn how to install snacc on Kali Linux

$ sudo apt update $ sudo apt install snacc

2. Uninstall "snacc" package

Please follow the steps below to uninstall snacc on Kali Linux:

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

3. Information about the snacc package on Kali Linux

Package: snacc
Source: snacc (1.3.1-9)
Version: 1.3.1-9+b1
Installed-Size: 712
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34), libsnacc0c2 (>= 1.3.1)
Recommends: libsnacc-dev, snacc-doc
Suggests: automake
Size: 169120
SHA256: 36205a1ff464633edbc3709638b9efc451bcb0097f3ebb9eb2bbc6fe427dddf9
SHA1: 5eb756b59b37607044161df791943e2361f29349
MD5sum: d8ef2228c95971a1c59813cea05ab337
Description: 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:
Homepage: https://github.com/nexgenta/snacc
Tag: devel::compiler, devel::lang:c, devel::lang:c++, devel::library,
devel::rpc, implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility, works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/s/snacc/snacc_1.3.1-9+b1_amd64.deb