01-26-2020, 06:29 PM
There must be an apt command to find which package provides the file that the error message complained about. And that command will probably also tell you whether it's installed or not. That will point you in the right direction. On Manjaro, it looks like this, showing that the package "libglvnd" is one of several that provide "libEGL.so.1" and it is installed:
Code:
$ pacman -F libEGL.so.1
extra/libglvnd 1.3.0-2 [installed]
usr/lib/libEGL.so.1
extra/odroid-c2-libgl-fb r6p1-3
usr/lib/mali-egl/libEGL.so.1
extra/odroid-c2-libgl-x11 r6p1-3
usr/lib/mali-egl/libEGL.so.1
community/pine64-libgl-fb r6p2-1
usr/lib/mali-egl/libEGL.so.1
community/pine64-libgl-x11 r6p2-1
usr/lib/mali-egl/libEGL.so.1