Mist
如何在 Linux Ubuntu 上安裝霧(瀏覽器)和錢包?
我對 Linux 有點陌生,並且在安裝 Mist 時遇到了困難。我嘗試使用此腳本https://gist.github.com/tgerring/d4ab3f1672ed91a53c6c無濟於事。它通常在第 11 行附近出錯。我正在嘗試在 Ubuntu 上下載 Mist 8.10。
發布下載頁面在這裡
下載 *.deb (Debian) 文件,例如 Ethereum-Wallet-linux64-0-9-0.deb
然後做:
cd ~/Downloads sudo dpkg -i Ethereum-Wallet-linux64-0-9-0.deb
我也有這個問題。
這對我來說很好:
sudo dpkg -i --force-all Ethereum-Wallet-linux32-0-8-7.deb
如果這不起作用,您可以在這裡嘗試https://github.com/ethereum/mist/issues/1418