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

Last updated: May 03,2024

1. Install "nbc" package

This is a short guide on how to install nbc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install nbc

2. Uninstall "nbc" package

In this section, we are going to explain the necessary steps to uninstall nbc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove nbc $ sudo apt autoclean && sudo apt autoremove

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

Package: nbc
Priority: extra
Section: universe/electronics
Installed-Size: 3777
Maintainer: Ubuntu Developers
Original-Maintainer: Slavko
Architecture: amd64
Version: 1.2.1.r4+dfsg-1
Depends: libc6 (>= 2.2.5), libusb-0.1-4 (>= 2:0.1.12)
Recommends: bluez | bluetooth
Suggests: libnxt, t2n
Filename: pool/universe/n/nbc/nbc_1.2.1.r4+dfsg-1_amd64.deb
Size: 927108
MD5sum: 470656914ac17d003515155e08019443
SHA1: 4bbdf29bcc9be8eacc851349a8561644a9230382
SHA256: 88cf66e7179d57c317044b0d207b1882f18e1def190dba7820519ecb525f29f9
Description-en: Compiler for LEGO Mindstorms NXT bricks
Next Byte Codes (NBC) is a simple language with an assembly language syntax
that can be used to program LEGO's NXT programmable brick (from the new LEGO
Mindstorms NXT set).
.
Not eXactly C (NXC) is a high level language, similar to C, built on top of the
NBC compiler. It can also be used to program the NXT brick. NXC is basically
NQC for the NXT. To compile NXC programs just use the NBC compiler with source
code files that have a .nxc file extension.
.
If you are just getting started with programming, then graphical environments
such as the Mindstorms NXT software may be better choices for you. If, however,
you're a programmer and you prefer typing a few lines to drag and drop icon
programming, then either NBC or NXC may be perfect for you.
Description-md5: fc4d19b462e582e4dddc53de33e3e1a4
Homepage: http://bricxcc.sourceforge.net/nbc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu