How to Install and Uninstall swig3.0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "swig3.0" package

This guide let you learn how to install swig3.0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install swig3.0

2. Uninstall "swig3.0" package

This is a short guide on how to uninstall swig3.0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove swig3.0 $ sudo apt autoclean && sudo apt autoremove

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

Package: swig3.0
Priority: optional
Section: universe/interpreters
Installed-Size: 5011
Maintainer: Ubuntu Developers
Original-Maintainer: Torsten Landschoff
Architecture: amd64
Source: swig
Version: 3.0.8-0ubuntu3
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpcre3, libstdc++6 (>= 4.1.1), zlib1g (>= 1:1.1.4)
Suggests: swig3.0-examples, swig3.0-doc
Filename: pool/universe/s/swig/swig3.0_3.0.8-0ubuntu3_amd64.deb
Size: 994856
MD5sum: c5aa67ed97f4942b6eef4e50cd82e470
SHA1: 7e6e4840a84c32e24716430021e6f5289ad3d1a0
SHA256: 73b5d377008b8f6ed71702e5388486d304ce330a45404f5c3b18cdd7fd0a4966
Description-en: 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, PHP, 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: 52b54965f2b28a9f8f9512151ba51620
Multi-Arch: foreign
Homepage: http://www.swig.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu