How to Install and Uninstall python312-Send2Trash Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-Send2Trash" package

This tutorial shows how to install python312-Send2Trash on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Send2Trash

2. Uninstall "python312-Send2Trash" package

Here is a brief guide to show you how to uninstall python312-Send2Trash on openSuSE Tumbleweed:

$ sudo zypper remove python312-Send2Trash

3. Information about the python312-Send2Trash package on openSuSE Tumbleweed

Information for package python312-Send2Trash:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Send2Trash
Version : 1.8.2-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 70.6 KiB
Installed : No
Status : not installed
Source package : python-Send2Trash-1.8.2-1.5.src
Upstream URL : https://github.com/arsenetar/send2trash
Summary : Python library to send files to the Trash location
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.