daisy-player command not found

In this troubleshooting guide we learn how to fix daisy-player command not found error message

Introduction

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

daisy-player: command not found

or when using sudo you get the following error message

sudo: daisy-player: command not found

Solutions to daisy-player: command not found

How To Fix daisy-player: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu daisy-player is provided by daisy-player package.

daisy-player is:

Daisy-player is a command-line player for talking books based on the Digital Accessible Information System protocol. It is comparable in functionality, features, and ease of use with commercial players, and has a simple user interface appropriate for Braille terminals.

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

sudo apt-get -y install daisy-player

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

You can also use apt command to install daisy-player.

sudo apt -y install daisy-player

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

sudo aptitude install daisy-player

Summary

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