Webex ubuntu: Difference between revisions

From SafeCodeGroup
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 1: Line 1:
'''webex for Ubuntu'''
'''webex for Ubuntu'''
~ Run update:
  # sudo  apt-get update && apt-get upgrade -y


1 Go to  http://webex.com/downloads.html to download the app.
1 Go to  http://webex.com/downloads.html to download the app.
Line 5: Line 8:
2 Install the app from the command line:
2 Install the app from the command line:


sudo apt-get install ./Webex.deb
    sudo apt-get install ./Webex.deb


'''Verify signature'''
'''Verify signature'''
Line 13: Line 16:
1 Import the public key:
1 Import the public key:


gpg --import webex_public.key
    gpg --import webex_public.key


2 Install the dpkg-sig package
2 Install the dpkg-sig package


sudo apt-get install dpkg-sig
    sudo apt-get install dpkg-sig


3 Check the cryptographic signature:
3 Check the cryptographic signature:


dpkg-sig --verify Webex.deb
    dpkg-sig --verify Webex.deb

Latest revision as of 13:26, 14 September 2023

webex for Ubuntu

~ Run update:

 # sudo  apt-get update && apt-get upgrade -y

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