How to Install and Uninstall chibicc Package on Kali Linux

Last updated: September 28,2024

1. Install "chibicc" package

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

$ sudo apt update $ sudo apt install chibicc

2. Uninstall "chibicc" package

Please follow the step by step instructions below to uninstall chibicc on Kali Linux:

$ sudo apt remove chibicc $ sudo apt autoclean && sudo apt autoremove

3. Information about the chibicc package on Kali Linux

Package: chibicc
Version: 0+git20220719+ds-4
Installed-Size: 153
Maintainer: Gürkan Myczko
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 59980
SHA256: 1cab3d506cdf734fa9c07636ff1db0132010a39f39483139cede7a80345a1e66
SHA1: 35cae232b65da18c2537ae8ea48e972c144da0f7
MD5sum: 522fc13d8ec060bf243838028eaa436a
Description: small C compiler
This is yet another small C compiler that implements most C11 features.
Even though it still probably falls into the "toy compilers" category just
like other small compilers do, chibicc can compile several real-world
programs, including Git, SQLite, libpng and chibicc itself, without making
modifications to the compiled programs. Generated executables of these
programs pass their corresponding test suites. So, chibicc actually supports
a wide variety of C11 features and is able to compile hundreds of thousands
of lines of real-world C code correctly.
Description-md5:
Homepage: https://github.com/rui314/chibicc
Section: devel
Priority: optional
Filename: pool/main/c/chibicc/chibicc_0+git20220719+ds-4_amd64.deb