so installieren Sie sshfs in Centos 8 mit dem Paketmanager-Tool aus dem Repository

Ich installiere sshfs mit diesem Befehl in CentOS 8, aber es hat nicht funktioniert:

[root@localhost ~]# dnf install sshfs
Last metadata expiration check: 0:01:53 ago on Sat 11 Jul 2020 07:59:03 AM EDT.
No match for argument: sshfs
Error: Unable to find a match: sshfs


[root@localhost ~]#  dnf install fuse-sshfs 
Last metadata expiration check: 0:00:02 ago on Sat 11 Jul 2020 08:04:40 AM EDT.
No match for argument: fuse-sshfs
Error: Unable to find a match: fuse-sshfs

Ist es möglich, es von Repo aus zu installieren?

 2
Author: Dolphin, 2020-07-11

1 answers

Zuerst heißt das Paket fuse-sshfs, nicht sshfs.

Zweitens müssen Sie zuerst das PowerTools-Repo aktivieren, wenn Sie dies noch nicht getan haben.

yum-config-manager --enable PowerTools

Zuletzt installieren fuse-sshfs

yum install fuse-sshfs
 3
Author: Nasir Riley,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/techietown.info/template/agent.layouts/content.php on line 61
2020-09-05 01:37:31