Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while loading shared libraries: libX11.so.6 [closed]

I installed authy using the snap install authy command. When I try to open the application, I get the following error message: /snap/authy/6/authy: error loading shared libraries: libX11.so.6: unable to open shared objects file: No such file or directory

Ubuntu 20.04.3 LTS

like image 544
Por lolo Per lele Avatar asked May 21 '26 02:05

Por lolo Per lele


2 Answers

Installing libx11-6:i386 worked for me:

sudo apt-get install libx11-6:i386

after that I experienced another error solved by installing libstdc++5:i386:

sudo apt-get install libstdc++5:i386
like image 101
32cupo Avatar answered May 25 '26 00:05

32cupo


In my case a Citrix icaclient installation caused the issue.

Affected applications were Thunderbird and VLC

sudo dpkg --purge icaclient

fixed the issue, no reboot was required.

like image 26
ausinch Avatar answered May 24 '26 23:05

ausinch



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!