How to Install and Uninstall python3-send2trash Package on Kali Linux

Last updated: May 19,2024

1. Install "python3-send2trash" package

This tutorial shows how to install python3-send2trash on Kali Linux

$ sudo apt update $ sudo apt install python3-send2trash

2. Uninstall "python3-send2trash" package

This guide covers the steps necessary to uninstall python3-send2trash on Kali Linux:

$ sudo apt remove python3-send2trash $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-send2trash package on Kali Linux

Package: python3-send2trash
Source: send2trash
Version: 1.8.2-1
Installed-Size: 65
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Recommends: python3-gi
Size: 16504
SHA256: 9ec8f8e290a4ff3caac9215894345ba27b82139ca5b71b9b1f2caaba3b94c803
SHA1: 23370b6cf3b25fc2dc1c5a8d69fb12d275943682
MD5sum: 07a00abb2fd5e2966aa067e4ab21633d
Description: Python module for sending file to trash natively
This module sends a file to the trash using either the Glib system
for handling a desktop trash file or its own home-grown system if
python3-gi is not installed.
Description-md5:
Homepage: https://github.com/arsenetar/send2trash
Section: python
Priority: optional
Filename: pool/main/s/send2trash/python3-send2trash_1.8.2-1_all.deb