fp2subc command not found

In this troubleshooting guide we learn how to fix fp2subc command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

fp2subc: command not found

or when using sudo you get the following error message

sudo: fp2subc: command not found

Solutions to fp2subc: command not found

How To Fix fp2subc: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu fp2subc is provided by pcb-rnd-core package.

pcb-rnd-core is:

Includes the data model, the most common action commands, the native file format and the CLI (batch HID). Does not contain GUI. Can be used in headless mode or batch/scripted mode for automated processing.

To fix this problem, we can install more using the command below.

sudo apt-get -y install pcb-rnd-core

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install pcb-rnd-core.

sudo apt -y install pcb-rnd-core

Or if you have aptitude installed you can use the following command.

sudo aptitude install pcb-rnd-core

Summary

In this tutorial we learn how to fix fp2subc command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.