How to Install and Uninstall fuse-sshfs.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "fuse-sshfs.x86_64" package

This guide let you learn how to install fuse-sshfs.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install fuse-sshfs.x86_64

2. Uninstall "fuse-sshfs.x86_64" package

This guide let you learn how to uninstall fuse-sshfs.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove fuse-sshfs.x86_64 $ sudo dnf autoremove

3. Information about the fuse-sshfs.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:45:15 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : fuse-sshfs
Version : 3.7.3
Release : 1.el9
Architecture : x86_64
Size : 61 k
Source : fuse-sshfs-3.7.3-1.el9.src.rpm
Repository : epel
Summary : FUSE-Filesystem to access remote filesystems via SSH
URL : https://github.com/libfuse/sshfs
License : GPLv2
Description : This is a FUSE-filesystem client based on the SSH File Transfer Protocol.
: Since most SSH servers already support this protocol it is very easy to set
: up: i.e. on the server side there's nothing to do. On the client side
: mounting the filesystem is as easy as logging into the server with ssh.