Eos: Prepare packages for Ubuntu 20.04

Created on 25 Apr 2020  路  4Comments  路  Source: EOSIO/eos

A new LTS release is about to be available, so it will be great to have deb packages for it.

So far, I tried to install eosio_2.0.5-1-ubuntu-18.04_amd64.deb on Ubuntu 20.04 LTS, alas, not working:

The following packages have unmet dependencies:
 eosio : Depends: libicu60 but it is not installable
E: Unable to correct problems, you have held broken packages.
track-in-jira

Most helpful comment

In the meantime, you can manually install libicu60 downloading the package:

~bash
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb
sudo dpkg -i ./libicu60_60.2-3ubuntu3.1_amd64.deb
~

After that you'll be able to properly install eosio under ubuntu 20.04.

All 4 comments

Install dependency before installation,use this command apt-get install libicu60 libusb-1.0-0 libcurl3-gnutls

ubuntu 20.04 use libicu66

I have the same problem on ubuntu 20.04.
please provide it to work with ubuntu 20.04

In the meantime, you can manually install libicu60 downloading the package:

~bash
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb
sudo dpkg -i ./libicu60_60.2-3ubuntu3.1_amd64.deb
~

After that you'll be able to properly install eosio under ubuntu 20.04.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Npizza picture Npizza  路  3Comments

christola picture christola  路  3Comments

hadramidah picture hadramidah  路  3Comments

congnghebitcoin picture congnghebitcoin  路  3Comments

jiazechen picture jiazechen  路  3Comments