How to Install and Uninstall libtcc-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "libtcc-dev" package

This is a short guide on how to install libtcc-dev on Kali Linux

$ sudo apt update $ sudo apt install libtcc-dev

2. Uninstall "libtcc-dev" package

Please follow the step by step instructions below to uninstall libtcc-dev on Kali Linux:

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

3. Information about the libtcc-dev package on Kali Linux

Package: libtcc-dev
Source: tcc
Version: 0.9.27+git20200814.62c30a4a-1
Installed-Size: 556
Maintainer: Thomas Preud'homme
Architecture: amd64
Size: 162328
SHA256: 9772c7e24298cec761e91eb2feea5960da7e14c595800f94ede9ee5bb2a4e553
SHA1: acca2a66d5ad545533ce808e29ff275cc4365e06
MD5sum: db41390b53a7f563d41f78810af11b58
Description: fast library for dynamic code generation
Libtcc is a library that uses tcc, a compiler several times faster than
'gcc -O0' to perform dynamic code generation. It exposes in its API all
operations tcc performs to generate a binary from sources: setting
header and library paths, compiling program from a source file,
manipulating its symbols and handling relocation of its code among
other things. Libtcc is also able to compile from a buffer.
.
This package contains the static library and header file for TCC (Tiny
C Compiler).
.
NOTE: libtcc 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:
Multi-Arch: same
Homepage: http://www.tinycc.org/
Tag: devel::compiler, devel::lang:c, devel::library, implemented-in::c,
role::devel-lib, role::program
Section: libdevel
Priority: optional
Filename: pool/main/t/tcc/libtcc-dev_0.9.27+git20200814.62c30a4a-1_amd64.deb