How to Install and Uninstall swift-plugin-s3 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "swift-plugin-s3" package

This guide covers the steps necessary to install swift-plugin-s3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install swift-plugin-s3

2. Uninstall "swift-plugin-s3" package

This tutorial shows how to uninstall swift-plugin-s3 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove swift-plugin-s3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the swift-plugin-s3 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: swift-plugin-s3
Priority: extra
Section: universe/python
Installed-Size: 723
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.10-1
Depends: python-lxml, python-swift, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/s/swift-plugin-s3/swift-plugin-s3_1.10-1_all.deb
Size: 89592
MD5sum: de96abf2ea97cdd289c3a649e35fd395
SHA1: 456ddbdc8817c996b21cb6ff4364b42c0e18199f
SHA256: da3915d3d86501511ae821b0678183466474689d64efa11b442b5fbcd0530d0a
Description-en: swift3 (S3 compatibility) middleware plugin for swift
OpenStack Object Storage (code-named Swift) creates redundant, scalable object
storage using clusters of standardized servers to store petabytes of
accessible data. It is not a file system or real-time data storage system, but
rather a long-term storage system for a more permanent type of static data
that can be retrieved, leveraged, and then updated if necessary. Primary
examples of data that best fit this type of storage model are virtual machine
images, photo storage, email storage and backup archiving. Having no central
"brain" or master point of control provides greater scalability, redundancy
and permanence.
.
Objects are written to multiple hardware devices in the data center, with
the OpenStack software responsible for ensuring data replication and
integrity across the cluster. Storage clusters can scale horizontally by
adding new nodes. Should a node fail, OpenStack works to replicate its
content from other active nodes. Because OpenStack uses software logic to
ensure data replication and distribution across different devices,
inexpensive commodity hard drives and servers can be used in lieu of more
expensive equipment.
.
This package provides the Swift3 Middleware plugin for OpenStack Swift,
allowing access to OpenStack swift via the Amazon S3 API.
Description-md5: 15bf1cb70e2a31606d70572f68f24d76
Homepage: https://github.com/openstack/swift3/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions