nuriel77 / iri-playbook

IOTA IRI Fullnode Installation Playbook
MIT License
105 stars 24 forks source link

Install iri-playbook on the Ubuntu (18.04.1) stopped at loss package #99

Closed luke1987515 closed 5 years ago

luke1987515 commented 5 years ago

Hi,

I just tried to install the playbook on a Ubuntu 18.04.1 (Bionic Beaver) use

bash <(curl -s https://raw.githubusercontent.com/nuriel77/iri-playbook/master/fullnode_install.sh)

, it stopped at

Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package expect-dev E: Unable to locate package tcl

Do I missing same command before fullnode_install.sh ?

luke1987515 commented 5 years ago

I use Ubuntu 16.04.5 is OK. Thanks.

nuriel77 commented 5 years ago

Strange, I just tested a fresh install on Ubuntu 18.04.1, didn't get that error. I tested on Hetzner. Maybe something to do with the image or repositories configured on your node's?

luke1987515 commented 5 years ago

Is right! I add 'universe" in default repositories ( /etc/apt/sources.list ) It OK now. Thanks.

Before: http://archive.canonical.com/ubuntu bionic main http://archive.canonical.com/ubuntu bionic-security main http://archive.canonical.com/ubuntu bionic-updates main

After: http://archive.canonical.com/ubuntu bionic main universe http://archive.canonical.com/ubuntu bionic-security main http://archive.canonical.com/ubuntu bionic-updates main