Package Details: anydesk-bin 6.3.3-1

Git Clone URL: https://aur.archlinux.org/anydesk-bin.git (read-only, click to copy)
Package Base: anydesk-bin
Description: The Fast Remote Desktop Application
Upstream URL: https://anydesk.com
Keywords: anydesk desktop remote teamviewer
Licenses: custom
Conflicts: anydesk
Provides: anydesk
Submitter: D3SOX
Maintainer: D3SOX (severach)
Last Packager: D3SOX
Votes: 227
Popularity: 1.29
First Submitted: 2020-02-26 00:13 (UTC)
Last Updated: 2024-09-23 13:52 (UTC)

Pinned Comments

D3SOX commented on 2024-02-08 16:46 (UTC) (edited on 2024-04-23 11:42 (UTC) by D3SOX)

Please check if there's actually a new version for Linux available before flagging this package. The version numbers for Windows and Linux are different.

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 21 Next › Last »

Zesko commented on 2020-05-04 09:18 (UTC) (edited on 2020-05-04 09:24 (UTC) by Zesko)

@PocketSam 'pangox-compat-0.0.2+2+gedb9e09-3' is still in the Manjaro repos, not in the Arch repos. Manjaro did not remove it. But you wait until Manjaro will remove it. Or you can install 'anydesk-debian' in AUR.

D3SOX commented on 2020-05-04 09:01 (UTC) (edited on 2020-05-05 12:26 (UTC) by D3SOX)

@PocketSam I don't know much about pacaur but can you try a clean build? You might consider using yay or trizen. You can remove pangox-compat from your system since it's no longer in the repositories

PocketSam commented on 2020-05-04 08:59 (UTC)

For some reason I can't install package. pacaur installs pangox-compat which conflicts with anydesk-bin.

$ LC_ALL=C pacaur -a -S anydesk-bin :: resolving dependencies... :: looking for inter-conflicts...

AUR Packages (1) anydesk-bin-5.5.5-4
Repo Packages (2) gtkglext-1.2.0-11 pangox-compat-0.0.2+2+gedb9e09-3

Repo Download Size: 0.00 MiB Repo Installed Size: 1.68 MiB

:: Proceed with installation? [Y/n]

ik_5 commented on 2020-05-04 06:37 (UTC)

Updated the package and now it works well for me.

Thank you very much

kelepiradam commented on 2020-05-04 05:43 (UTC) (edited on 2020-05-04 06:41 (UTC) by kelepiradam)

If anyone already has anydesk-bin 5.5.5-2 installed then removing pango related conflicts and the workaround from the build file enables proper installation of 5.5.5-4 over 5.5.5-2 and anydesk continues to work fine. I will use this workaround until a proper solution comes for pango.

galvez_65 commented on 2020-05-04 02:20 (UTC)

Anydesk is failing to load because it can't find pangox, which was removed the repos 2 days ago. I still had it in my cache so I reinstalled it, but its an obsolete dependency so I hope anydesk fixes this.

Zesko commented on 2020-05-03 17:50 (UTC)

I have the same issue today. The solution is to install 'anydesk-debian' AUR package.

D3SOX commented on 2020-05-03 17:18 (UTC) (edited on 2020-05-04 13:37 (UTC) by D3SOX)

@zuzavo Yes, generally speaking it's a bad idea but currently the pangox-compat package is not there so I added the symlink to the package. It's an ancient library but nevertheless I don't know why it was removed

zuzavo commented on 2020-05-03 17:04 (UTC)

I've read in the forums that link and change the names of the libs isn't a good idea. Soon or late the whole thing will break in any update. https://bbs.archlinux.org/viewtopic.php?id=151082 (related to another issue...)

D3SOX commented on 2020-05-03 16:16 (UTC) (edited on 2020-05-04 09:31 (UTC) by D3SOX)

For Manjaro users:

You can install version 5.5.5-3 of the package until Manjaro also removes pangox-compat

mkdir anydesk-bin && cd anydesk-bin && curl -o PKGBUILD https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=anydesk-bin&id=8648470b1ea3d4bd29ad9fa68139bfd1353604b8 && makepkg -rsi


For Arch users:

It seems that the pangox-compat package has been removed from the repositories. (And I was not notified before removing it, although I maintain a package which depends on it) (https://git.archlinux.org/svntogit/packages.git/?h=packages/pangox-compat)

I added a workaround to the package that adds a symlink for libpangox-1.0.so.0 which seems to work. (If anybody has a better solution please tell me!)