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

Last updated: May 16,2024

1. Install "python3-qwt" package

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

$ sudo apt update $ sudo apt install python3-qwt

2. Uninstall "python3-qwt" package

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

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

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

Package: python3-qwt
Priority: extra
Section: universe/python
Installed-Size: 805
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: python-qwt
Version: 0.5.5-1
Depends: python3-numpy, python3:any (>= 3.3.2-2~), python3-pyqt4
Filename: pool/universe/p/python-qwt/python3-qwt_0.5.5-1_all.deb
Size: 127394
MD5sum: 0a520de6573d216e2b82c6bad0a4450c
SHA1: 457f08b6d93cf6ba937860e436947af3c2f5aa4e
SHA256: 7c182044036cd8c6ee4b6af4b1d6be9bb2f2ec31ba491e73d08159c7212a1675
Description-en: Pure Python implementation of Qwt - Python 3
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 3 version of the package.
Description-md5: e6a597289a3a3fd5e1d79418aeb6ee29
Homepage: https://github.com/PierreRaybaut/qwt
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu