How to Install and Uninstall python3-send2trash.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: January 11,2025
1. Install "python3-send2trash.noarch" package
In this section, we are going to explain the necessary steps to install python3-send2trash.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-send2trash.noarch
Copied
2. Uninstall "python3-send2trash.noarch" package
Please follow the guidance below to uninstall python3-send2trash.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-send2trash.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-send2trash.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:43:27 ago on Mon Feb 26 15:59:38 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.
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.