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

Last updated: May 14,2024

1. Install "libcereal-dev" package

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

$ sudo apt update $ sudo apt install libcereal-dev

2. Uninstall "libcereal-dev" package

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

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

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

Package: libcereal-dev
Source: libcereal
Version: 1.3.2+dfsg-5
Installed-Size: 1103
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: rapidjson-dev
Size: 220948
SHA256: 5e384d3483feb87fd20e53d784d2c984991793399263a59baaa6dd4fa337f50e
SHA1: fa6addb14dfdebb1eaf860541c360df2c429cad3
MD5sum: 590c37ebc28ddc05fe0c1df651def0c7
Description: C++11 library for serialization
cereal is a header-only C++11 serialization library. cereal takes arbitrary
data types and reversibly turns them into different representations, such as
compact binary encodings, XML, or JSON. cereal was designed to be fast,
light-weight, and easy to extend - it has no external dependencies and can be
easily bundled with other code or used standalone.
Description-md5:
Homepage: https://uscilab.github.io/cereal/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcereal/libcereal-dev_1.3.2+dfsg-5_amd64.deb