How to Install and Uninstall python311-Cycler Package on openSUSE Leap

Last updated: July 05,2024

1. Install "python311-Cycler" package

This tutorial shows how to install python311-Cycler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-Cycler

2. Uninstall "python311-Cycler" package

Please follow the guidelines below to uninstall python311-Cycler on openSUSE Leap:

$ sudo zypper remove python311-Cycler

3. Information about the python311-Cycler package on openSUSE Leap

Information for package python311-Cycler:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-Cycler
Version : 0.11.0-150400.11.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 60.4 KiB
Installed : No
Status : not installed
Source package : python-Cycler-0.11.0-150400.11.3.1.src
Upstream URL : https://github.com/matplotlib/cycler
Summary : Composable style cycles
Description :
When plotting more than one line it is common to want to be able to
cycle over one or more artist styles. For simple cases than can be
done with out too much trouble.
However, if you want to do something more complicated, the plotting
logic can quickly become very involved. To address this and allow
easy cycling over arbitrary kwargs the Cycler class, a composable
kwarg iterator, was developed.