Install the Respresso CLI
Install on Linux
Once you install the CLI, the respresso
command will become available from all of your terminals.
Please note that, currently, the Respresso CLI executable for Linux is not signed. You can verify the downloaded executable's hash to make sure it is matching the one released by Respresso. Instructions are listed below.
One liner in Shell
This command does the followings:
- Downloads the CLI to the current directory.
- [Executed with sudo] Moves the downloaded executable to /usr/local/bin/respresso. This allows you to access it from anywhere with the
respresso
command - [Executed with sudo] Grants execution permission to the executable. This allows the system to execute the file.
Manual installation
Installing the Respresso CLI can be done similarly as the above command does it:
- Download the Respresso CLI executable:
Download - Move the downloaded file to /usr/local/bin/respresso
- Grant the execution permission to the file. You can do it as a superuser with this command:
chmod +x /usr/local/bin/respresso
Verifying the downloaded executable's checksum
There is no official way to verify the Linux executable's issuer, but you can check that the checksum is matching the official releases.
The current, 2.0.0 version must match the 453db309f9e4230049ca48c6ba690fdb15c908f15f11140ddd963bfc2c9cd640
SHA-256 checksum.
You can use the sha256sum command from GNU Coreutils (preinstalled in most distributions) to compute the hash of the downloaded file:
sha256sum respresso