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

Last updated: November 22,2024

1. Install "python2-natsort" package

This tutorial shows how to install python2-natsort on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-natsort

2. Uninstall "python2-natsort" package

This is a short guide on how to uninstall python2-natsort on openSUSE Leap:

$ sudo zypper remove python2-natsort

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

Information for package python2-natsort:
----------------------------------------
Repository : Main Repository
Name : python2-natsort
Version : 6.0.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 248,4 KiB
Installed : No
Status : not installed
Source package : python-natsort-6.0.0-bp153.1.16.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).