How to Install and Uninstall sshfs Package on Kali Linux

Last updated: May 03,2024

1. Install "sshfs" package

This guide let you learn how to install sshfs on Kali Linux

$ sudo apt update $ sudo apt install sshfs

2. Uninstall "sshfs" package

This guide let you learn how to uninstall sshfs on Kali Linux:

$ sudo apt remove sshfs $ sudo apt autoclean && sudo apt autoremove

3. Information about the sshfs package on Kali Linux

Package: sshfs
Source: sshfs-fuse
Version: 3.7.3-1.1
Installed-Size: 122
Maintainer: Bartosz Fenski
Architecture: amd64
Depends: libc6 (>= 2.34), libfuse3-3 (>= 3.2.3), libglib2.0-0 (>= 2.24.0), fuse3, openssh-client
Breaks: fuse (<< 3)
Size: 45648
SHA256: 7b74cc250efd2826491154e44e58338e68490c14994fcc0cdf621f7585a2f470
SHA1: 77731a990471cedad409c515ed0b26b94d6c3895
MD5sum: 2f7b95ffb543242ca688a14dea552bbd
Description: filesystem client based on SSH File Transfer Protocol
sshfs is a 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.
.
sshfs is FUSE (Filesystem in USErspace).
Description-md5:
Homepage: https://github.com/libfuse/sshfs
Tag: admin::filesystem, implemented-in::c, interface::shell, network::client,
protocol::ssh, role::program, security::cryptography
Section: utils
Priority: optional
Filename: pool/main/s/sshfs-fuse/sshfs_3.7.3-1.1_amd64.deb