New comment by shaeri on void-packages repository https://github.com/void-linux/void-packages/pull/17505#issuecomment-570148966 Comment: Thanks for testing the packages. Creating the symlink is correct and usually libfoo.so and libfoo.so.1 are symlinks to the libfoo..so.version. ldconfig usually takes care of creating the symlinks. That is part of what ldconfig does. So after installing the nvidia drivers (nvidia440.44) you should run ldconfig as sudo user and it will take care of creating all the symlinks. `sudo ldconfig` The issue here is that libnvoptix is part of the nvidia driviers and somehow the symlinks libnvoptix.so and libnvoptix.so.1 are not created as part of driver installation. The nvidia drivers are not part of the free void-linux repos and furthermore installing them without creating the correct xorg.conf may break the display, therfore, I opted for not including them to be installed alongside these 2 packages. I can include the execution of ldconfig as a post installation step in the libnvidia-container installation template. However, if nvidia drivers are installed after these 2 packages, this problem will persist.