How to Install bcc in Ubuntu 18.04



Install bcc by entering the following commands in the terminal:

sudo apt update
sudo apt install bcc

Description:

16-bit x86 C compiler

This is a C-compiler for 8086 cpus which is important for the development of boot loaders or BIOS related 8086 code.

Version: 0.16.17-3.3

Section: universe/devel