How to Install and Uninstall python3-qwt Package on Kali Linux

Last updated: October 06,2024

1. Install "python3-qwt" package

Please follow the instructions below to install python3-qwt on Kali Linux

$ sudo apt update $ sudo apt install python3-qwt

2. Uninstall "python3-qwt" package

Please follow the instructions below to uninstall python3-qwt on Kali Linux:

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

3. Information about the python3-qwt package on Kali Linux

Package: python3-qwt
Source: python-qwt
Version: 0.10.2-1
Installed-Size: 1472
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-numpy, python3-qtpy, python3:any
Size: 801548
SHA256: 426bb21420d9652cae66ec1a34262ece80afafe499e1289e5758d2dc8593e7f3
SHA1: a5d1ccf96385be93d434fe1cf254005f05c1a453
MD5sum: f9611bd012a2cf4a216aade293119b1a
Description: 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:
Homepage: https://github.com/PierreRaybaut/qwt
Section: python
Priority: optional
Filename: pool/main/p/python-qwt/python3-qwt_0.10.2-1_all.deb