nulib2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
nulib2: command not found
or when using sudo you get the following error message
sudo: nulib2: command not found
Solutions to nulib2: command not found
How To Fix nulib2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu nulib2 is provided by nulib2 package.
nulib2 is:
NuLib2 is a command-line archive utility for NuFX and Binary II archives, as commonly used on Apple II systems. It can handle files produced by ShrinkIt. Typical extensions for the files it supports are SHK, SDK, BXY, BSE, SEA, BNY, and BQY.
It handles file types, resource forks, comments, large archives, wrappers…
To fix this problem, we can install more using the command below.
sudo apt-get -y install nulib2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install nulib2.
sudo apt -y install nulib2
Or if you have aptitude installed you can use the following command.
sudo aptitude install nulib2
Summary
In this tutorial we learn how to fix nulib2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.