Install

Procedure 

1. Select the appropriate OS in UNIX Installation Commands, and enter the command line.

UNIX Installation Commands

OS

Command

Note

macOS

sudo installer -verbose -pkg /path/to/package.pkg -target <DEVICE>

The parameter for option -target is a device, not a path, and is typically “/” .

Linux

sudo yum install -y rpm/*.rpm

sudo yum remove -y tib_rv_<major.minor>.x86_64

To install to SUSE, use sudo zypper install rpm/*.rpm

To uninstall from SUSE, use sudo zypper rm tib_rv_<major.minor>

2. When installation is complete, see Do This First—Administrator’s Checklist on in TIBCO Rendezvous Administration.