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

Last updated: May 02,2024

1. Install "libgclib-dev" package

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

$ sudo apt update $ sudo apt install libgclib-dev

2. Uninstall "libgclib-dev" package

Please follow the guidance below to uninstall libgclib-dev on Kali Linux:

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

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

Package: libgclib-dev
Source: libgclib
Version: 0.12.7+ds-5
Installed-Size: 1230
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libgclib3 (= 0.12.7+ds-5)
Size: 277800
SHA256: 80be6c7aa11b54b18a780aca4a91347f44f834d442635353c456362e63bdab50
SHA1: 8f560acdafa55469f607da05dbf90df885ae8121
MD5sum: 2cec4ec8db7d74cfb1828ca7eae99c7a
Description: header files for Genome Code Lib (GCLib)
This is an eclectic gathering of (mostly) C++ code which upstream used
for some bioinformatics projects. The main idea is to provide
lean code and efficient data structures, trying to avoid too many code
dependencies of heavy libraries while minimizing production cycles (and
this also implies a decent compile/build time -- looking at you,
bloated configure scripts and lengthy compile times of Boost code or
other heavy C++ template code..).
.
This code was gathered even before the C++ STL had been fully adopted as
a cross-platform "standard". Since STL by itself is a bit heavier for
most of the C++ needs, it is preferred to use simpler&leaner C++ classes
or templates for basic strings, containers, basic algorithms etc.
.
Header files of Genome Code Lib. It is mainly known for being
used by StringTie but with its own release cycle.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/gpertea/gclib
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libg/libgclib/libgclib-dev_0.12.7+ds-5_amd64.deb