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

Last updated: November 24,2024

1. Install "python3-pyswarms.noarch" package

Here is a brief guide to show you how to install python3-pyswarms.noarch on Fedora 35

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

2. Uninstall "python3-pyswarms.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pyswarms.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:40:21 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pyswarms
Version : 1.3.0
Release : 6.fc35
Architecture : noarch
Size : 93 k
Source : python-pyswarms-1.3.0-6.fc35.src.rpm
Repository : fedora
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.