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, ∼1259🔥, 0💬
Popular Posts:
How to use "xsl-transform" Azure API Policy Statement? The "xsl-transform" Policy Statement allows y...
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How to install "C++/CLI Support" component in Visual Studio? I need to build my Visual Studio C++/CL...
What is EPUB 2.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 2.0 Metadata "dc:publisher" ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...