CLI installation for Linux

In this section, you will find how to install Ritchie for Linux.

Requirements (only for versions prior to 2.0.6)

  • The make command.

Step 1: Installing command

Latest Version

To install the latest version, run the command below in the terminal:

curl -fsSL https://commons-repo.ritchiecli.io/install.sh | bash

Packages

To download a specific package or version, just paste the URL on your browser replacing the {VERSION} field according to the repository’s project tags:

Red Hat Package Manager

https://commons-repo.ritchiecli.io/{VERSION}/installer/ritchie.rpm

Debian

https://commons-repo.ritchiecli.io/{VERSION}/installer/ritchie.deb

Arch Linux

The tar.gz package is available on this Arch Linux user repository page (repository reference).

Step 2: Verify installation

Confirm if your installation went well by running this command:

rit --version

If everything’s configured, the terminal will return Ritchie’s current version.


Last modified October 29, 2021: Doc review (#161) (ef9c57d8)