How to Install and Uninstall python3-send2trash.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-send2trash.noarch" package

This guide covers the steps necessary to install python3-send2trash.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-send2trash.noarch

2. Uninstall "python3-send2trash.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-send2trash.noarch on CentOS Stream 8:

$ sudo dnf remove python3-send2trash.noarch $ sudo dnf autoremove

3. Information about the python3-send2trash.noarch package on CentOS Stream 8

Last metadata expiration check: 2:16:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-send2trash
Version : 1.8.0
Release : 4.el8
Architecture : noarch
Size : 37 k
Source : python-send2trash-1.8.0-4.el8.src.rpm
Repository : epel
Summary : Python library to natively send files to Trash
URL : https://github.com/hsoft/send2trash
License : BSD
Description : Send2Trash is a small package that sends files to the Trash (or Recycle Bin)
: natively and on all platforms. On OS X, it uses native FSMoveObjectToTrashSync
: Cocoa calls, on Windows, it uses native (and ugly) SHFileOperation win32 calls.
: On other platforms, if PyGObject and GIO are available, it will use this.
: Otherwise, it will fallback to its own implementation of the trash specifications
: from freedesktop.org.