How to Install and Uninstall python2-more-itertools Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python2-more-itertools" package

Here is a brief guide to show you how to install python2-more-itertools on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-more-itertools

2. Uninstall "python2-more-itertools" package

Please follow the steps below to uninstall python2-more-itertools on openSUSE Leap:

$ sudo zypper remove python2-more-itertools

3. Information about the python2-more-itertools package on openSUSE Leap

Information for package python2-more-itertools:
-----------------------------------------------
Repository : Main Repository
Name : python2-more-itertools
Version : 4.2.0-3.2.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 402,0 KiB
Installed : No
Status : not installed
Source package : python-more-itertools-4.2.0-3.2.3.src
Summary : More routines for operating on iterables, beyond itertools
Description :
I love itertools; it's one of the most beautiful, composable standard libs.
Whenever I have an iteration problem, there's almost always an itertools
routine that fits it perfectly. Sometimes, however, neither itertools nor the
recipes included in its docs do quite what I need.
Here I've collected several routines I've reached for but not found. Since
they are deceptively tricky to get right, I've wrapped them up into a library.
We've also included implementations of the recipes from the itertools
documentation. Enjoy! Any additions are welcome; just file a pull request.