Installing an Adapter

Install or uninstall a Vocera Platform adapter at a customer site on a Vocera system for a customer.

Execute the following steps using the system's command prompt.

  1. Verify that the adapter resides in a repository which is in '/etc/yum.repos.d/'.
  2. Run the following commands:
    sudo yum clean all
    sudo yum check-updates
  3. Verify that the rpm package to be installed is available using the following command:
    sudo yum list available | grep extension
  4. Install the adapter by specifying its rpm package name in place of <package-name> in the code below. (This information should be specified on the related Release Information page in the wiki; see Release Notes.)
    sudo yum install <package-name>
  5. Uninstall an adapter by specifying its rpm package name in place of <package-name> in the code below. (This information should be specified on the related Release Notes page; see Release Notes.)
    sudo yum remove <package name>