How to Install and Uninstall s3fs Package on Kali Linux

Last updated: May 16,2024

1. Install "s3fs" package

This guide covers the steps necessary to install s3fs on Kali Linux

$ sudo apt update $ sudo apt install s3fs

2. Uninstall "s3fs" package

In this section, we are going to explain the necessary steps to uninstall s3fs on Kali Linux:

$ sudo apt remove s3fs $ sudo apt autoclean && sudo apt autoremove

3. Information about the s3fs package on Kali Linux

Package: s3fs
Source: s3fs-fuse
Version: 1.93-1
Installed-Size: 724
Maintainer: Mattia Rizzolo
Architecture: amd64
Depends: fuse, media-types, libc6 (>= 2.34), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.8), libgcrypt20 (>= 1.10.0), libgnutls30 (>= 3.7.2), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Size: 272408
SHA256: 72d869057b42d86d9729a87281235fc2042694de40f8bc9a358d43052b337455
SHA1: 01d41facedd4e7da977ba0bced42e5bbd26fd738
MD5sum: 9f453548db92c5bc1977b33db5958dd3
Description: FUSE-based file system backed by Amazon S3
s3fs is a FUSE filesystem that allows you to mount an Amazon S3 bucket
as a local filesystem. It stores files natively and transparently in
S3 (i.e., you can use other programs to access the same files).
Maximum file size is 5 TB when using multipart upload.
.
s3fs is stable and is being used in a number of production environments,
e.g., rsync backup to s3.
Description-md5:
Homepage: https://github.com/s3fs-fuse/s3fs-fuse
Section: utils
Priority: optional
Filename: pool/main/s/s3fs-fuse/s3fs_1.93-1_amd64.deb