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

Visual Studio Code Black Screen Windows 7, 8.1 and 10

How to download files and folder from s3 bucket using command line

How to install VLC player on Ubuntu 22.04 LTS Jammy Jellyfish | vetechno