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

Last updated: September 18,2024

1. Install "python3-pyswarms.noarch" package

Learn how to install python3-pyswarms.noarch on Fedora 34

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

2. Uninstall "python3-pyswarms.noarch" package

This tutorial shows how to uninstall python3-pyswarms.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:35:37 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pyswarms
Version : 1.3.0
Release : 2.fc34
Architecture : noarch
Size : 94 k
Source : python-pyswarms-1.3.0-2.fc34.src.rpm
Repository : updates
Summary : A Python-based Particle Swarm Optimization (PSO) library
URL : https://github.com/ljvmiranda921/pyswarms
License : MIT
Description : PySwarms is an extensible research toolkit for particle swarm
: optimization (PSO) in Python. It is intended for swarm
: intelligence researchers, practitioners, and students who prefer
: a high-level declarative interface for implementing PSO in their
: problems. PySwarms enables basic optimization with PSO and
: interaction with swarm optimizations.