How to Install and Uninstall mwrap Package on Kali Linux

Last updated: May 14,2024

1. Install "mwrap" package

Please follow the guidance below to install mwrap on Kali Linux

$ sudo apt update $ sudo apt install mwrap

2. Uninstall "mwrap" package

This guide covers the steps necessary to uninstall mwrap on Kali Linux:

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

3. Information about the mwrap package on Kali Linux

Package: mwrap
Version: 1.1.1-2
Installed-Size: 360
Maintainer: Debian Octave Group
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Recommends: octave
Size: 235168
SHA256: dbced313a69239454676f5c59d6942d27f06966980786f8fcfab08cff191c548
SHA1: ce9446a4e5778cecadf58352df358ea9bfcf5f2b
MD5sum: bf3fc701857a3dafcccd5b35ced5c9e6
Description: 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:
Homepage: https://www.cs.cornell.edu/~bindel/blurbs/mwrap.html
Section: devel
Priority: optional
Filename: pool/main/m/mwrap/mwrap_1.1.1-2_amd64.deb