How to Install and Uninstall python3-cycler Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-cycler" package

Please follow the guidance below to install python3-cycler on Kali Linux

$ sudo apt update $ sudo apt install python3-cycler

2. Uninstall "python3-cycler" package

Please follow the guidelines below to uninstall python3-cycler on Kali Linux:

$ sudo apt remove python3-cycler $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-cycler package on Kali Linux

Package: python3-cycler
Source: python-cycler
Version: 0.11.0-1
Installed-Size: 33
Maintainer: Sandro Tosi
Architecture: all
Depends: python3:any
Suggests: python-cycler-doc
Size: 8020
SHA256: bf9aebf8a85022ce618fe498673cc01243dec5f08b5fb7447847c456a0684779
SHA1: 3ae4ee92b502c01986a71323dbf72d46d024b2eb
MD5sum: ba1600e589bcea4dbef5ac7e2b720801
Description: composable kwarg iterator (Python 3)
When using matplotlib and plotting more than one line, it is common to want to
be able to cycle over one or more artist styles; but 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.
.
This package contains the Python 3 version of Cycler.
Description-md5:
Multi-Arch: foreign
Homepage: http://matplotlib.org/cycler/
Section: python
Priority: optional
Filename: pool/main/p/python-cycler/python3-cycler_0.11.0-1_all.deb