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

Last updated: May 18,2024

1. Install "libtcc-dev" package

Please follow the steps below to install libtcc-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libtcc-dev

2. Uninstall "libtcc-dev" package

Learn how to uninstall libtcc-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libtcc-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 431
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Preud'homme
Architecture: amd64
Source: tcc
Version: 0.9.27~git20151227.933c223-1
Filename: pool/universe/t/tcc/libtcc-dev_0.9.27~git20151227.933c223-1_amd64.deb
Size: 109286
MD5sum: 42a27a147263e644bed8a1c7792bffb4
SHA1: 1a2fb242f09fffb51f8983d30533d8a672a2e7fb
SHA256: d58f137957c4b9fcbaa63675d951db65d28f288250ea6146c33187929de68b35
Description-en: 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: 7df7a679c5c0eb70ce53dfd0b6d7e097
Multi-Arch: same
Homepage: http://www.tinycc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu