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

Last updated: May 02,2024

1. Install "libcyaml-dev" package

Please follow the instructions below to install libcyaml-dev on Kali Linux

$ sudo apt update $ sudo apt install libcyaml-dev

2. Uninstall "libcyaml-dev" package

This tutorial shows how to uninstall libcyaml-dev on Kali Linux:

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

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

Package: libcyaml-dev
Source: libcyaml
Version: 1.4.1-1
Installed-Size: 139
Maintainer: Sudip Mukherjee
Architecture: amd64
Depends: libcyaml1 (= 1.4.1-1)
Size: 31096
SHA256: 0f6a8ce097950156811fcde2d5edbd0956bccaa0014dfe4088364b57be6a0209
SHA1: 79bb083b296f4edd4a4f15429c6976a955fe71e4
MD5sum: 3c2ac38fdb72806bc056854f388a9701
Description: library to read and write YAML documents (development files)
libcyaml is a C library to allow applications to construct schemas
which describe both the permissible structure of the YAML documents
to read/write, and the C data structure(s) in which the loaded data
is arranged in memory.
.
This package contains the development files for libcyaml1.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/tlsa/libcyaml
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcyaml/libcyaml-dev_1.4.1-1_amd64.deb