quantumsheep / sshs

Terminal user interface for SSH
MIT License
963 stars 32 forks source link

Can't install on Fedora 35 #26

Closed excodex closed 2 years ago

excodex commented 2 years ago

Hello,

I have tried to install via the one line command on my Fedora 35 server, but it did not work.

Also I had to install "Development Tools" and "Development Libraries" before running the install script.

[x@vps ~]$ sudo dnf groupinstall "Development Tools" "Development Libraries"

[x@vps ~]$ curl --proto '=https' --tlsv1.2 -sSLf "https://git.io/JBhDb" | sudo sh

  Termscp configuration
> Platform:      linux
> Arch:          x86_64

? Install termscp 0.8.2? [y/N] y
> Detected rpm on your system
> Installing termscp via RPM package
> Downloaded rpm package to /tmp/tmp.l8MyPzgPMv.rpm
> Installing termscp, please wait…
error: Failed dependencies:
    libcrypto.so.10()(64bit) is needed by termscp-0.8.2-1.el7.x86_64
    libcrypto.so.10(OPENSSL_1.0.1_EC)(64bit) is needed by termscp-0.8.2-1.el7.x86_64
    libcrypto.so.10(OPENSSL_1.0.2)(64bit) is needed by termscp-0.8.2-1.el7.x86_64
    libcrypto.so.10(libcrypto.so.10)(64bit) is needed by termscp-0.8.2-1.el7.x86_64
    libssl.so.10()(64bit) is needed by termscp-0.8.2-1.el7.x86_64
    libssl.so.10(libssl.so.10)(64bit) is needed by termscp-0.8.2-1.el7.x86_64

How can I fix this issue?

Thanks!

quantumsheep commented 2 years ago

Hi! Have you tried installing OpenSSL ?

dnf --enablerepo=updates-testing install openssl-libs
excodex commented 2 years ago

It did nothing unfortunately.

[x@vps ~]$ sudo dnf --enablerepo=updates-testing install openssl-libs
Fedora 35 - x86_64 - Test Updates                                                           7.7 MB/s | 7.4 MB     00:00    
Last metadata expiration check: 0:00:02 ago on Fri 06 May 2022 20:33:41 CEST.
Package openssl-libs-1:1.1.1n-1.fc35.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
quantumsheep commented 2 years ago

I just realized, what is https://git.io/JBhDb ? It's not related to sshs.