How To Install python3-nashpy on Fedora 36

In this tutorial we learn how to install python3-nashpy in Fedora 36. python3-nashpy is A library to compute equilibria of 2 player normal form games

Introduction

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

What is python3-nashpy

This library implements the following algorithms for Nash equilibria on 2 player games enumeration, Lemke Howson algorithm.

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

Install python3-nashpy 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-nashpy using dnf by running the following command:

sudo dnf -y install python3-nashpy

Install python3-nashpy 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-nashpy using yum by running the following command:

sudo yum -y install python3-nashpy

How To Uninstall python3-nashpy on Fedora 36

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

sudo dnf remove python3-nashpy

python3-nashpy Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/nashpy
/usr/lib/python3.10/site-packages/nashpy-0.0.31.dist-info
/usr/lib/python3.10/site-packages/nashpy-0.0.31.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/nashpy-0.0.31.dist-info/LICENSE
/usr/lib/python3.10/site-packages/nashpy-0.0.31.dist-info/METADATA
/usr/lib/python3.10/site-packages/nashpy-0.0.31.dist-info/WHEEL
/usr/lib/python3.10/site-packages/nashpy/__init__.py
/usr/lib/python3.10/site-packages/nashpy/__pycache__
/usr/lib/python3.10/site-packages/nashpy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/__pycache__/game.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/__pycache__/game.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms
/usr/lib/python3.10/site-packages/nashpy/algorithms/__init__.py
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/lemke_howson.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/lemke_howson.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/lemke_howson_lex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/lemke_howson_lex.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/support_enumeration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/support_enumeration.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/vertex_enumeration.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/__pycache__/vertex_enumeration.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/algorithms/lemke_howson.py
/usr/lib/python3.10/site-packages/nashpy/algorithms/lemke_howson_lex.py
/usr/lib/python3.10/site-packages/nashpy/algorithms/support_enumeration.py
/usr/lib/python3.10/site-packages/nashpy/algorithms/vertex_enumeration.py
/usr/lib/python3.10/site-packages/nashpy/egt
/usr/lib/python3.10/site-packages/nashpy/egt/__init__.py
/usr/lib/python3.10/site-packages/nashpy/egt/__pycache__
/usr/lib/python3.10/site-packages/nashpy/egt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/egt/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/egt/__pycache__/moran_process.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/egt/__pycache__/moran_process.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/egt/moran_process.py
/usr/lib/python3.10/site-packages/nashpy/game.py
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__init__.py
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/integer_pivoting.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/integer_pivoting.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/integer_pivoting_lex.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/__pycache__/integer_pivoting_lex.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/integer_pivoting.py
/usr/lib/python3.10/site-packages/nashpy/integer_pivoting/integer_pivoting_lex.py
/usr/lib/python3.10/site-packages/nashpy/learning
/usr/lib/python3.10/site-packages/nashpy/learning/__init__.py
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/fictitious_play.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/fictitious_play.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/replicator_dynamics.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/replicator_dynamics.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/stochastic_fictitious_play.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/__pycache__/stochastic_fictitious_play.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/learning/fictitious_play.py
/usr/lib/python3.10/site-packages/nashpy/learning/replicator_dynamics.py
/usr/lib/python3.10/site-packages/nashpy/learning/stochastic_fictitious_play.py
/usr/lib/python3.10/site-packages/nashpy/polytope
/usr/lib/python3.10/site-packages/nashpy/polytope/__init__.py
/usr/lib/python3.10/site-packages/nashpy/polytope/__pycache__
/usr/lib/python3.10/site-packages/nashpy/polytope/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/polytope/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/polytope/__pycache__/polytope.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/polytope/__pycache__/polytope.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/polytope/polytope.py
/usr/lib/python3.10/site-packages/nashpy/repeated_games
/usr/lib/python3.10/site-packages/nashpy/repeated_games/__init__.py
/usr/lib/python3.10/site-packages/nashpy/repeated_games/__pycache__
/usr/lib/python3.10/site-packages/nashpy/repeated_games/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/repeated_games/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/utils
/usr/lib/python3.10/site-packages/nashpy/utils/__init__.py
/usr/lib/python3.10/site-packages/nashpy/utils/__pycache__
/usr/lib/python3.10/site-packages/nashpy/utils/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/utils/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/utils/__pycache__/is_best_response.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/nashpy/utils/__pycache__/is_best_response.cpython-310.pyc
/usr/lib/python3.10/site-packages/nashpy/utils/is_best_response.py
/usr/share/doc/python3-nashpy
/usr/share/doc/python3-nashpy/CHANGES.md
/usr/share/doc/python3-nashpy/CITATION.md
/usr/share/doc/python3-nashpy/README.md
/usr/share/doc/python3-nashpy/paper.bib
/usr/share/doc/python3-nashpy/paper.md
/usr/share/licenses/python3-nashpy
/usr/share/licenses/python3-nashpy/LICENSE

References

Summary

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