How to Install and Uninstall ccbuild Package on Kali Linux

Last updated: May 05,2024

1. Install "ccbuild" package

This is a short guide on how to install ccbuild on Kali Linux

$ sudo apt update $ sudo apt install ccbuild

2. Uninstall "ccbuild" package

This guide let you learn how to uninstall ccbuild on Kali Linux:

$ sudo apt remove ccbuild $ sudo apt autoclean && sudo apt autoremove

3. Information about the ccbuild package on Kali Linux

Package: ccbuild
Source: ccbuild (2.0.9-1)
Version: 2.0.9-1+b1
Installed-Size: 473
Maintainer: tony mancill
Architecture: amd64
Depends: libbobcat6 (>= 6.01.00), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgnutls30 (>= 3.7.0), libgomp1 (>= 4.9), libstdc++6 (>= 11)
Size: 163420
SHA256: 5c82f6d6478f069b189fe6c9b25eeef279c91df102ce9e0de8c83d649dbcc439
SHA1: ad29fcbfadcc50f8c70aa966ed65e1b1f77b7b4e
MD5sum: f015507f466559dbe45f88a43fd1571c
Description: source scanning build utility for C++
Scan the source for main functions and includes. When the file
contains a main function it will compile all the files next to that
file's includes and link them into a program.
.
This makes it possible to build entire programs with minimal
configuration. Linker and compiler options can be added and will be
automatically divided over the compiler and linker.
Description-md5:
Homepage: https://github.com/bneijt/ccbuild
Section: devel
Priority: optional
Filename: pool/main/c/ccbuild/ccbuild_2.0.9-1+b1_amd64.deb