Ubuntu 18.04 and libwayland-egl.so.1 issue
After update of my Kubuntu 18.04 (few days ago) some applications say that libwayland-egl.so.1 is missing. For example - Firefox: libwayland-egl.so.1: cannot open shared object file: No such file or directory.
The same info I receive in case of opera, chromium and many other programs. I've tried to reach solution in google but with no success. I have got libwayland-egl1-mesa installed in newest version.
Solution 1:
Running the following command solved the problem for me.
apt install libwayland-egl1
Source: Padoka: latest mesa breaks wayland – workaround
Solution 2:
Try installing libegl1-mesa-dev
Worked for me