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

Last updated: October 07,2024

1. Install "nbc.x86_64" package

Learn how to install nbc.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install nbc.x86_64

2. Uninstall "nbc.x86_64" package

Learn how to uninstall nbc.x86_64 on Fedora 35:

$ sudo dnf remove nbc.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:15:22 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : nbc
Version : 1.2.1.r3
Release : 23.fc35
Architecture : x86_64
Size : 821 k
Source : nbc-1.2.1.r3-23.fc35.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.