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.
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.
Most helpful comment
In the meantime, you can manually install libicu60 downloading the package:
~bashwget 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.