How to Install and Uninstall python310-PyWavelets Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python310-PyWavelets" package

In this section, we are going to explain the necessary steps to install python310-PyWavelets on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-PyWavelets

2. Uninstall "python310-PyWavelets" package

Please follow the guidance below to uninstall python310-PyWavelets on openSuSE Tumbleweed:

$ sudo zypper remove python310-PyWavelets

3. Information about the python310-PyWavelets package on openSuSE Tumbleweed

Information for package python310-PyWavelets:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-PyWavelets
Version : 1.4.1-1.8
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.4 MiB
Installed : No
Status : not installed
Source package : python-PyWavelets-1.4.1-1.8.src
Upstream URL : https://github.com/PyWavelets/pywt
Summary : PyWavelets is a Python wavelet transforms module
Description :
PyWavelets is a Python wavelet transforms module that can do:
* 1D and 2D Forward and Inverse Discrete Wavelet Transform (DWT and IDWT)
* 1D and 2D Stationary Wavelet Transform (Undecimated Wavelet Transform)
* 1D and 2D Wavelet Packet decomposition and reconstruction
* Computing Approximations of wavelet and scaling functions
* Over seventy built-in wavelet filters and support for custom wavelets
* Single and double precision calculations
* Results compatibility with Matlab Wavelet Toolbox