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

Last updated: April 27,2024

1. Install "s3ql" package

Please follow the guidelines below to install s3ql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install s3ql

2. Uninstall "s3ql" package

Please follow the steps below to uninstall s3ql on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove s3ql $ sudo apt autoclean && sudo apt autoremove

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

Package: s3ql
Priority: optional
Section: universe/misc
Installed-Size: 1620
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Architecture: amd64
Version: 2.15+dfsg-1
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3-apsw (>= 3.7.0), python3-crypto, python3-defusedxml, python3-dugong (>= 3.4), python3-llfuse (>= 0.39), python3-requests, libc6 (>= 2.4), libsqlite3-0 (>= 3.6.23), libjs-sphinxdoc (>= 1.0), fuse, psmisc, python3-pkg-resources
Filename: pool/universe/s/s3ql/s3ql_2.15+dfsg-1_amd64.deb
Size: 499828
MD5sum: 9e1f76919425f87636131ad0d3b6b5cd
SHA1: 290df1b99be39c40d08c66f1082df8672e185bd5
SHA256: 52e7d9a8583bdccb255f66e16fdc6c719cce489006ee9736424be182a7229bf9
Description-en: Full-featured file system for online data storage
S3QL is a file system that stores all its data online using storage
services like Google Storage, Amazon S3 or OpenStack. S3QL
effectively provides a hard disk of dynamic, infinite capacity that
can be accessed from any computer with internet access.
.
S3QL is a standard conforming, full featured UNIX file system that is
conceptually indistinguishable from any local file
system. Furthermore, S3QL has additional features like compression,
encryption, data de-duplication, immutable trees and snapshotting
which make it especially suitable for online backup and archival.
.
In addition to accessing online storage services directoly, S3QL can
also store its data underneath a regular mount point. This enables
the use of S3QL with e.g. NFS, CIFS or sftp servers.
.
S3QL is designed to favor simplicity and elegance over performance
and feature-creep. Care has been taken to make the source code as
readable and serviceable as possible. Solid error detection and error
handling have been included from the very first line, and S3QL comes
with extensive automated test cases.
Description-md5: 802b618d6fdb42256432fd134fd28154
Homepage: https://bitbucket.org/nikratio/s3ql/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu