nqc software package provides Not Quite C compiler for LEGO Mindstorms RCX, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install nqc
nqc is installed in your system.
Make ensure the nqc package were installed using the commands given below,
$ sudo dpkg-query -l | grep nqc *
You will get with nqc package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Development |
| Package | nqc |
| Version | 3.1.r6-1 |
| Description | Not Quite C compiler for LEGO Mindstorms RCX |
| Sub Section | devel |