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

Last updated: May 16,2024

1. Install "swift-proxy" package

Please follow the steps below to install swift-proxy on Kali Linux

$ sudo apt update $ sudo apt install swift-proxy

2. Uninstall "swift-proxy" package

This guide let you learn how to uninstall swift-proxy on Kali Linux:

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

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

Package: swift-proxy
Source: swift
Version: 2.32.0-2
Installed-Size: 253
Maintainer: Debian OpenStack
Architecture: all
Depends: openstack-pkg-tools, python3-pastescript, python3-swift (= 2.32.0-2), swift (= 2.32.0-2), uwsgi-plugin-python3, python3:any
Pre-Depends: init-system-helpers (>= 1.54~)
Recommends: python3-barbicanclient, python3-castellan, python3-keystonemiddleware
Size: 108164
SHA256: 3fd4de969b097ab4880a1367ba55e7da8e3e0b3b2d7f063624555fef6fedfdf3
SHA1: 1f23c5993a595df6ffe18cd685c968eb2ec41c4d
MD5sum: 19e198fee298311da15cfc7502ff715e
Description: distributed virtual object store - proxy server
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 proxy server on which clients can connect to store
object into Swift.
Description-md5:
Homepage: https://github.com/openstack/swift
Tag: admin::virtualization, implemented-in::python, interface::daemon,
network::server, role::program, suite::openstack, system::cloud,
system::virtual
Section: net
Priority: optional
Filename: pool/main/s/swift/swift-proxy_2.32.0-2_all.deb