How to Install and Uninstall python3-send2trash.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-send2trash.noarch" package

Please follow the guidance below to install python3-send2trash.noarch on Fedora 34

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

2. Uninstall "python3-send2trash.noarch" package

Learn how to uninstall python3-send2trash.noarch on Fedora 34:

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

3. Information about the python3-send2trash.noarch package on Fedora 34

Last metadata expiration check: 3:22:11 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-send2trash
Version : 1.4.2
Release : 15.fc34
Architecture : noarch
Size : 23 k
Source : python-send2trash-1.4.2-15.fc34.src.rpm
Repository : fedora
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.