gnomad2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnomad2: command not found
or when using sudo you get the following error message
sudo: gnomad2: command not found
Solutions to gnomad2: command not found
How To Fix gnomad2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnomad2 is provided by gnomad2 package.
gnomad2 is:
Gnomad 2 is a GUI built on top of GTK/GNOME 2, id3lib and libnjb that makes it possible to transfer tracks and files from/to a Creative Nomad Jukebox (all brands). It is designed much like an ordinary graphical FTP program.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnomad2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnomad2.
sudo apt -y install gnomad2
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnomad2
Summary
In this tutorial we learn how to fix gnomad2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.