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

Last updated: May 02,2024

1. Install "s3ql-dbg" package

Here is a brief guide to show you how to install s3ql-dbg on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install s3ql-dbg

2. Uninstall "s3ql-dbg" package

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

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

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

Package: s3ql-dbg
Priority: extra
Section: universe/debug
Installed-Size: 822
Maintainer: Ubuntu Developers
Original-Maintainer: Nikolaus Rath
Architecture: amd64
Source: s3ql
Version: 2.15+dfsg-1
Replaces: s3ql (<< 2.14+dfsg-1)
Depends: s3ql (= 2.15+dfsg-1), libc6 (>= 2.4), libsqlite3-0 (>= 3.6.23)
Recommends: python3-dbg, python3-llfuse-dbg, python3-apsw-dbg, python3-crypto-dbg
Breaks: s3ql (<< 2.14+dfsg-1)
Filename: pool/universe/s/s3ql/s3ql-dbg_2.15+dfsg-1_amd64.deb
Size: 286796
MD5sum: 3778a0003cbd0364fb6d03a4fa1e744b
SHA1: d03e953a4a221d37d4de607a8e517f815d62a6c4
SHA256: 693908042fbb132e457822372f74adfa7540a7dbd820eaba5ee2c576788c6ad2
Description-en: Full-featured file system for online data storage (debugging symbols)
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.
.
This package contains the debugging symbols as well as the extension
built for the Python 3 debug interpreter.
Description-md5: 432a8d9c2a4867ce8e10c9b73173d9ee
Homepage: https://bitbucket.org/nikratio/s3ql/
Build-Ids: a27b120a9036f100087f20258f054aeb2cfd3594
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu