How to Install and Uninstall libgc-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "libgc-dev" package

Learn how to install libgc-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libgc-dev

2. Uninstall "libgc-dev" package

This guide let you learn how to uninstall libgc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libgc-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libgc-dev
Architecture: amd64
Version: 1:7.4.2-7.3ubuntu0.1
Multi-Arch: same
Priority: optional
Section: devel
Source: libgc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Christoph Egger
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 945
Depends: libgc1c2 (= 1:7.4.2-7.3ubuntu0.1), libc-dev
Filename: pool/main/libg/libgc/libgc-dev_7.4.2-7.3ubuntu0.1_amd64.deb
Size: 222666
MD5sum: 86328464fa34afbc783d500332acbc0a
SHA1: eb00a3eecbc13823f57e2794ca90618fbc2a124f
SHA256: a41c89e7df2e88af126f0f9da869adb5f6732db182543dd993c6edeb3723cf52
SHA512: 8206f6aa482a86b196f9314c4615f9726d7235f1b12e67c8e67189aa811e3c91d231f6504f33c8544dd693d722b5130b005c4d085b93c3f264f95a3887ce290f
Homepage: http://www.hboehm.info/gc/
Description-en: 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: 6024ab577069982922a45069ab44dff3
Supported: 5y

Package: libgc-dev
Priority: optional
Section: devel
Installed-Size: 944
Maintainer: Ubuntu Developers
Original-Maintainer: Christoph Egger
Architecture: amd64
Source: libgc
Version: 1:7.4.2-7.3
Depends: libgc1c2 (= 1:7.4.2-7.3), libc-dev
Filename: pool/main/libg/libgc/libgc-dev_7.4.2-7.3_amd64.deb
Size: 222410
MD5sum: 4b719c9dce2268e3c1332230745141cb
SHA1: 21474ea8346bb9a8d9e32204c0237d525a787fa5
SHA256: a71eebe90f5c11b34bc1782c82ca81ae9d6cce22e8c2a667417adf32ef32bfa9
Description-en: 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: 6024ab577069982922a45069ab44dff3
Multi-Arch: same
Homepage: http://www.hboehm.info/gc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m