How to Install and Uninstall python3-swiftclient Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-swiftclient" package

Please follow the step by step instructions below to install python3-swiftclient on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-swiftclient

2. Uninstall "python3-swiftclient" package

Please follow the step by step instructions below to uninstall python3-swiftclient on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-swiftclient $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-swiftclient package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-swiftclient
Priority: extra
Section: universe/python
Installed-Size: 292
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Source: python-swiftclient
Version: 1:3.0.0-0ubuntu1
Depends: python3-keystoneclient, python3-requests, python3-pkg-resources, python3-six (>= 1.5.2), python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-swiftclient/python3-swiftclient_3.0.0-0ubuntu1_all.deb
Size: 50452
MD5sum: 5fbc8817411c9a8cc2d4f28c51026aa8
SHA1: d0db9692301ee83d8960e4d4ddcf2144ef4569a4
SHA256: e8af17df2c383aabf1d283ce74dd1aa130b1b2cf8a977c9820dbd6d52bcd9636
Description-en: Client library for Openstack Swift API - Python 3.x
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 a client for the OpenStack Swift API. There's a Python
API (the "swiftclient" module), and a command-line script ("swift").
.
This package contains the Python 3.x module.
Description-md5: c5b209ac95eaa56dda4413f8d356c96b
Homepage: https://github.com/openstack/python-swiftclient
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu