Unable to Launch due to LibEGL Error

Connect requires Mesa EGL to be installed on your machine. If you are unable to launch Connect and encounter an error about libEGL, it generally means the Mesa EGL package is not installed. To confirm this, run the following:

$ ldd ~/.aspera/connect/plugins/platforms/libqxcb.so

If you then see the following, you need to install the Mesa EGL libraries on your machine:

libEGL.so.1 => not found

To install the Mesa EGL libraries on Debian (for example), run the following:

$ sudo apt-get install libegl1-mesa

Then reboot your machine.

For other Linux OSs, run the equivalent command.