Please Install The Following Missing Packages Libapr1 Libaprutil1 Libasound2 Libglib200 Install Jun 2026
WSL often lacks audio and GUI libraries by default. After installing the packages via your distro's commands (e.g., sudo apt install ... ), you may also need to install a sound server like PulseAudio on Windows to route libasound2 calls.
If you encounter this error on Arch Linux (often when running an Ubuntu-packaged application inside a container or wrapper), use pacman to fetch the corresponding packages: sudo pacman -S apr apr-util alsa-lib glib2 Use code with caution. Step 3: Verify the Installations
If you are trying to install a new program on Linux, you might see an error message. It will tell you that you need to install missing packages. Specifically, it might list , libaprutil1 , libasound2 , and libglib2.0-0 . This guide will show you how to fix this problem quickly. What Are These Missing Packages? WSL often lacks audio and GUI libraries by default
. These systems have transitioned to newer library versions (often suffixed with
sudo pacman -S apr apr-util alsa-lib glib2 If you encounter this error on Arch Linux
sudo apt install ./package-name.deb
Open your terminal and run the following command to install the required libraries. Note that on newer systems, you may need the variants specifically. Specifically, it might list , libaprutil1 , libasound2
Use the following command:
libapr1 libaprutil1 libasound2 libglib2.0-0 - Linux Mint Forums