How to Install and Uninstall libmstch-dev Package on Kali Linux

Last updated: May 18,2024

1. Install "libmstch-dev" package

This tutorial shows how to install libmstch-dev on Kali Linux

$ sudo apt update $ sudo apt install libmstch-dev

2. Uninstall "libmstch-dev" package

Here is a brief guide to show you how to uninstall libmstch-dev on Kali Linux:

$ sudo apt remove libmstch-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmstch-dev package on Kali Linux

Package: libmstch-dev
Source: mstch (1.0.2-4)
Version: 1.0.2-4+b1
Installed-Size: 404
Maintainer: Debian QA Group
Architecture: amd64
Depends: libboost-dev (>= 1.54)
Size: 67664
SHA256: a89dc8c35641a87b972d62cdec3286962297b96cca67f6461f0859e38f39d874
SHA1: 96565a442a900282ced8769e9efcbf44362c1f90
MD5sum: e1f4dc7dd19d727b4d9294e00fe59629
Description: Mustache implementation in C++11
Mstch is a complete implementation of {{mustache}} templates using
modern C++. It's compliant with specifications v1.1.3, including the
lambda module.
.
Mustache is a logic-less template language. As such, it is very well
suited for programs that are written in a compiled language, such as C
and C++, as they cannot easily evaluate code found in a template.
Mustache does however supports a simple conditional and a loop statement.
.
This package contains the header files and a static library.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/no1msd/mstch
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/mstch/libmstch-dev_1.0.2-4+b1_amd64.deb