openal-info command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
openal-info: command not found
or when using sudo you get the following error message
sudo: openal-info: command not found
Solutions to openal-info: command not found
How To Fix openal-info: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu openal-info is provided by openal-info package.
openal-info is:
This utility is useful in diagnosing OpenAL related issues and for displaying helpful informationa about what is supported on your system with OpenAL.
This package installs the OpenAL Soft openal-info utility.
To fix this problem, we can install more using the command below.
sudo apt-get -y install openal-info
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install openal-info.
sudo apt -y install openal-info
Or if you have aptitude installed you can use the following command.
sudo aptitude install openal-info
Summary
In this tutorial we learn how to fix openal-info command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.