ario command not found

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

Introduction

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

ario: command not found

or when using sudo you get the following error message

sudo: ario: command not found

Solutions to ario: command not found

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

In Ubuntu ario is provided by ario package.

ario is:

Ario is a full featured client for MPD (Music Player Daemon). The interface used to browse the library is inspired by Rhythmbox but Ario aims to be much lighter and faster. It uses GTK2, avahi for MPD server detection and curl to download remote files (like cover arts and lyrics). Various plugins are provided like audioscrobbler/last.fm submission or multimedia keys support.

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

sudo apt-get -y install ario

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

You can also use apt command to install ario.

sudo apt -y install ario

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

sudo aptitude install ario

Summary

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