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

Last updated: July 03,2024

1. Install "python-qwt" package

In this section, we are going to explain the necessary steps to install python-qwt on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-qwt

2. Uninstall "python-qwt" package

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

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

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

Package: python-qwt
Priority: extra
Section: universe/python
Installed-Size: 805
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Version: 0.5.5-1
Provides: python2.7-qwt
Depends: python-numpy, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-qt4, spyder-common
Filename: pool/universe/p/python-qwt/python-qwt_0.5.5-1_all.deb
Size: 127236
MD5sum: 60c6d63b6fd7b480f099e165c9d1a379
SHA1: 0dd3a68bc0987c766b5ebc5630b20d05cb8ec524
SHA256: bb6e33da79f23c973fc013d7e5ad99bfa7799d090af77c5301964842d62f7061
Description-en: Pure Python implementation of Qwt - Python 2
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 Python 2 version of the package.
Description-md5: 3277183b0f47346854fb2f11bdfa8ed3
Homepage: https://github.com/PierreRaybaut/qwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu