How to Install and Uninstall python2-Send2Trash Package on openSUSE Leap

Last updated: July 06,2024

1. Install "python2-Send2Trash" package

This guide covers the steps necessary to install python2-Send2Trash on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-Send2Trash

2. Uninstall "python2-Send2Trash" package

Learn how to uninstall python2-Send2Trash on openSUSE Leap:

$ sudo zypper remove python2-Send2Trash

3. Information about the python2-Send2Trash package on openSUSE Leap

Information for package python2-Send2Trash:
-------------------------------------------
Repository : Main Repository
Name : python2-Send2Trash
Version : 1.5.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 37,0 KiB
Installed : No
Status : not installed
Source package : python-Send2Trash-1.5.0-bp153.1.17.src
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.