How to Install and Uninstall python3-send2trash.noarch Package on AlmaLinux 9

Last updated: June 30,2024

1. Install "python3-send2trash.noarch" package

In this section, we are going to explain the necessary steps to install python3-send2trash.noarch on AlmaLinux 9

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

2. Uninstall "python3-send2trash.noarch" package

This guide let you learn how to uninstall python3-send2trash.noarch on AlmaLinux 9:

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

3. Information about the python3-send2trash.noarch package on AlmaLinux 9

Last metadata expiration check: 0:14:44 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-send2trash
Version : 1.8.0
Release : 4.el9
Architecture : noarch
Size : 36 k
Source : python-send2trash-1.8.0-4.el9.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.