How to Install and Uninstall g-wrap Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 06,2024

1. Install "g-wrap" package

This is a short guide on how to install g-wrap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install g-wrap

2. Uninstall "g-wrap" package

Please follow the guidance below to uninstall g-wrap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove g-wrap $ sudo apt autoclean && sudo apt autoremove

3. Information about the g-wrap package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: g-wrap
Priority: optional
Section: universe/interpreters
Installed-Size: 239
Maintainer: Ubuntu Developers
Original-Maintainer: Andreas Rottmann
Architecture: all
Version: 1.9.15-0.1
Depends: guile-2.0, guile-library (>= 0.1.1), dpkg (>= 1.15.4) | install-info
Recommends: indent, libgwrap-runtime-dev (>= 1.9.15-0.1)
Conflicts: guile-g-wrap (<< 1.9.9-1), libgwrapguile-dev
Filename: pool/universe/g/g-wrap/g-wrap_1.9.15-0.1_all.deb
Size: 68324
MD5sum: c2a5e7181d2e1c2d8b738351202d5618
SHA1: a6cc3663db2956a9c57a4de9f791d6ee068959e9
SHA256: f4c12098b6a000d27a0900a5f34957892a9af3e9c194ebf3350bdabf00905662
Description-en: scripting interface generator for C
G-Wrap is a tool (and Guile library) for generating function wrappers
for inter-language calls. It currently only supports generating Guile
wrappers for C functions.
.
G-Wrap takes a set of interface declarations (written in Scheme) and
wraps the described interface for Guile.
Description-md5: c7c2bd9277521362b3f2191659ca8c54
Homepage: http://www.nongnu.org/g-wrap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu