Translations:Installing the game on Linux/55/en
From Vintage Story Wiki
As an example, searching for and installing OpenAL with apt
might be done with these commands (in Ubuntu); prefer the grep
variant here as there are many more extraneous results:
Search: sudo apt list | grep openal
OR sudo apt search openal
Install: sudo apt install libopenal-dev