remaster-compose command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
remaster-compose: command not found
or when using sudo you get the following error message
sudo: remaster-compose: command not found
Solutions to remaster-compose: command not found
How To Fix remaster-compose: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu remaster-compose is provided by remaster-iso package.
remaster-iso is:
Set of scripts to extract an iso image, edit the images filesystem.squashfs, and finally compose the changes back in iso format.
To fix this problem, we can install more using the command below.
sudo apt-get -y install remaster-iso
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install remaster-iso.
sudo apt -y install remaster-iso
Or if you have aptitude installed you can use the following command.
sudo aptitude install remaster-iso
Summary
In this tutorial we learn how to fix remaster-compose command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.