How to Install and Uninstall libgclib3 Package on Kali Linux

Last updated: May 13,2024

1. Install "libgclib3" package

Please follow the steps below to install libgclib3 on Kali Linux

$ sudo apt update $ sudo apt install libgclib3

2. Uninstall "libgclib3" package

This guide covers the steps necessary to uninstall libgclib3 on Kali Linux:

$ sudo apt remove libgclib3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgclib3 package on Kali Linux

Package: libgclib3
Source: libgclib
Version: 0.12.7+ds-5
Installed-Size: 398
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 5)
Size: 152272
SHA256: 9823fe7d4e3946bede6c80e6bc15f2f8de619fb09a2b4b845a7efcdfd31044e0
SHA1: 55f5f869bfbd4a372f22f696f663c7d8f28ee220
MD5sum: e42784b8886fb604c863e1161a71eb91
Description: C++ library to handle biological short sequence data
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.
Description-md5:
Multi-Arch: same
Homepage: https://github.com/gpertea/gclib
Section: libs
Priority: optional
Filename: pool/main/libg/libgclib/libgclib3_0.12.7+ds-5_amd64.deb