AtomicParsley command not found

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

Introduction

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

AtomicParsley: command not found

or when using sudo you get the following error message

sudo: AtomicParsley: command not found

Solutions to AtomicParsley: command not found

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

In Ubuntu AtomicParsley is provided by atomicparsley package.

atomicparsley is:

AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files supporting these styles of metadata:

  • iTunes-style metadata into .mp4, .m4a, .m4p, .m4v, .m4b files
  • 3gp-style assets (3GPP TS 26.444 version 6.4.0 Release 6 specification conforming) in 3GPP, 3GPP2, MobileMP4 & derivatives
  • ISO copyright notices at movie & track level for MPEG-4 & derivative files
  • uuid private user extension text & file embedding for MPEG-4 & derivative files

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

sudo apt-get -y install atomicparsley

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

You can also use apt command to install atomicparsley.

sudo apt -y install atomicparsley

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

sudo aptitude install atomicparsley

Summary

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