How To Install python3-inspyred on Fedora 36

In this tutorial we learn how to install python3-inspyred in Fedora 36. python3-inspyred is Library for bio-inspired computational intelligence

Introduction

In this tutorial we learn how to install python3-inspyred on Fedora 36.

What is python3-inspyred

inspyred is a free, open source framework for creating biologically-inspired computational intelligence algorithms in Python, including evolutionary computation, swarm intelligence, and immunocomputing. Additionally, inspyred provides easy-to-use canonical versions of many bio-inspired algorithms for users who do not need much customization.

We can use yum or dnf to install python3-inspyred on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-inspyred.

Install python3-inspyred on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-inspyred using dnf by running the following command:

sudo dnf -y install python3-inspyred

Install python3-inspyred on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-inspyred using yum by running the following command:

sudo yum -y install python3-inspyred

How To Uninstall python3-inspyred on Fedora 36

To uninstall only the python3-inspyred package we can use the following command:

sudo dnf remove python3-inspyred

python3-inspyred Package Contents on Fedora 36

/usr/bin/inspyred
/usr/lib/python3.10/site-packages/inspyred
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/AUTHORS.rst
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/inspyred-1.0.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/inspyred/__init__.py
/usr/lib/python3.10/site-packages/inspyred/__pycache__
/usr/lib/python3.10/site-packages/inspyred/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/__pycache__/benchmarks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/__pycache__/benchmarks.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/benchmarks.py
/usr/lib/python3.10/site-packages/inspyred/cli.py
/usr/lib/python3.10/site-packages/inspyred/ec
/usr/lib/python3.10/site-packages/inspyred/ec/__init__.py
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/analysis.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/analysis.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/archivers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/archivers.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/ec.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/ec.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/emo.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/emo.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/evaluators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/evaluators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/generators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/generators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/migrators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/migrators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/observers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/observers.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/replacers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/replacers.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/selectors.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/selectors.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/terminators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/terminators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/utilities.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/__pycache__/utilities.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/analysis.py
/usr/lib/python3.10/site-packages/inspyred/ec/archivers.py
/usr/lib/python3.10/site-packages/inspyred/ec/ec.py
/usr/lib/python3.10/site-packages/inspyred/ec/emo.py
/usr/lib/python3.10/site-packages/inspyred/ec/evaluators.py
/usr/lib/python3.10/site-packages/inspyred/ec/generators.py
/usr/lib/python3.10/site-packages/inspyred/ec/migrators.py
/usr/lib/python3.10/site-packages/inspyred/ec/observers.py
/usr/lib/python3.10/site-packages/inspyred/ec/replacers.py
/usr/lib/python3.10/site-packages/inspyred/ec/selectors.py
/usr/lib/python3.10/site-packages/inspyred/ec/terminators.py
/usr/lib/python3.10/site-packages/inspyred/ec/utilities.py
/usr/lib/python3.10/site-packages/inspyred/ec/variators
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__init__.py
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/crossovers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/crossovers.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/mutators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/mutators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/variators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/__pycache__/variators.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/ec/variators/crossovers.py
/usr/lib/python3.10/site-packages/inspyred/ec/variators/mutators.py
/usr/lib/python3.10/site-packages/inspyred/ec/variators/variators.py
/usr/lib/python3.10/site-packages/inspyred/swarm
/usr/lib/python3.10/site-packages/inspyred/swarm/__init__.py
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/swarm.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/swarm.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/topologies.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/__pycache__/topologies.cpython-310.pyc
/usr/lib/python3.10/site-packages/inspyred/swarm/swarm.py
/usr/lib/python3.10/site-packages/inspyred/swarm/topologies.py
/usr/share/doc/python3-inspyred
/usr/share/doc/python3-inspyred/CONTRIBUTING.rst
/usr/share/doc/python3-inspyred/HISTORY.rst
/usr/share/doc/python3-inspyred/README.rst
/usr/share/doc/python3-inspyred/examples
/usr/share/doc/python3-inspyred/examples/__init__.py
/usr/share/doc/python3-inspyred/examples/__pycache__
/usr/share/doc/python3-inspyred/examples/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced
/usr/share/doc/python3-inspyred/examples/advanced/__init__.py
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/knapsack_acs_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/knapsack_ec_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/niche_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/parallel_evaluation_mp_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/parallel_evaluation_pp_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/__pycache__/tsp_ec_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/advanced/islands_example.py
/usr/share/doc/python3-inspyred/examples/advanced/knapsack_acs_example.py
/usr/share/doc/python3-inspyred/examples/advanced/knapsack_ec_example.py
/usr/share/doc/python3-inspyred/examples/advanced/logging_example.py
/usr/share/doc/python3-inspyred/examples/advanced/niche_example.py
/usr/share/doc/python3-inspyred/examples/advanced/parallel_evaluation_mp_example.py
/usr/share/doc/python3-inspyred/examples/advanced/parallel_evaluation_pp_example.py
/usr/share/doc/python3-inspyred/examples/advanced/tsp_ec_example.py
/usr/share/doc/python3-inspyred/examples/custom
/usr/share/doc/python3-inspyred/examples/custom/__init__.py
/usr/share/doc/python3-inspyred/examples/custom/__pycache__
/usr/share/doc/python3-inspyred/examples/custom/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/custom/__pycache__/custom_archiver_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/custom/__pycache__/custom_ec_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/custom/__pycache__/custom_observer_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/custom/custom_archiver_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_ec_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_observer_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_replacer_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_selector_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_terminator_example.py
/usr/share/doc/python3-inspyred/examples/custom/custom_variator_example.py
/usr/share/doc/python3-inspyred/examples/standard
/usr/share/doc/python3-inspyred/examples/standard/__init__.py
/usr/share/doc/python3-inspyred/examples/standard/__pycache__
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/__init__.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/acs_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/dea_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/eda_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/es_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/ga_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/nsga_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/paes_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/pso_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/__pycache__/sa_example.cpython-310.pyc
/usr/share/doc/python3-inspyred/examples/standard/acs_example.py
/usr/share/doc/python3-inspyred/examples/standard/dea_example.py
/usr/share/doc/python3-inspyred/examples/standard/eda_example.py
/usr/share/doc/python3-inspyred/examples/standard/es_example.py
/usr/share/doc/python3-inspyred/examples/standard/ga_example.py
/usr/share/doc/python3-inspyred/examples/standard/nsga_example.py
/usr/share/doc/python3-inspyred/examples/standard/paes_example.py
/usr/share/doc/python3-inspyred/examples/standard/pso_example.py
/usr/share/doc/python3-inspyred/examples/standard/sa_example.py

References

Summary

In this tutorial we learn how to install python3-inspyred on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).