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

Last updated: May 18,2024

1. Install "libcork-dev" package

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

$ sudo apt update $ sudo apt install libcork-dev

2. Uninstall "libcork-dev" package

Please follow the steps below to uninstall libcork-dev on Kali Linux:

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

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

Package: libcork-dev
Source: libcork
Version: 1.0.0~rc3-3
Installed-Size: 185
Maintainer: Debian Bridges Team
Architecture: amd64
Depends: libcork16 (= 1.0.0~rc3-3)
Suggests: libcork-doc
Size: 30992
SHA256: 395960bde30bb7d276cf3528e22857751ffd23f40bd066129df783e3d716085f
SHA1: 1b4c5f5b18ac1aa790baceb05c0301d7de36e748
MD5sum: 0aec94463bbdae5bc500802322fef06b
Description: simple, easily embeddable, cross-platform C library (development files)
It falls roughly into the same category as glib or APR in the C world;
the STL, POCO, or QtCore in the C++ world; or the standard libraries of any
decent dynamic language.
.
So if libcork has all of these comparables, why a new library? Well, none of
the C++ options are really applicable here. And none of the C options work,
because one of the main goals is to have the library be highly modular,
and useful in resource-constrained systems. You’ll hopefully see how this
fits into an interesting niche of its own.
.
This package provides C header files for the libraries.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/dcreager/libcork
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libc/libcork/libcork-dev_1.0.0~rc3-3_amd64.deb