Package Details: webex-bin 43.11.0.27795-1

Git Clone URL: https://aur.archlinux.org/webex-bin.git (read-only, click to copy)
Package Base: webex-bin
Description: Webex for Linux
Upstream URL: https://www.webex.com/
Licenses: custom
Submitter: AlexanderS
Maintainer: AlexanderS
Last Packager: AlexanderS
Votes: 29
Popularity: 0.28
First Submitted: 2021-05-12 11:28 (UTC)
Last Updated: 2023-11-16 16:28 (UTC)

Pinned Comments

AlexanderS commented on 2021-10-14 14:19 (UTC) (edited on 2021-10-14 14:19 (UTC) by AlexanderS)

If the checksums do not match with the downloaded files, Cisco may have updated the Webex package. Please simply click the "Flag package out-of-date" link at top of the page and I will update the package as soon as possible.

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

grumpynaga commented on 2021-09-14 12:01 (UTC)

had to delete the .local/share/Webex* folders for version webex-bin 41.9.0.19961-1.

Webex would open, try to display "whats new" (found out after) and crash.

philippe commented on 2021-09-01 14:44 (UTC)

This application does not start for me. Whether with dmenu or in the terminal, it fails with no message.

daviddasilva commented on 2021-09-01 12:14 (UTC)

Been having issue since August 30th where opening certain chats crashes the app. Also issues with meetings again. Anyone else having these issues?

jhossbach commented on 2021-08-10 13:09 (UTC)

Still no chat in the new version... I don't understand why they are implementing other features instead of one of the most important functions

cosandr commented on 2021-08-10 09:22 (UTC)

Patch for 41.8.0.19732

diff --git a/PKGBUILD b/PKGBUILD
index 362b0a4..d144749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
 pkgname=webex-bin
-pkgver=41.7.0.19440
+pkgver=41.8.0.19732
 pkgrel=2
 pkgdesc="Webex for Linux"
 arch=('x86_64')
@@ -32,7 +32,7 @@ depends=('alsa-lib'
          'xdg-utils')
 source=("$pkgname-$pkgver.deb::https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb"
         'webex.xml')
-sha256sums=('5b15f4f71024685baa3675e2e1f33d0572cb75943b618ccf67673b04c70904cc'
+sha256sums=('a80a379dea851dfc634a9b44d5da2b7cb6f3b86945576f9cddd1aee423ddfb81'
             '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')
 options=('!strip')

Kastakin commented on 2021-08-07 18:32 (UTC)

the fix proposed by @thht and implemented by @AlexanderS works like a charm!

oohjio commented on 2021-08-07 17:56 (UTC)

Thanks for the update, Camera and screen sharing is now properly working for me.

AlexanderS commented on 2021-08-07 14:49 (UTC)

@thht Thanks, I implemented the fix in a new revision of the package.

thht commented on 2021-08-07 12:02 (UTC)

ok, i think i solved it!

the app ships with its own version of libstdc++.so.6. deleting it by issueing:

sudo rm /opt/Webex/lib/libstdc++.so.6

solves the problem.