October 2018
Intermediate to advanced
530 pages
14h 25m
English
Currently, there is no (visual) installer available for installing Hyperledger Fabric. Instead, it uses cURL to download the necessary platform-specific binaries. cURL is an open-source, command-line tool and library, and it is used to transfer data with URLs, hence the name. You can download the latest version of the tool from the cURL website (https://curl.haxx.se), or you can use apt-get (advance package tool), a package-management utility, available on Ubuntu and other Debian-based Linux distributions.
To install cURL, open a Terminal shell and execute the following command:
$> sudo apt-get update && sudo apt-get install curl -y
This should result in the following output:
[sudo] password for hyperledger:...The following ...
Read now
Unlock full access