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

Last updated: May 17,2024

1. Install "libmbedtls-dev" package

Here is a brief guide to show you how to install libmbedtls-dev on Kali Linux

$ sudo apt update $ sudo apt install libmbedtls-dev

2. Uninstall "libmbedtls-dev" package

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

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

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

Package: libmbedtls-dev
Source: mbedtls
Version: 2.28.7-1
Installed-Size: 3614
Maintainer: Debian IoT Maintainers
Architecture: amd64
Depends: libmbedcrypto7 (= 2.28.7-1), libmbedtls14 (= 2.28.7-1), libmbedx509-1 (= 2.28.7-1)
Suggests: libmbedtls-doc
Size: 689600
SHA256: 23d4af15fa3a7baa42a37e1d5d11b8c526abc74c8189e8461e6657807d411df3
SHA1: 61dc6a1c8de682b9eaccb66107521181802a4f0f
MD5sum: 69bf1edfbe5e1e4b53870908a80aa833
Description: lightweight crypto and SSL/TLS library - development files
mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for
providing SSL and TLS support in your programs. It offers an intuitive API and
documented header files, so you can actually understand what the code does.
It features:
- Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia
and XTEA
- Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5
- Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG
- Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA
and ECDH
- TLS 1.0, 1.1 and 1.2
- Abstraction layers for ciphers, hashes, public key operations, platform
abstraction and threading
.
This package contains the header files and static libraries for mbed TLS.
Description-md5:
Multi-Arch: same
Homepage: https://www.trustedfirmware.org/projects/mbed-tls/
Tag: devel::lang:c, devel::library, implemented-in::c, protocol::ssl,
role::devel-lib, security::cryptography
Section: libdevel
Priority: optional
Filename: pool/main/m/mbedtls/libmbedtls-dev_2.28.7-1_amd64.deb