How to Install and Uninstall python3-send2trash.noarch Package on Fedora 39
Last updated: November 15,2024
1. Install "python3-send2trash.noarch" package
This is a short guide on how to install python3-send2trash.noarch on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
python3-send2trash.noarch
Copied
2. Uninstall "python3-send2trash.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-send2trash.noarch on Fedora 39:
$
sudo dnf remove
python3-send2trash.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-send2trash.noarch package on Fedora 39
Last metadata expiration check: 0:00:49 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-send2trash
Version : 1.8.2
Release : 3.fc39
Architecture : noarch
Size : 49 k
Source : python-send2trash-1.8.2-3.fc39.src.rpm
Repository : fedora
Summary : Python library to natively send files to Trash
URL : https://github.com/hsoft/send2trash
License : BSD-3-Clause
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.2
Release : 3.fc39
Architecture : noarch
Size : 49 k
Source : python-send2trash-1.8.2-3.fc39.src.rpm
Repository : fedora
Summary : Python library to natively send files to Trash
URL : https://github.com/hsoft/send2trash
License : BSD-3-Clause
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.