How to Install and Uninstall python3-cycler Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python3-cycler" package

Please follow the guidelines below to install python3-cycler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cycler

2. Uninstall "python3-cycler" package

Please follow the steps below to uninstall python3-cycler on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-cycler package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-cycler
Priority: optional
Section: universe/python
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: python-cycler
Version: 0.9.0-1
Depends: python3-six, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-cycler/python3-cycler_0.9.0-1_all.deb
Size: 5532
MD5sum: 29d810b024631834dceca2ff99e51768
SHA1: 2c0bf12480094f39afc183f990f6f3b653587b78
SHA256: 5ce3333963636b12c626d31b8018ebae029049e186e55fe4012570e6b42f7581
Description-en: 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: c35766b7dde677286f33d88f51d3a307
Homepage: http://github.com/matplotlib/cycler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
Supported: 9m
Task: ubuntustudio-video