How to Install and Uninstall python3-pywt.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "python3-pywt.x86_64" package

This guide let you learn how to install python3-pywt.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install python3-pywt.x86_64

2. Uninstall "python3-pywt.x86_64" package

Please follow the guidelines below to uninstall python3-pywt.x86_64 on Fedora 34:

$ sudo dnf remove python3-pywt.x86_64 $ sudo dnf autoremove

3. Information about the python3-pywt.x86_64 package on Fedora 34

Last metadata expiration check: 3:15:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pywt
Version : 1.1.1
Release : 3.fc34
Architecture : x86_64
Size : 3.5 M
Source : python-pywt-1.1.1-3.fc34.src.rpm
Repository : fedora
Summary : Documentation for python-pywt
URL : https://pywavelets.readthedocs.io/en/latest
License : MIT
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
:
: Python 3 version.