How to Install and Uninstall fuse-sshfs.x86_64 Package on Rocky Linux 9

Last updated: October 10,2024

1. Install "fuse-sshfs.x86_64" package

Please follow the guidance below to install fuse-sshfs.x86_64 on Rocky Linux 9

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

2. Uninstall "fuse-sshfs.x86_64" package

This guide covers the steps necessary to uninstall fuse-sshfs.x86_64 on Rocky Linux 9:

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

3. Information about the fuse-sshfs.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:58:42 ago on Fri Feb 16 06:49:52 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.