Install and update the Rigi CLI tool
Use this link to download various versions of the Rigi CLI tool.
The CLI tool has the following options:
Windows/macOS
To install, perform the following steps:
Download the application's zip package.
Extract the archive to the folder in which it should be installed.
Linux
To install, perform the following steps:
Download the tar.gz package of the application.
Use the terminal to go to the target folder in which the application should be installed.
Usually, the target folder containing the Rigi CLI tool is located outside the repository.
Extract the package using the following command:
tar xzf Rigi-CLI.tar.gz
Linux from apt repository
To install, perform the following steps:
Add the repository as a global tool using the following command:
curl -1sLf \ 'https://dl.cloudsmith.io/dwOe05u88BRwwjw9/rigi/rigi-cli/setup.deb.sh' \ | sudo -E bash
Download the package using the following command:
sudo apt-get install Rigi-CLI-linux={version}
Example 31. Examplesudo apt-get install Rigi-CLI-linux=1.9.0