vi/websocat

Cannot install in Fedora 40 container

davidscholberg opened this issue · 2 comments

When I try to install this in a Fedora 40 container (specifically registry.fedoraproject.org/fedora-toolbox:40), I get the following error:

$ sudo dnf install -y websocat
Last metadata expiration check: 0:00:25 ago on Sat 01 Jun 2024 06:10:13 PM EDT.
Error:
 Problem: conflicting requests
  - nothing provides libcrypto.so.1.1()(64bit) needed by websocat-1.5.0-2.fc32.x86_64 from copr:copr.fedorainfracloud.org:atim:websocat
  - nothing provides libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) needed by websocat-1.5.0-2.fc32.x86_64 from copr:copr.fedorainfracloud.org:atim:websocat
  - nothing provides libssl.so.1.1()(64bit) needed by websocat-1.5.0-2.fc32.x86_64 from copr:copr.fedorainfracloud.org:atim:websocat
  - nothing provides libssl.so.1.1(OPENSSL_1_1_0)(64bit) needed by websocat-1.5.0-2.fc32.x86_64 from copr:copr.fedorainfracloud.org:atim:websocat
(try to add '--skip-broken' to skip uninstallable packages)

Is Fedora 40 supported?

vi commented

1.5.0 looks like a rather old version. The Fedora package looks unmaintained.

Maybe ask a Fedora maintainer to update the package?

Ah, I didn't realize that this was an older version. I'll probably go with the github release option then.