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

Last updated: May 19,2024

1. Install "python-cycler" package

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

$ sudo apt update $ sudo apt install python-cycler

2. Uninstall "python-cycler" package

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

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

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

Package: python-cycler
Priority: optional
Section: universe/python
Installed-Size: 28
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Version: 0.9.0-1
Depends: python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-cycler/python-cycler_0.9.0-1_all.deb
Size: 5426
MD5sum: a7eb156ff5a7e35fd8d23592a427fb53
SHA1: f394194042d05a87ef320fc911bf0623b28d5cd8
SHA256: 889234697be9cc5ccd92cb29d66f236b9f602e9732ff071a1584b4f9a02bc03b
Description-en: composable kwarg iterator (Python 2)
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.
Description-md5: 9d2db0446e5abf3e9b3838033f94efa8
Homepage: http://github.com/matplotlib/cycler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu