svicpm2dmk command not found

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

Introduction

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

svicpm2dmk: command not found

or when using sudo you get the following error message

sudo: svicpm2dmk: command not found

Solutions to svicpm2dmk: command not found

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

In Ubuntu svicpm2dmk is provided by dmktools package.

dmktools is:

Emulators such as OpenMSX attempt to emulate a real machine as best as possible. Some copy protection schemes rely on unformatted or bad sectors on floppy disks. The dmk format allows disk images to contain such unusual configurations. This package contains tools for generating and manipulating dmk image files.

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

sudo apt-get -y install dmktools

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

You can also use apt command to install dmktools.

sudo apt -y install dmktools

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

sudo aptitude install dmktools

Summary

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