Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: move the "libtinfo5" installation instruction upper (in the requirements section)

...

Code Block
languagebash
sudo apt -y install libgconf2-4


Note
titleUbuntu 21 dependency

If you are using a recent version of Ubuntu (+21.04) you should install the "shared low-level terminfo" library. Otherwise the indy-cli installation may fail;

sudo apt install -y libtinfo5

Download Repos

Enter these six commands into your terminal:

...

Code Block
languagebash
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CE7709D068DB5E88
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb bionic stable"
sudo add-apt-repository "deb https://repo.sovrin.org/deb bionic stable"
sudo apt-get update -y
sudo apt-get upgrade -y 
sudo apt-get install -y indy-cli
cd ~

(info) If you are using a recent version of Ubuntu (+20.x) you should install the "shared low-level terminfo library" or the indy-cli installation may fail;

...


Now download the Indicio TestNet Genesis file:

...