[Ethereum] How to install mist (browser) and wallet on Linux Ubuntu

linuxmistUbuntu

I am somewhat new to Linux and have been having difficulty installing Mist. I tried using this script https://gist.github.com/tgerring/d4ab3f1672ed91a53c6c to no avail. It usually goes wrong around line 11. I am trying to download Mist 8.10 on Ubuntu.

Best Answer

The release download page is here

Download the *.deb (Debian) file, e.g. Ethereum-Wallet-linux64-0-9-0.deb

Then do:

cd ~/Downloads
sudo dpkg -i Ethereum-Wallet-linux64-0-9-0.deb
Related Topic