roarify command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
roarify: command not found
or when using sudo you get the following error message
sudo: roarify: command not found
Solutions to roarify: command not found
How To Fix roarify: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu roarify is provided by libroar-compat-tools package.
libroar-compat-tools is:
To get programs which use the PulseAudio or YIFF API running, you can install this package and replace the appropriate libraries.
This package contains the required tools for the libroar-compat package.
To fix this problem, we can install more using the command below.
sudo apt-get -y install libroar-compat-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install libroar-compat-tools.
sudo apt -y install libroar-compat-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install libroar-compat-tools
Summary
In this tutorial we learn how to fix roarify command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.