How to Install and Uninstall python3-pyFFTW Package on openSUSE Leap
Last updated: January 11,2025
1. Install "python3-pyFFTW" package
This guide covers the steps necessary to install python3-pyFFTW on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python3-pyFFTW
Copied
2. Uninstall "python3-pyFFTW" package
This tutorial shows how to uninstall python3-pyFFTW on openSUSE Leap:
$
sudo zypper remove
python3-pyFFTW
Copied
3. Information about the python3-pyFFTW package on openSUSE Leap
Information for package python3-pyFFTW:
---------------------------------------
Repository : Main Repository
Name : python3-pyFFTW
Version : 0.12.0-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 483.4 KiB
Installed : No
Status : not installed
Source package : python-pyFFTW-0.12.0-bp155.2.12.src
Upstream URL : https://github.com/pyFFTW/pyFFTW
Summary : A pythonic wrapper around FFTW, the FFT library
Description :
pyFFTW is a pythonic wrapper around the FFTW libary.
An interface for all the possible transforms that FFTW can perform is provided.
Both the complex DFT and the real DFT are supported, as well as arbitrary
axes of abitrary shaped and strided arrays, which makes it almost
feature equivalent to standard and real FFT functions of ``numpy.fft``
(indeed, it supports the ``clongdouble`` dtype which ``numpy.fft`` does not).
Operating FFTW in multithreaded mode is supported.
A comprehensive unittest suite can be found with the source on the github
repository.
---------------------------------------
Repository : Main Repository
Name : python3-pyFFTW
Version : 0.12.0-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 483.4 KiB
Installed : No
Status : not installed
Source package : python-pyFFTW-0.12.0-bp155.2.12.src
Upstream URL : https://github.com/pyFFTW/pyFFTW
Summary : A pythonic wrapper around FFTW, the FFT library
Description :
pyFFTW is a pythonic wrapper around the FFTW libary.
An interface for all the possible transforms that FFTW can perform is provided.
Both the complex DFT and the real DFT are supported, as well as arbitrary
axes of abitrary shaped and strided arrays, which makes it almost
feature equivalent to standard and real FFT functions of ``numpy.fft``
(indeed, it supports the ``clongdouble`` dtype which ``numpy.fft`` does not).
Operating FFTW in multithreaded mode is supported.
A comprehensive unittest suite can be found with the source on the github
repository.