If you’re also getting error while loading libgtkglext-x11-1.0 libraries, then here is the fix given in this article.
I recently installed Anydesk in my Linux. After installing it successfully, Anydesk did not open. so I used the following command:
sudo anydesk –service
After using this commend I got the following error:
anydesk: error while loading shared libraries: libgtkglext-x11-1.0.so.0: cannot open shared object file: No such file or directory
let’s see how to fix this error, so without further ado let’s get started.
Also read:- Virtualbox UEFI Shell startup.nsh Error Fixed
error while loading libgtkglext-x11-1.0 libraries [Fixed]
Simply open the Terminal in your system & type the following commands, one by one:
-
sudo apt-add-repository universe
-
sudo apt-get update
-
sudo apt-get install libgtkglext1
-
sudo apt –fix-broken install
Also read:- Ubuntu Server apt-get update error SOLVED
This is How you can fix this error. I hope it helps you.
If you got any issues then feel free to ask in the comment section or on our Twitter page.
For more tips & tricks related to Ubuntu, consider following us on Twitter –NixLoop to get Notified of our future updates.