After this command
sudo apt-get install openal
I got this message:
E: Unable to locate package openal
After this command
sudo apt-get install openal
I got this message:
E: Unable to locate package openal
Use the following command in a terminal:
First of all, you can always search packages using apt-cache:
Then you will find out, that you need to install
libopenal
(libopenal1
in Ubuntu 12.04)