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

Last updated: May 15,2024

1. Install "libinih-dev" package

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

$ sudo apt update $ sudo apt install libinih-dev

2. Uninstall "libinih-dev" package

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

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

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

Package: libinih-dev
Source: libinih
Version: 57-1
Installed-Size: 80
Maintainer: Yangfl
Architecture: amd64
Depends: libinih1 (= 57-1), libinireader0 (= 57-1)
Size: 21536
SHA256: 6eecc6acf98d5f501369e5ea91c83fd2a43a9565e441bf84692c0a33978705ee
SHA1: 935286e404c98964d215ef4cb24dd7d00e6cdb1d
MD5sum: 872c864ef0bb4b83dc8bd229cf8bd1fb
Description: simple .INI file parser (development files)
inih (INI Not Invented Here) is a simple .INI file parser written in C.
It's only a couple of pages of code, and it was designed to be small and
simple, so it's good for embedded systems. It's also more or less
compatible with Python's ConfigParser style of .INI files, including
RFC 822-style multi-line syntax and name: value entries.
.
This package contains the header files for libinih1 and libinireader0.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/benhoyt/inih
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libi/libinih/libinih-dev_57-1_amd64.deb