How to Install and Uninstall tcc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "tcc" package

This tutorial shows how to install tcc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install tcc

2. Uninstall "tcc" package

This guide covers the steps necessary to uninstall tcc on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the tcc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: tcc
Priority: optional
Section: universe/devel
Installed-Size: 380
Maintainer: Ubuntu Developers
Original-Maintainer: Thomas Preud'homme
Architecture: amd64
Version: 0.9.27~git20151227.933c223-1
Provides: c-compiler
Depends: libc6 (>= 2.14)
Recommends: libc6-dev | libc-dev
Filename: pool/universe/t/tcc/tcc_0.9.27~git20151227.933c223-1_amd64.deb
Size: 144646
MD5sum: 752830e653cb12a907174a00dc76fa75
SHA1: 8d1fff13a69ddf512145cc978d3dbc866665b16a
SHA256: 75f2afdfca2c216ee4f2ed1a564fd6725a65084f6b242c2cbed1485a05009d4a
Description-en: 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: dcac8a45b9295c2c42e6540299eec5fe
Homepage: http://www.tinycc.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu