How to Install and Uninstall python3-natsort Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python3-natsort" package

This is a short guide on how to install python3-natsort on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-natsort

2. Uninstall "python3-natsort" package

In this section, we are going to explain the necessary steps to uninstall python3-natsort on openSUSE Leap:

$ sudo zypper remove python3-natsort

3. Information about the python3-natsort package on openSUSE Leap

Information for package python3-natsort:
----------------------------------------
Repository : Main Repository
Name : python3-natsort
Version : 6.0.0-bp155.3.13
Arch : noarch
Vendor : openSUSE
Installed Size : 329.4 KiB
Installed : No
Status : not installed
Source package : python-natsort-6.0.0-bp155.3.13.src
Upstream URL : https://github.com/SethMMorton/natsort
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).