How to Install and Uninstall python3-pyfastnoisesimd.x86_64 Package on Fedora 36

Last updated: January 06,2025

1. Install "python3-pyfastnoisesimd.x86_64" package

Learn how to install python3-pyfastnoisesimd.x86_64 on Fedora 36

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

2. Uninstall "python3-pyfastnoisesimd.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pyfastnoisesimd.x86_64 on Fedora 36:

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

3. Information about the python3-pyfastnoisesimd.x86_64 package on Fedora 36

Last metadata expiration check: 5:31:53 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pyfastnoisesimd
Version : 0.4.2
Release : 4.fc36
Architecture : x86_64
Size : 216 k
Source : python-pyfastnoisesimd-0.4.2-4.fc36.src.rpm
Repository : fedora
Summary : Python Fast Noise with SIMD
URL : http://github.com/robbmcleod/pyfastnoisesimd
License : BSD
Description : PyFastNoiseSIMD is a wrapper around Jordan Peck's synthetic noise library which
: has been accelerated with SIMD instruction sets.
:
: Parallelism is further enhanced by the use of concurrent.futures to
: multi-thread the generation of noise for large arrays. Thread scaling is
: generally in the range of 50-90%, depending largely on the vectorized
: instruction set used. The number of threads, defaults to the number of virtual
: cores on the system.