How to Install and Uninstall apt-transport-s3 Package on Kali Linux

Last updated: May 13,2024

1. Install "apt-transport-s3" package

This guide covers the steps necessary to install apt-transport-s3 on Kali Linux

$ sudo apt update $ sudo apt install apt-transport-s3

2. Uninstall "apt-transport-s3" package

Please follow the guidelines below to uninstall apt-transport-s3 on Kali Linux:

$ sudo apt remove apt-transport-s3 $ sudo apt autoclean && sudo apt autoremove

3. Information about the apt-transport-s3 package on Kali Linux

Package: apt-transport-s3
Version: 2.1.0-1
Installed-Size: 40
Maintainer: Debian Cloud Team
Architecture: all
Depends: apt, python3, python3-configobj
Size: 10808
SHA256: 164ed1a7aa9028dcb9dcfce87a06b628d1b9bae93a9b099bde37d09147288cf9
SHA1: a80862d2861b0877df6396332104a5b85686c237
MD5sum: 70cdf3d46fb7a2c5535e690646b4b531
Description: APT transport for privately held AWS S3 repositories
This package contains the APT AWS S3 transport. It makes possible to fetch
files from repositories privately held on AWS S3.
.
To start using S3 based repo it's enough to have IAM role on the server and to
add line similar to the below to apt sources.list (more information in 'man
apt-transport-s3'): deb s3://s3.amazonaws.com/BUCKETNAME wheezy main
Description-md5:
Homepage: https://github.com/MayaraCloud/apt-transport-s3
Section: admin
Priority: optional
Filename: pool/main/a/apt-transport-s3/apt-transport-s3_2.1.0-1_all.deb