Fix for apt origin error `E: Repository ‘https://releases.algorand.com/deb stable InRelease’ changed its ‘Origin’ value from ‘algorand’ to ‘Algorand’`

The original value of “Origin” was “Algorand”, and we had temporarily updated it to “algorand”.
However, we realized that was a mistake and have since reverted it back to “Algorand”.

Unfortunately, those that had added their repositories during that brief time that the change had been made will now see the error posted above, and we’re very sorry for the inconvenience.

We found the solution was the following:

  1. Remove the repo from /etc/apt/sources.list
  2. apt-get update
  3. Re-add the repo to /etc/apt/sources.list
  4. apt-get update

I hope that this is helpful. Please let us know if you continue to have issues.

1 Like