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

Last updated: January 11,2025

1. Install "python3-pyfastnoisesimd.x86_64" package

Please follow the steps below to install python3-pyfastnoisesimd.x86_64 on Fedora 35

$ 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 35:

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

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

Last metadata expiration check: 5:48:29 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pyfastnoisesimd
Version : 0.4.2
Release : 3.fc35
Architecture : x86_64
Size : 207 k
Source : python-pyfastnoisesimd-0.4.2-3.fc35.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.