rio command not found

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

Introduction

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

rio: command not found

or when using sudo you get the following error message

sudo: rio: command not found

Solutions to rio: command not found

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

In Ubuntu rio is provided by rio package.

rio is:

rio is a Diamond Rio MP3 CLI controller program The home website is http://www.world.co.uk/sba This program supports file uploads and downloads, on both the Classic Rio and the 64 Meg Rio, and supports plug in cards.

The default port is 0x378, if your rio is plugged into a different port, you will need to use the -p option.

This program directly controls various IOports. The program need to be run as root, or setuid root.

If you execute the following line as root after package installation, the program will be setuid root.

chmod 4755 /usr/bin/rio

Do NOT do that unless you understand the security implications of a setuid binary that can “easily” overwrite any system file.

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

sudo apt-get -y install rio

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

You can also use apt command to install rio.

sudo apt -y install rio

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

sudo aptitude install rio

Summary

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