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

Last updated: May 14,2024

1. Install "mwrap" package

Please follow the guidance below to install mwrap on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mwrap

2. Uninstall "mwrap" package

Please follow the steps below to uninstall mwrap on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mwrap $ sudo apt autoclean && sudo apt autoremove

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

Package: mwrap
Priority: extra
Section: universe/devel
Installed-Size: 331
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Octave Group
Architecture: amd64
Version: 0.33-2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Recommends: octave
Filename: pool/universe/m/mwrap/mwrap_0.33-2_amd64.deb
Size: 214528
MD5sum: 78fecabd285f4577d76966b582945f67
SHA1: 50aed159c29f9fe0071ac8d86f91fe9c64d1218f
SHA256: e13ba9194bedf7f1d180d6e55f8376ca26bdc23dab018b075a266b8f01f4b5b4
Description-en: Octave/MATLAB mex generator
MWrap is an interface generation system in the spirit of SWIG or matwrap.
From a set of augmented Octave/MATLAB script files, MWrap will generate a
MEX gateway to desired C/C++ function calls and Octave/MATLAB function
files to access that gateway. The details of converting to and from
Octave/MATLAB's data structures, and of allocating and freeing temporary
storage, are hidden from the user.
Description-md5: 837ed1ddf8be236eed910832e9857faa
Homepage: http://www.cs.cornell.edu/~bindel/sw/mwrap/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu