Update Gorp

Update Dependencies

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

Chances are you are fine to not update these, however it’s good security hygiene to keep core software updated. Additionally, Gorp is always developed and tested with the newest version of these (on Fedora).

  • curl
  • jq
  • screen
  • wget

Download Gorp

Download Latest Version

sha256: f22875485f70d01bc5f9ea4b8e659db1d13e5e1b813d0244e910cf217d9dcc25

Update Gorp

With Gorp downloaded, follow these steps to update.

  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. The installer will detect your existing installation. Answer y when prompted to update.
  6. Once finished, feel free to remove the downloaded folder and archive:
    cd ../ rm ./latest.tar.gz rm -rf ./latest/