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

Last updated: May 18,2024

1. Install "libcpptoml-dev" package

This guide covers the steps necessary to install libcpptoml-dev on Kali Linux

$ sudo apt update $ sudo apt install libcpptoml-dev

2. Uninstall "libcpptoml-dev" package

In this section, we are going to explain the necessary steps to uninstall libcpptoml-dev on Kali Linux:

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

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

Package: libcpptoml-dev
Source: cpptoml
Version: 0.1.1-3
Installed-Size: 1860
Maintainer: Timo Röhling
Architecture: all
Size: 179760
SHA256: 137dbcd5ac87c3dff4ccd616d46741be4e771b2a74210e92b2562febd1817fec
SHA1: ec8e5873173e6d74d712270eb2c26d037bd7a0b1
MD5sum: aaf8b5bd0b6b87b3adc8693cb3979e50
Description: C++ header-only library for parsing TOML configuration files
TOML is a file format for configuration files. It is intended to be easy
to read and write due to obvious semantics which aim to be "minimal", and
is designed to map unambiguously to a dictionary.
.
cpptoml is a C++ header-only library that implements the TOML 0.5.0
standard.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/skystrife/cpptoml
Section: libdevel
Priority: optional
Filename: pool/main/c/cpptoml/libcpptoml-dev_0.1.1-3_all.deb