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 2 3 4 5 6 7 8 9 .. 12 Next › Last »

llenlewag commented on 2022-03-16 13:48 (UTC)

Hi, I did the changes in pkgbuild to renew the sha256sums and make makepkg a success. How can I make a request to update the git repository ?

beanrod commented on 2022-03-08 22:37 (UTC) (edited on 2022-03-08 22:40 (UTC) by beanrod)

Yes I know just flag out of date and wait... but I need this for work haha.

For those tired of waiting...

Take a timeshift first in case replacing libsecret hurts you.

Change Libsecret to a version working with Webex choose to replace when prompted

yay -S libsecret-mr64

Assuming the checksum hasn't updated yet... Get the checksum

cd /tmp

wget https://binaries.webex.com/WebexDesktop-Ubuntu-Official-Package/Webex.deb

sha256 Webex.deb

Note at time of writing '5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d'

Clone Repo and edit PKGBUILD

git clone https://aur.archlinux.org/webex-bin.git

cd webex-bin

vim PKGBUILD (or nano etc.)

Look for this. Generally just the top SHA needs to be replaced with the sha from above...

sha256sums=('2a6938d31fdbedcf65b7f94dd3e0f0a69579da731f26f8d6f975e43ce8fff85d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

To this

sha256sums=('5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

Build the Package

makepkg --install

Spiker985 commented on 2022-03-07 16:11 (UTC)

Can confirm, the version and checksum provided by @christianlupus works, so you can build your own in the time being.

As for libsecret, there was a patch that was in 0.20.4-1, which was removed in 0.20.5-1. This is why the libsecret package has been updated to use libscret-mr94, as it is a static package until upstream Webex gets updated to not use the no-longer-available patch.

donpicoro commented on 2022-03-07 15:09 (UTC)

Hi,

for 42.3.0.21576 the sums are the following:

sha256sums=('5c54df0f70804ad1e8c8e49db8a207941fc038a15afeaf550614ae5ed1aad42d' '0d0b2664ac4aeb9a4a4b9f530dee4a14c13875735b87a3d96bf81f43eeec00ab')

Cheers,

christianlupus commented on 2022-03-04 14:24 (UTC)

Currently, I am not able to build the package as I am missing the libxcrypt-compat package. Could you please have a look?

luispflamminger commented on 2022-03-02 08:36 (UTC)

@sylphid may I ask how you found out the solution? I would like to get better at debugging stuff like this.

kermitaln commented on 2022-03-02 08:35 (UTC) (edited on 2022-03-02 08:47 (UTC) by kermitaln)

How did you downgrade libsecret? I did:

sudo pacman -U /var/cache/pacman/pkg/libsecret-0.20.4-1-x86_64.pkg.tar.zst

libsecret is now 0.20.4-1 but webex is still crashing...

EDIT: Need to reinstall Webex

razr commented on 2022-02-27 17:54 (UTC)

Can also confirm, that downgrading libsecret to 0.20.4-1 again fixes the issue. Thanks a lot!

jhossbach commented on 2022-02-27 10:04 (UTC)

Can confirm that downgrading libsecret brings webex back up.

sylphid commented on 2022-02-26 20:06 (UTC)

I was able to get webex to launch again by downgrading libsecret to 0.20.4-1.