Message-ID: <1173549791.8159.1711622779160.JavaMail.confluence@host3.pipelinefx.com> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8158_2123276570.1711622779159" ------=_Part_8158_2123276570.1711622779159 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html How to upgrade a supervisor on Linux

How to upgrade a supervisor on Linux

You need to uninstall the older Qube components, and then instal= l the newer ones.  No data is lost during the uninstall/re-install.

Uni= nstalling the Qube Supervisor

The only condition is that the Qube-core is uninstalled last.  You = can uninstall all other Qube components in any order.

The most common order is

Uninstalling with a single command-line:

The Qube rpm's have the dependencies between the supervisor, core, qubeg= ui, etc. already defined, so all components can be uninstalled with a singl= e rpm command line:

rpm -ev `rpm -qa|grep qube`<= /p>

Insta= lling the Qube Supervisor

The only condition is that the Qube-core is installed first.  You c= an install all other Qube components in any order.

The most common order is

Installing with a single command-line

The Qube rpm's have the dependencies between the supervisor, core, qubeg= ui, etc. already defined, so all components can be installed with a single&= nbsp;rpm command line:

rpm -ivh qube-core-<qube ver= sion>-<linuxversion>.rpm qube-supervisor-<qube version>-<linuxversion>.rpm qubegui-<q= ube version>-<linuxversion>.rpm

------=_Part_8158_2123276570.1711622779159--