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

Last updated: April 20,2024

1. Install "libtomcrypt-dev" package

Please follow the steps below to install libtomcrypt-dev on Kali Linux

$ sudo apt update $ sudo apt install libtomcrypt-dev

2. Uninstall "libtomcrypt-dev" package

This guide covers the steps necessary to uninstall libtomcrypt-dev on Kali Linux:

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

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

Package: libtomcrypt-dev
Source: libtomcrypt
Version: 1.18.2+dfsg-7
Installed-Size: 2769
Maintainer: Nicolas Mora
Architecture: amd64
Depends: libtomcrypt1 (= 1.18.2+dfsg-7)
Size: 1260900
SHA256: 736c9e011f5e611f60418f627c9e1a0581c2e867abfafb288d2a93565bc00573
SHA1: 7feb3e0b9e20242718dc238de0267b855cf4c26e
MD5sum: 12827aef632b911f3113d443acb39aad
Description: static library, header files and documentation for libtomcrypt
LibTomCrypt is a well documented, public domain open source cryptographic
toolkit written in C. It supports lots of block ciphers (Blowfish, Twofish,
AES, XTEA, ...), chaining modes (ECB, CBC, OFB, CFB, CTR, ...), hash functions
(MD5, SHA-1, SHA-256, RIPE-MD, ...), HMAC mechanisms, pseudo-random number
generators and public key algorithms. It has several optimizations for the
i386, x86_64 and ppc32 architectures.
.
This package contains include files and a statically linked version of the
library.
Description-md5:
Homepage: https://www.libtom.net/LibTomCrypt/
Tag: devel::library, role::devel-lib, security::cryptography
Section: libdevel
Priority: optional
Filename: pool/main/libt/libtomcrypt/libtomcrypt-dev_1.18.2+dfsg-7_amd64.deb