How to Install and Uninstall libgc1 Package on Kali Linux

Last updated: May 20,2024

1. Install "libgc1" package

This guide let you learn how to install libgc1 on Kali Linux

$ sudo apt update $ sudo apt install libgc1

2. Uninstall "libgc1" package

Learn how to uninstall libgc1 on Kali Linux:

$ sudo apt remove libgc1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libgc1 package on Kali Linux

Package: libgc1
Source: libgc
Version: 1:8.2.6-1
Installed-Size: 402
Maintainer: Christoph Egger
Architecture: amd64
Replaces: libgc1c2
Depends: libc6 (>= 2.34), libstdc++6 (>= 4.1.1)
Conflicts: libgc1c2
Size: 244328
SHA256: 2ca26787447bae9a76ea20fbc71a51c17ec097cf66aa38673e18c110a074a195
SHA1: 1031612f054c9ce21d73768f50f4669ee588ba63
MD5sum: 9f347dcae1647b49eb8faa8f2f97a620
Description: conservative garbage collector for C and C++
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.
Description-md5:
Multi-Arch: same
Homepage: https://www.hboehm.info/gc/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libg/libgc/libgc1_8.2.6-1_amd64.deb