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

Last updated: September 21,2024

1. Install "python3-send2trash.noarch" package

Please follow the steps below to install python3-send2trash.noarch on Fedora 35

$ 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 Fedora 35:

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

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

Last metadata expiration check: 2:42:36 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-send2trash
Version : 1.7.1
Release : 2.fc35
Architecture : noarch
Size : 35 k
Source : python-send2trash-1.7.1-2.fc35.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.