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

Last updated: May 09,2024

1. Install "swift" package

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

$ sudo apt update $ sudo apt install swift

2. Uninstall "swift" package

Please follow the guidance below to uninstall swift on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove swift $ sudo apt autoclean && sudo apt autoremove

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

Package: swift
Architecture: all
Version: 2.7.1-0ubuntu2
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Soren Hansen
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 121
Depends: python-swift (= 2.7.1-0ubuntu2), python:any
Suggests: swift-bench
Filename: pool/universe/s/swift/swift_2.7.1-0ubuntu2_all.deb
Size: 27696
MD5sum: ac55218cfe9f76b2dd5e1b513476f198
SHA1: 33ab394402bde8651d4ea8b45591157d9b6bf5fc
SHA256: a652e3106dde030edafc8da552f0bb05af0f43443bcec6c6cf1b58f6b41864eb
SHA512: abff2df1bf1b37513a96abb48d17a251896f544d83419c416e8449569cdc1545619c2c4aff7e09cb6a4f64c0d634fd5c524968778567d7b8002c2d317fe8586b
Homepage: http://launchpad.net/swift
Description-en: distributed virtual object store - common files
OpenStack Object Storage (code-named Swift) is open source software for
creating 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 some core binaries and clients to control swift.
Description-md5: b9824fd7fa1117c50a721069422237ef

Package: swift
Priority: optional
Section: universe/net
Installed-Size: 120
Maintainer: Ubuntu Developers
Original-Maintainer: Soren Hansen
Architecture: all
Version: 2.7.0-0ubuntu2
Depends: python-swift (= 2.7.0-0ubuntu2), python:any
Suggests: swift-bench
Filename: pool/universe/s/swift/swift_2.7.0-0ubuntu2_all.deb
Size: 27636
MD5sum: 959645e00169920d4b60ad6aa16d68f7
SHA1: 838db70fb55e65e1415bee77bf2799e8253e04bc
SHA256: 544f4411bb9ab6bbe95db5d238fdc7e838e60e29d8dac29153b0b8a0b0d88fe5
Description-en: distributed virtual object store - common files
OpenStack Object Storage (code-named Swift) is open source software for
creating 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 some core binaries and clients to control swift.
Description-md5: b9824fd7fa1117c50a721069422237ef
Homepage: http://launchpad.net/swift
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu