Tools, FAQ, Tutorials:
Install Composer Prerequisites on Ubuntu
How to install Hyplerledger Composer Prerequisites on Ubuntu?
✍: FYIcenter.com
The best way to install Hyplerledger Composer Prerequisites on Ubuntu is to download and run the prereqs-ubuntu.sh script.
1. Verify your Ubuntu version:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
2. Download the prereqs-ubuntu.sh script:
$ mkdir prereqs $ cd prereqs $ curl -O https://hyperledger.github.io/composer/latest/prereqs-ubuntu.sh $ ls -l -rw-rw-r-- 1 fyicenter 4001 Apr 1 18:19 prereqs-ubuntu.sh
3. Run the prereqs-ubuntu.sh script:
$ chmod u+x prereqs-ubuntu.sh $ ./prereqs-ubuntu.sh ...
You should see no errors.
Â
⇒ Verify Hyperledger Composer Prerequisites on Ubuntu
⇠Hyplerledger Composer Environment Requirement
2021-05-04, 1071🔥, 0💬
Popular Posts:
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to create a navigation file like navigation.xhtml for an EPUB 3.0 book? At least one navigation ...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
How to Install Docker Desktop 2.5.0 on Windows 10? You can follow this tutorial to Install Docker De...