Install SIGCLEAR packages.

Install from the official SIGCLEAR repositories for Debian, RHEL, and Rocky Linux.

1. Prerequisites

  • Debian 12 or 13, RHEL 8 or 9, and Rocky Linux 8 or 9 are recommended. Official packages are also available for legacy Debian 9, 10 and 11, RHEL 7, and CentOS 7 systems.
  • An Intel or AMD x86_64 system with at least 16 GB of memory is required.
  • An internet connection is required for installation and updates, but not during normal runtime.
  • Administrative access through sudo is required for installation and system-level package updates, but not during normal runtime.

2. Install SIGCLEAR packages

2.1 On Debian

Install the SIGCLEAR repository configuration:

wget -O /tmp/sigclear-repos.deb https://sigclear.com/repos/bootstrap/sigclear-repos.deb
sudo apt install /tmp/sigclear-repos.deb
sudo apt update

Install the complete SIGCLEAR platform:

sudo apt install sigclear-experiment sigclear-plot sigclear-document sigclear-develop

2.2 On RHEL, Rocky Linux, or CentOS

Install the SIGCLEAR repository configuration:

wget -O /tmp/sigclear-repos.rpm https://sigclear.com/repos/bootstrap/sigclear-repos.rpm
sudo yum install /tmp/sigclear-repos.rpm

Install the complete SIGCLEAR platform:

sudo yum install sigclear-experiment sigclear-plot sigclear-document sigclear-develop

2.3 On other systems

Contact SIGCLEAR for customized packages for systems or architectures not supported by the official repositories.

Discuss your system
Sign out and sign in again, or start a new login shell, after installation

To use SIGCLEAR immediately in the current Bash-compatible shell, run:

source /etc/profile.d/sigclear.sh

3. Activate SIGCLEAR

The packages can be installed together, but each commercial product requires a corresponding trial or annual license.

3.1 Get the Host ID

Run this command on the workstation you want to license:

sglicense-hostid

3.2 Request a license

Submit the Host ID when requesting a free trial or purchasing an annual license.

3.3 Install the license file

For activation by the current user, store the received .license file in ~/.sigclear/:

mkdir -p ~/.sigclear
cp /path/to/received-file.license ~/.sigclear/
Shared workstation or cluster installation

An administrator can place the license in /opt/sigclear/share/ to make it available to all users of that installation:

sudo install -m 0644 /path/to/received-file.license /opt/sigclear/share/

Sharing the license file does not expand the machines or usage permitted by the license.

3.4 Verify activation

List the valid SIGCLEAR product licenses available to the current user:

sglicense-check