How to Install and Uninstall s3fs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 02,2024

1. Install "s3fs" package

This is a short guide on how to install s3fs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install s3fs

2. Uninstall "s3fs" package

This guide covers the steps necessary to uninstall s3fs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the s3fs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: s3fs
Priority: optional
Section: universe/utils
Installed-Size: 483
Maintainer: Ubuntu Developers
Original-Maintainer: Andriy Senkovych
Architecture: amd64
Source: s3fs-fuse
Version: 1.79+git90-g8f11507-2
Depends: fuse, mime-support, libc6 (>= 2.14), libcurl3-gnutls (>= 7.16.2), libfuse2 (>= 2.8), libgcc1 (>= 1:3.0), libgcrypt20 (>= 1.6.1), libgnutls30 (>= 3.4.0), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4)
Filename: pool/universe/s/s3fs-fuse/s3fs_1.79+git90-g8f11507-2_amd64.deb
Size: 176900
MD5sum: dc2cb5d18b6326706e2d22b59d3019d5
SHA1: cf5201f1515199fedc2c4b04e5024f359064287a
SHA256: 3973deb715f20ac9ca65a374979a0e0dc31aad4a3c551221879f12486a726d10
Description-en: 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=64GB (limited by s3fs, not Amazon).
.
s3fs is stable and is being used in a number of production environments,
e.g., rsync backup to s3.
Description-md5: 840ef6e4565583c1b438255e26041cb7
Homepage: https://github.com/s3fs-fuse/s3fs-fuse
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu