How to Install and Uninstall tcc Package on Kali Linux

Last updated: May 15,2024

1. Install "tcc" package

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

$ sudo apt update $ sudo apt install tcc

2. Uninstall "tcc" package

Please follow the instructions below to uninstall tcc on Kali Linux:

$ sudo apt remove tcc $ sudo apt autoclean && sudo apt autoremove

3. Information about the tcc package on Kali Linux

Package: tcc
Version: 0.9.27+git20200814.62c30a4a-1
Installed-Size: 813
Maintainer: Thomas Preud'homme
Architecture: amd64
Provides: c-compiler
Depends: libc6 (>= 2.14)
Recommends: libc6-dev | libc-dev
Size: 292872
SHA256: 86f491f0deafd195ca7bd822aceb184cf8e44b86f79ea81b7a1874bc4e95867a
SHA1: 65b0af698096b3fa8aae9fb029bcc685a92303a5
MD5sum: c6fbfa2f24896c93fb4d3cbcac116891
Description: small ANSI C compiler
TCC (for Tiny C Compiler) is a small and fast ANSI C compiler. It
generates optimized x86 code, and can compile, assemble, and link
several times faster than 'gcc -O0'. Any C dynamic library can be used
directly. It includes an optional memory and bounds checker, and
bounds-checked code can be mixed freely with standard code. C script
is also supported via the usual hash-bang mechanism.
.
NOTE: TCC is still somewhat experimental and is not recommended for
production use. The code it generates is much less optimized than what
GCC produces, and compiler bugs can have serious security consequences
for your program.
Description-md5:
Homepage: http://www.tinycc.org/
Tag: devel::compiler, devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program,
scope::application, scope::utility, works-with-format::plaintext,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/t/tcc/tcc_0.9.27+git20200814.62c30a4a-1_amd64.deb