How to Install and Uninstall python36-natsort Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-natsort" package

This is a short guide on how to install python36-natsort on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-natsort

2. Uninstall "python36-natsort" package

In this section, we are going to explain the necessary steps to uninstall python36-natsort on openSuSE Tumbleweed:

$ sudo zypper remove python36-natsort

3. Information about the python36-natsort package on openSuSE Tumbleweed

Information for package python36-natsort:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-natsort
Version : 7.1.1-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 306,2 KiB
Installed : No
Status : not installed
Source package : python-natsort-7.1.1-1.4.src
Summary : Natural sorting in Python
Description :
Natsort provides a function natsorted that helps sort lists
"naturally" ("naturally" is rather ill-defined, but in general it means
sorting based on meaning and not computer code point).