oem-config-remaster command not found

In this troubleshooting guide we learn how to fix oem-config-remaster command not found error message

Introduction

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

oem-config-remaster: command not found

or when using sudo you get the following error message

sudo: oem-config-remaster: command not found

Solutions to oem-config-remaster: command not found

How To Fix oem-config-remaster: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu oem-config-remaster is provided by oem-config-remaster package.

oem-config-remaster is:

This script remasters a CD with additional packages and optional oem-config preseed data.

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

sudo apt-get -y install oem-config-remaster

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

You can also use apt command to install oem-config-remaster.

sudo apt -y install oem-config-remaster

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

sudo aptitude install oem-config-remaster

Summary

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