How to Install and Uninstall nbc.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "nbc.x86_64" package

This guide covers the steps necessary to install nbc.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install nbc.x86_64

2. Uninstall "nbc.x86_64" package

Please follow the guidelines below to uninstall nbc.x86_64 on Fedora 34:

$ sudo dnf remove nbc.x86_64 $ sudo dnf autoremove

3. Information about the nbc.x86_64 package on Fedora 34

Last metadata expiration check: 1:30:16 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : nbc
Version : 1.2.1.r3
Release : 22.fc34
Architecture : x86_64
Size : 822 k
Source : nbc-1.2.1.r3-22.fc34.src.rpm
Repository : fedora
Summary : Simple language and compiler to program the LEGO NXT brick
URL : http://bricxcc.sourceforge.net/nbc/
License : MPLv1.1
Description : 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 (Not Quite C) for the NXT.