Webex ubuntu

From SafeCodeGroup
Revision as of 13:24, 14 September 2023 by Srikanth (talk | contribs) (Created page with "'''webex for Ubuntu''' 1 Go to  http://webex.com/downloads.html to download the app. 2 Install the app from the command line: sudo apt-get install ./Webex.deb '''Verify signature''' You can verify the cryptographic signatures. The key webex_public.key is available on this downloads page. 1 Import the public key: gpg --import webex_public.key 2 Install the dpkg-sig package sudo apt-get install dpkg-sig 3 Check the cryptographic signature: dpkg-sig --verify We...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

webex for Ubuntu

1 Go to  http://webex.com/downloads.html to download the app.

2 Install the app from the command line:

sudo apt-get install ./Webex.deb

Verify signature

You can verify the cryptographic signatures. The key webex_public.key is available on this downloads page.

1 Import the public key:

gpg --import webex_public.key

2 Install the dpkg-sig package

sudo apt-get install dpkg-sig

3 Check the cryptographic signature:

dpkg-sig --verify Webex.deb