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

Last updated: May 02,2024

1. Install "python3-swift" package

Here is a brief guide to show you how to install python3-swift on Kali Linux

$ sudo apt update $ sudo apt install python3-swift

2. Uninstall "python3-swift" package

Learn how to uninstall python3-swift on Kali Linux:

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

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

Package: python3-swift
Source: swift
Version: 2.32.0-2
Installed-Size: 3788
Maintainer: Debian OpenStack
Architecture: all
Depends: adduser, python3-cffi, python3-cryptography (>= 2.0.2), python3-eventlet, python3-greenlet, python3-openssl, python3-pastedeploy, python3-pyeclib, python3-six (>= 1.10.0), python3-xattr, python3-lxml, python3-requests, python3:any
Breaks: systemd (<< 235~)
Size: 699924
SHA256: 30d5c607ebc1090e284025e9b815fa9b474d5b9a9b8014433395fb40974f8b77
SHA1: 4c9b2cb4de350ff02a7b57c34a814b5d47cb385a
MD5sum: cd116111eb6a5aafc4522be8eab4119b
Description: distributed virtual object store - Python 3 libraries
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 Python 3 libraries that actually implement
everything.
Description-md5:
Homepage: https://github.com/openstack/swift
Section: python
Priority: optional
Filename: pool/main/s/swift/python3-swift_2.32.0-2_all.deb