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

Last updated: May 17,2024

1. Install "python-qwt-doc" package

Learn how to install python-qwt-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-qwt-doc

2. Uninstall "python-qwt-doc" package

Please follow the instructions below to uninstall python-qwt-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-qwt-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-qwt-doc
Priority: extra
Section: universe/doc
Installed-Size: 5082
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: python-qwt
Version: 0.5.5-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-qwt/python-qwt-doc_0.5.5-1_all.deb
Size: 666530
MD5sum: 2c8f8ffc06457be7b582df5467704aa6
SHA1: 2c8969f070f98720cce49f72492e72bee7e4f3b0
SHA256: dddc949990c882960272bb6709810dffeacacda5d5325406d038dc2e19f0f07d
Description-en: Pure Python implementation of Qwt - Documentation
The qwt package is a pure Python implementation of Qwt C++ library
with the following limitations.
.
The following `Qwt` classes won't be reimplemented in `qwt` because most
powerful features already exist in `guiqwt`:
* QwtPlotZoomer
* QwtCounter
* QwtEventPattern
* QwtPicker
* QwtPlotPicker
.
QwtClipper is not implemented yet (and it will probably be very
difficult or impossible to implement it in pure Python without
performance issues). As a consequence, when zooming in a plot curve,
the entire curve is still painted (in other words, when working with
large amount of data, there is no performance gain when zooming in).
.
This is the documentation of the package.
Description-md5: a68480f21fa4103cb18a47399d7b814a
Homepage: https://github.com/PierreRaybaut/qwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu