Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have recently installed Ubuntu 22.04 on my computer.

Initially I installed libgtkglext1 using following command.

sudo apt-get install libgtkglext1

After that I installed libpangox-1.0-0 using following command.

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

Now when I run ./anydesk on my terminal I get the following error:

Aborted (core dumped)

How to fix it? Please help.

4

1 Answer

I solved the problem in this way.

I downloaded / installed the following version of libpangox: wget

sudo dpkg -i libpangox-1.0-0_0.0.2-5.1_amd64.deb

I downloaded / installed the following version of Anydesk: wget

sudo dpkg -i anydesk_6.1.1-1_amd64.deb

When I tried to start Anydesk it gave me: Aborted (core dumped)

From the shell I went to the / home / user folder and deleted the .anydesk directory

Now works :)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy