How to Install and Uninstall s3cmd Package on Kali Linux

Last updated: May 10,2024

1. Install "s3cmd" package

This guide covers the steps necessary to install s3cmd on Kali Linux

$ sudo apt update $ sudo apt install s3cmd

2. Uninstall "s3cmd" package

This guide covers the steps necessary to uninstall s3cmd on Kali Linux:

$ sudo apt remove s3cmd $ sudo apt autoclean && sudo apt autoremove

3. Information about the s3cmd package on Kali Linux

Package: s3cmd
Version: 2.3.0-1
Installed-Size: 527
Maintainer: Matt Domsch
Architecture: all
Depends: python3-dateutil, python3-magic, python3:any
Size: 123580
SHA256: eabc0f6fe67a5b3798f6593cd0aa0adcc9057486f170476d525454c4ca49e919
SHA1: 7817f9bbe02153a04eaf0ef9be69d70c0adbb694
MD5sum: 42004f7442f3192a87a1abf830217e68
Description: command-line Amazon S3 client
Command-line tool to upload, retrieve and manage data in Amazon S3 service
(http://www.amazon.com/s3/), designed for use in scripts. Features:
- creating and destroying S3 buckets
- uploading and downloading files
- listing remote files
- removing remote files
- synchronizing local directories to S3 buckets
- getting various information about buckets and disk usage
.
s3cmd supports both (US and EU) S3 datacentres.
Description-md5:
Homepage: https://s3tools.org/s3cmd
Tag: hardware::storage, implemented-in::python, interface::commandline,
network::client, role::program, use::downloading, use::storing
Section: utils
Priority: optional
Filename: pool/main/s/s3cmd/s3cmd_2.3.0-1_all.deb