How to Install and Uninstall python3-swiftclient Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-swiftclient" package

Please follow the guidance below to install python3-swiftclient on Kali Linux

$ 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 Kali Linux:

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

3. Information about the python3-swiftclient package on Kali Linux

Package: python3-swiftclient
Source: python-swiftclient
Version: 1:4.4.0-4
Installed-Size: 390
Maintainer: Debian OpenStack
Architecture: all
Depends: python3-pkg-resources, python3-requests, python3:any
Recommends: python3-keystoneclient
Size: 75792
SHA256: 080179bf50b625c6d379bfb40fd1dc798865e234c8dd979e88e2e17eda9d4ff4
SHA1: 04042e17f010e7d26746ec8b80f29f06f40b3fb9
MD5sum: 3a1e4b1b1813a3f7f4e483551dc43df1
Description: 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:
Homepage: https://github.com/openstack/python-swiftclient
Tag: admin::virtualization, implemented-in::python, interface::shell,
role::program, role::shared-lib, suite::openstack, system::cloud,
system::virtual
Section: python
Priority: optional
Filename: pool/main/p/python-swiftclient/python3-swiftclient_4.4.0-4_all.deb