How to Install and Uninstall swig Package on Kali Linux

Last updated: May 15,2024

1. Install "swig" package

Please follow the guidelines below to install swig on Kali Linux

$ sudo apt update $ sudo apt install swig

2. Uninstall "swig" package

This guide let you learn how to uninstall swig on Kali Linux:

$ sudo apt remove swig $ sudo apt autoclean && sudo apt autoremove

3. Information about the swig package on Kali Linux

Package: swig
Version: 4.2.0-2
Installed-Size: 5706
Maintainer: Torsten Landschoff
Architecture: amd64
Replaces: swig4.0
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpcre2-8-0 (>= 10.22), libstdc++6 (>= 13.1)
Suggests: swig-doc, swig-examples
Conflicts: swig4.0
Size: 1428732
SHA256: f1b3fe17b9212d2ddbcd0ae295d11234231d165cf9c608f726739065b32712e1
SHA1: 41409441826d6892cc2e682be6e5baf891a893f3
MD5sum: 23e36fe24fa22624ad9cb1c52dc4a654
Description: Generate scripting interfaces to C/C++ code
SWIG is a compiler that makes it easy to integrate C and C++ code
with other languages including Perl, Tcl, Ruby, Python, Java,
Guile, Mzscheme, Chicken, OCaml, Pike, and C#.
.
Swig takes a set of ANSI C/C++ declarations and generates an
interface for them to your favorite scripting language.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.swig.org/
Tag: devel::compiler, devel::lang:c, devel::lang:c++, devel::library,
implemented-in::c, interface::commandline, role::devel-lib,
role::program, scope::utility, works-with::software:source
Section: interpreters
Priority: optional
Filename: pool/main/s/swig/swig_4.2.0-2_amd64.deb