Skip to content

Latest commit

 

History

History
51 lines (44 loc) · 1.47 KB

README.md

File metadata and controls

51 lines (44 loc) · 1.47 KB

Aggregion blockchain platform

Links

Wallet application

Documentation

If you have previously installed AGRIO, please run the agrio_uninstall script (it is in the directory where you cloned AGRIO) before downloading and using the binary releases.

Mac OS X Brew Install

$ brew tap agrio/agrio
$ brew install agrio

Mac OS X Brew Uninstall

$ brew remove agrio

Ubuntu 18.04 Debian Package Install

$ wget https://github.com/aggregion/agr/releases/download/v1.4.1/agrio-1.4.1.ubuntu-18.04-x86_64.deb
$ sudo apt install ./agrio-1.4.1.ubuntu-18.04-x86_64.deb

Ubuntu 16.04 Debian Package Install

$ wget https://github.com/aggregion/agr/releases/download/v1.4.1/agrio-1.4.1.ubuntu-16.04-x86_64.deb
$ sudo apt install ./agrio-1.4.1.ubuntu-16.04-x86_64.deb

Debian Package Uninstall

$ sudo apt remove agrio

RPM Package Install

$ wget https://github.com/aggregion/agr/releases/download/v1.4.1/agrio-1.4.1.x86_64-0.x86_64.rpm
$ sudo yum install ./agrio-1.4.1.x86_64-0.x86_64.rpm

RPM Package Uninstall

$ sudo yum remove agrio.cdt

Other links