analogdevicesinc / adi-kuiper-imager

Other
6 stars 0 forks source link

Installation: Installing artifact for Ubuntu (v. 22.04) raises an error that needs to be handled #21

Closed HRosete closed 1 year ago

HRosete commented 2 years ago

Environment:

Describe the bug

Installed adi-kuiper-imager on an Ubuntu 22.04 machine using the artifact from the v1.0.0-rc1 release raised this error:

The following packages have unmet dependencies: kuiper-imager : Depends: libssl1.1 (>= 1.1.0) but it is not installable E: Unable to correct problems, you have held broken packages.

Apparently, this issue is prominent in the Ubuntu community and has to do with the dotnet support on Ubuntu 22.04 (please see this link). The GitHub thread led to this specific workaround that worked for the machine. This enabled the installation of the artifact to be successful.

To Reproduce

Steps to reproduce the behavior:

  1. Install the artifact for Ubuntu on a Linux machine.
  2. See the error.

Expected behavior

This must be indicated in the README file. The installation must be smooth.

tagoylo commented 1 year ago

Installation on Ubuntu is successful after following README file. Issue can be closed.