sshfs vám pomocí ssh přimountuje vzdálený filesystém na vzdáleném serveru.
Protože v epel-release repozitářích se fuse-sshfs nenacházel a zrovna tento návod z diskuse nefungoval, což ukazuje následující výstup:
dnf --enablerepo=epel -y install fuse-sshfs
Last metadata expiration check: 2:07:28 ago on Thu 04 Apr 2024 09:09:11 PM CEST.
No match for argument: fuse-sshfs
Error: Unable to find a match: fuse-sshfs
Řešení:
dnf --enablerepo=powertools -y install fuse-sshfs
Výstup:
AlmaLinux 8 - PowerTools 202 kB/s | 3.1 MB 00:15
Last metadata expiration check: 0:00:01 ago on Thu 04 Apr 2024 11:42:32 PM CEST.
Dependencies resolved.
======================================================================================================================================================================
Package Architecture Version Repository Size
======================================================================================================================================================================
Installing:
fuse-sshfs x86_64 2.8-5.el8 powertools 56 k
Transaction Summary
======================================================================================================================================================================
Install 1 Package
Total download size: 56 k
Installed size: 110 k
Downloading Packages:
fuse-sshfs-2.8-5.el8.x86_64.rpm 11 kB/s | 56 kB 00:05
----------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total 5.3 kB/s | 56 kB 00:10
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Installing : fuse-sshfs-2.8-5.el8.x86_64 1/1
Running scriptlet: fuse-sshfs-2.8-5.el8.x86_64 1/1
Verifying : fuse-sshfs-2.8-5.el8.x86_64 1/1
Installed:
fuse-sshfs-2.8-5.el8.x86_64
Complete!
Ještě se můžete setkat s tímto problémem:
Import of key(s) didn't help, wrong key(s)?
Public key for fuse-2.9.7-19.el8.x86_64.rpm is not installed. Failing package is: fuse-2.9.7-19.el8.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
Public key for fuse-common-3.3.0-19.el8.x86_64.rpm is not installed. Failing package is: fuse-common-3.3.0-19.el8.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'dnf clean packages'.
Error: GPG check FAILED
řešení:
rpm --import https://repo.almalinux.org/almalinux/RPM-GPG-KEY-AlmaLinux
zdroj1 zdroj2