How to Install and Uninstall swift Package on Kali Linux

Last updated: May 10,2024

1. Install "swift" package

Please follow the instructions below to install swift on Kali Linux

$ sudo apt update $ sudo apt install swift

2. Uninstall "swift" package

This tutorial shows how to uninstall swift on Kali Linux:

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

3. Information about the swift package on Kali Linux

Package: swift
Version: 2.32.0-2
Installed-Size: 185
Maintainer: Debian OpenStack
Architecture: all
Depends: logrotate, python3-swift (= 2.32.0-2), rsyslog, python3.11:any, python3:any
Size: 102812
SHA256: 34acab2d4456398dcfd9d0e5dd43672633a8022f0f17915ea6618486251420d3
SHA1: c6ac28fc3685a877685f2aeb4cac1141b3a3a91b
MD5sum: bb395f618d34b5ac3b1dc8c0ce23fac3
Description: distributed virtual object store - common files
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 some core binaries and clients to control swift.
Description-md5:
Homepage: https://github.com/openstack/swift
Tag: admin::virtualization, devel::lang:python, implemented-in::python,
role::program, role::shared-lib, suite::openstack, system::cloud,
system::virtual
Section: net
Priority: optional
Filename: pool/main/s/swift/swift_2.32.0-2_all.deb