Fixed - loading shared libraries: libpangox-1.0.so.0: Anydesk on Ubuntu 22.04 | vetechno

Fixed - loading shared libraries: libpangox-1.0.so.0: Anydesk on Ubuntu 22.04 | vetechno
Fixed - loading shared libraries: libpangox-1.0.so.0: Anydesk on Ubuntu 22.04 | vetechno

When I successfully Installed latest Anydesk on my local Ubuntu 22.04 Jammy Jellyfish system. And tried to run the Anydesk application, it doesn't launch/start. when I checked the status service, the anydesk service was failed. And got the below error message

Fixed - loading shared libraries: libpangox-1.0.so.0: Anydesk on Ubuntu 22.04 | vetechno
Fixed - loading shared libraries: libpangox-1.0.so.0: Anydesk on Ubuntu 22.04 | vetechno


Error is looks like

/usr/bin/anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory
anydesk.service: Failed with result 'exit-code'.

libpangox-1.0.so.0 is a library used for text layout and rendering the text. Most of the work on Pango-1.0 was done using the GTK+ widget toolkit as a test platform.

Basically what I have done is just installed libpangox library which is used by Anydesk service to launch.

Also Read:

* Install Anydesk on Ubuntu 22.04 LTS Jammy Jellyfish


How to FIX loading shared libraries: libpangox-1.0.so.0: on Ubuntu 22.04 Jammy


Use below command to resolve it:

Step1. Download libpangox-1.0 package

wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb

Step2. Now install libpangox-1.0 package on Ubuntu 22.04

sudo apt install ./libpangox-1.0-0_0.0.2-5.1_amd64.deb

Step3. Check the Anydesk Service

sudo service anydesk status                 # for status check
sudo service anydesk stop                    # for stop service
sudo service anydesk start                   # for start service


Conclusion

Congratulation you have successfully fix the error message loading shared libraries: libpangox-1.0 on Ubuntu 22.04 . Please let me know if you are facing any error in the below comment box. We will happy to assist you.
Happy learning..!!!!!!

You may also link

Comments

Post a Comment

Popular posts from this blog

Failed to establish the VPN connection. This may be caused by a mismatch in the TLS version.

To make SSL VPN connection work, please turn off IE security configuration | vetechno

How to install Mysql 8.0.29 on Ubuntu 22.04 LTS | vetechno