nomarch command not found

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

Introduction

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

nomarch: command not found

or when using sudo you get the following error message

sudo: nomarch: command not found

Solutions to nomarch: command not found

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

In Ubuntu nomarch is provided by nomarch package.

nomarch is:

This is a de-archiving only replacement for the arc archiver from SEA. It can handle pkarc archives, as well as others. It can also be used with emacs - see the nomarch manpage.

This package is very useful for E-Mail virus scanner scripts for attachment unpacking.

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

sudo apt-get -y install nomarch

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

You can also use apt command to install nomarch.

sudo apt -y install nomarch

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

sudo aptitude install nomarch

Summary

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