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

Last updated: May 12,2024

1. Install "libgc-dev" package

This tutorial shows how to install libgc-dev on Kali Linux

$ sudo apt update $ sudo apt install libgc-dev

2. Uninstall "libgc-dev" package

Please follow the instructions below to uninstall libgc-dev on Kali Linux:

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

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

Package: libgc-dev
Source: libgc
Version: 1:8.2.6-1
Installed-Size: 969
Maintainer: Christoph Egger
Architecture: amd64
Depends: libgc1 (= 1:8.2.6-1), libc-dev
Size: 410112
SHA256: c153270875ab17f5d4bf6d3f05a3c949b654c9770f0b8e8b6c1fa5c47e344667
SHA1: b2bfe4ce412481ab3f67a8f9eca2596d6599a447
MD5sum: 0201b0bd77f45011a49e3f2b0abc5c55
Description: conservative garbage collector for C (development)
Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
intended to be used as a plug-in replacement for C's malloc or C++'s new().
.
It allows you to allocate memory basically as you normally would without
explicitly deallocating memory that is no longer useful. The collector
automatically recycles memory when it determines that it can no longer be
used.
.
This version of the collector is thread safe, has C++ support and uses the
defaults for everything else. However, it does not work as a drop-in malloc(3)
replacement.
.
This package is required to compile and link programs that use libgc1c2.
Description-md5:
Multi-Arch: same
Homepage: https://www.hboehm.info/gc/
Tag: devel::lang:c, devel::lang:c++, devel::library, implemented-in::c,
role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libg/libgc/libgc-dev_8.2.6-1_amd64.deb