How to Install and Uninstall python3-smart-open Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-smart-open" package

In this section, we are going to explain the necessary steps to install python3-smart-open on Kali Linux

$ sudo apt update $ sudo apt install python3-smart-open

2. Uninstall "python3-smart-open" package

Here is a brief guide to show you how to uninstall python3-smart-open on Kali Linux:

$ sudo apt remove python3-smart-open $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-smart-open package on Kali Linux

Package: python3-smart-open
Source: smart-open
Version: 5.2.1-5
Installed-Size: 394
Maintainer: Debian Python Team
Architecture: all
Depends: python3-azure, python3-azure-storage, python3-boto3, python3-paramiko, python3-requests, python3:any
Size: 87864
SHA256: 7c4b3e73a2e9ace51767963bd9985af044b58236c09908e0ecc4c8e64543ff14
SHA1: 69b7a13d6e406c32698b58112d22eb924611b532
MD5sum: 5514ce570bd7393e4a438f29108d1af0
Description: utils for streaming large files
smart-open is a library for efficient streaming of very large files
from/to storages such as HDFS, WebHDFS, HTTP, HTTPS, SFTP, or local
filesystem. It supports transparent, on-the-fly (de-)compression for a
variety of different formats (gzip, bz2, etc.).
.
This package excludes the support of S3 and GCS.
Description-md5:
Homepage: https://github.com/piskvorky/smart_open
Section: python
Priority: optional
Filename: pool/main/s/smart-open/python3-smart-open_5.2.1-5_all.deb