как установить sshfs в centos 8 из репозитория с помощью инструмента диспетчера пакетов

Я устанавливаю sshfs с помощью этой команды в CentOS 8, но это не сработало:

[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

Можно ли установить его из репозитория?