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, 1186🔥, 0💬
Popular Posts:
How To Merge Cells in a Column? If you want to merge multiple cells vertically in a row, you need to...
How to read RSS validation errors at w3.org? If your RSS feed has errors, the RSS validator at w3.or...
What are the differences of Differences of evaluateTransaction() and submitTransaction() of the fabr...
What is EPUB 3.0 Metadata "dcterms:modified" property? EPUB 3.0 Metadata "dcterms:modified" is a req...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...