You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: