Post
Topic
Re: [ANN][KMD][dPoW] Komodo - Zcash Zero Knowledge Privacy Secured by Bitcoin
by
michatriptych
on 29/12/2017, 20:03:46 UTC
It would be nice if i can figure out how to install the agama wallet on linux.

Downloaded the agama .run file but nothing happens .
I'm searching at this moment for a solution ,but seems there's no guide for linux and the terminal gave me a " Syntax error: "(" unexpected " -error

To install .run programs on Linux use the following commands:

Code:
chmod +x AgamaApp-xxxx.run

sudo ./AgamaApp-xxxx.run

But there is an issue for some users where nothing happens at all, this happened to me as well and it's not yet clear which  missing package is the culprit. It is reported that using a .deb installer works, but I don't know where to find a .deb installer for the latest version. Try asking to support on the website form!


The missing package(s) must be one or more of these: build-essential pkg-config libcurl3-gnutls-dev libc6-dev libevent-dev m4 g++-multilib autoconf libtool ncurses-dev unzip git python zlib1g-dev wget bsdmainutils automake libboost-all-dev libssl-dev libprotobuf-dev protobuf-compiler libqt4-dev libqrencode-dev libdb++-dev

I installed them all and the problem was solved.