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

Last updated: May 07,2024

1. Install "libmsgsl-dev" package

This guide let you learn how to install libmsgsl-dev on Kali Linux

$ sudo apt update $ sudo apt install libmsgsl-dev

2. Uninstall "libmsgsl-dev" package

This is a short guide on how to uninstall libmsgsl-dev on Kali Linux:

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

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

Package: libmsgsl-dev
Source: ms-gsl
Version: 4.0.0-3
Installed-Size: 133
Maintainer: Nicholas Guriev
Architecture: all
Size: 24912
SHA256: 0462534c8573fa9dfc24e9304ecb181c07dff2f02dd3103039b89ceab50070a6
SHA1: 411b32f354a93a8cccc6f07497cda6cd2326229a
MD5sum: 43b1d6007e55742c97d122f17ed37c36
Description: Microsoft Guidelines Support Library
The Guideline Support Library (GSL) contains functions and types that are
suggested for use by the C++ Core Guidelines maintained by the Standard C++
Foundation. This package contains Microsoft's implementation of GSL.
.
The library includes types like span, string_span, owner<> and others.
.
The entire implementation is provided inline in the headers under the gsl
directory. The implementation generally assumes a platform that implements
C++14 support.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Microsoft/GSL
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/m/ms-gsl/libmsgsl-dev_4.0.0-3_all.deb