Installation v3.1.1¶
Quantum Origin CLI can be delivered either within an installer or as a direct executable. The standard distribution method is via the installer.
Upgrades can be delivered in-place, without prior removal of the older version.
Note
If you are using an executable directly, skip the package installation steps, copy the executable binary to your preferred location, ensure it’s in your executable path, and jump immediately to Configuration.
To install¶
It is recommended to verify the Quantum Origin package before installation. Verification guide can be found Package Verification.
Quantum Origin CLI is installed using the operating system installation or package manager.
Note
Your Quantinuum provided installer’s filename will contain arch, OS and version tags e.g. redhat-9_x64_v3.0.0 To simplify the following example commands, these have been omitted from the installer’s filename.
To install on Windows you can either launch the GUI installer:
PS C:\> & "C:\path\to\qo_cli_installer.exe"
Or alternatively perform a silent install using default options:
PS C:\> & "C:\path\to\qo_cli_installer.exe" /S
$ sudo dpkg -i ./qo_cli.deb
$ sudo rpm -i ./qo_cli.rpm
Note
The NOKEY warning means the RPM VERIFYING key isn’t imported. Please follow the steps RPM Verification to import the public key.
Once installed, the CLI can be configured and used immediately.
You can test that installation worked correctly using the –version command
PS C:\> qo_cli --version
$ qo_cli --version
$ qo_cli --version
This should display Quantum Origin CLI <Version>
Inspect the version number, if that matches the intended version, installation is successful.
To uninstall¶
To uninstall, execute your operating system’s standard uninstall command, listed below:
To uninstall on Windows you can either launch the GUI uninstaller:
PS C:\> & "C:\Program Files\qo_cli\Uninstall.exe"
Or alternatively perform a silent uninstall:
PS C:\> & "C:\Program Files\qo_cli\Uninstall.exe" /S
$ sudo dpkg -r qo_cli
$ sudo rpm -e qo_cli