Install Gorp

Install Dependencies

Gorp requires the following software packages to work. Refer to your distribution’s package manager for more information how to install.

  • curl
  • jq
  • screen
  • wget

Download Gorp

Download Latest Version

sha256: 95dff0e88fe8ea5a10dccab4660402978ce282c6990f8c282cc1dc1de997b4fc

Install Gorp

With Gorp downloaded, follow these steps to install.

  1. Extract the archive: tar -xf ./latest.tar.gz
  2. Got into the extracted folder: cd ./latest/
  3. Make the installer executable: chmod +x ./install.sh
  4. Run the installer: ./install.sh
  5. Once finished, feel free to remove the downloaded folder and archive:
    cd ../ rm ./latest.tar.gz rm -rf ./latest/