aj-snapshot command not found

In this troubleshooting guide we learn how to fix aj-snapshot command not found error message

Introduction

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

aj-snapshot: command not found

or when using sudo you get the following error message

sudo: aj-snapshot: command not found

Solutions to aj-snapshot: command not found

How To Fix aj-snapshot: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu aj-snapshot is provided by aj-snapshot package.

aj-snapshot is:

Aj-snapshot is a small program that can be used to make snapshots of the connections made between JACK and/or ALSA clients. Because JACK can provide both audio and MIDI support to programs, aj-snapshot can store both types of connections for JACK. ALSA, on the other hand, only provides routing facilities for MIDI clients. Aj-snapshot is meant to be used from the command line.

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

sudo apt-get -y install aj-snapshot

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

You can also use apt command to install aj-snapshot.

sudo apt -y install aj-snapshot

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

sudo aptitude install aj-snapshot

Summary

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