defichain-income icon indicating copy to clipboard operation
defichain-income copied to clipboard

Running DefiChain Income on Ubuntu 22.04

Open siorpaesas opened this issue 2 years ago • 0 comments

Make sure you have the package libssl1.1 installed on your machine. With Ubuntu 22.04, this package wont be pre-installed. You may use the following command to add the repository to your sources.list.

echo "deb http://security.ubuntu.com/ubuntu impish-security main" | sudo tee /etc/apt/sources.list.d/impish-security.list

Then install the library libssl1.1 sudo apt install libssl1.1.

siorpaesas avatar Jun 09 '22 15:06 siorpaesas