我想在 ubuntu 20.04 中安装 indy-sdk,但我找不到任何关于它的文档。我该如何安装它?
3 回答
试试这个,我在 ubuntu 20.04 上使用了仿生版本并且它工作正常。
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
sudo add-apt-repository “deb https://repo.sovrin.org/sdk/deb仿生大师”</p>
sudo apt-get 更新
sudo apt-get install -y libindy
如果我们在 apt-get 中错误地写入存储库,将会出现文件未找到错误。您可以在https://github.com/hyperledger/indy-sdk#ubuntu-based-distributions-ubuntu-1604-and-1804上获取命令。
如果你在这部分写错了,会出现找不到文件的错误
sudo add-apt-repository "deb https://repo.sovrin.org/sdk/deb (xenial|bionic) {发布通道}"
所以,不要使用 () 和 {},如下:
sudo add-apt-repository “deb https://repo.sovrin.org/sdk/deb仿生大师”</p>
只需按照此处的安装过程:https ://github.com/hyperledger/indy-sdk#ubuntu-based-distributions-ubuntu-1604-and-1804
检查是否安装了稳定的nodejs。尝试使用节点版本 10。