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 installableE: 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:
Install the artifact for Ubuntu on a Linux machine.
See the error.
Expected behavior
This must be indicated in the README file. The installation must be smooth.
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:
Expected behavior
This must be indicated in the README file. The installation must be smooth.