How to Install and Uninstall python3-niapy.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "python3-niapy.noarch" package

Please follow the guidance below to install python3-niapy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-niapy.noarch

2. Uninstall "python3-niapy.noarch" package

Here is a brief guide to show you how to uninstall python3-niapy.noarch on Fedora 34:

$ sudo dnf remove python3-niapy.noarch $ sudo dnf autoremove

3. Information about the python3-niapy.noarch package on Fedora 34

Last metadata expiration check: 3:31:45 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-niapy
Version : 2.0.2
Release : 2.fc34
Architecture : noarch
Size : 230 k
Source : python-niapy-2.0.2-2.fc34.src.rpm
Repository : updates
Summary : Microframework for building nature-inspired algorithms
URL : https://github.com/NiaOrg/NiaPy
License : MIT
Description : Nature-inspired algorithms are a very popular tool for solving optimization
: problems. Numerous variants of nature-inspired algorithms have been developed
: since the beginning of their era. Those were tested in various domains on
: various applications to prove their versatility, especially when
: hybridized, modified, or adapted. However, the implementation of
: nature-inspired algorithms is sometimes a complicated, complex, and tedious
: task. In order to break this wall, NiaPy is intended for simple and quick
: use without spending time implementing algorithms from scratch.