How To Install python3-gensim-addons on Fedora 36

In this tutorial we learn how to install python3-gensim-addons in Fedora 36. python3-gensim-addons is Highly optimized version of word2vec for gensim

Introduction

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

What is python3-gensim-addons

This package contains the highly optimized version of word2vec from gensim. It is highly recommend to use this. If you don’t need the highly optimized version of word2vec, it is sufficient to install the “python-gensim-core”-package.

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

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

sudo dnf -y install python3-gensim-addons

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

sudo yum -y install python3-gensim-addons

How To Uninstall python3-gensim-addons on Fedora 36

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

sudo dnf remove python3-gensim-addons

python3-gensim-addons Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/21
/usr/lib/.build-id/21/5373ec273eddff9219ac8751a67a4bfb314d0f
/usr/lib64/python3.10/site-packages/gensim_addons
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/gensim_addons-0.10.0-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/gensim_addons/__init__.py
/usr/lib64/python3.10/site-packages/gensim_addons/__pycache__
/usr/lib64/python3.10/site-packages/gensim_addons/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gensim_addons/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gensim_addons/models
/usr/lib64/python3.10/site-packages/gensim_addons/models/__init__.py
/usr/lib64/python3.10/site-packages/gensim_addons/models/__pycache__
/usr/lib64/python3.10/site-packages/gensim_addons/models/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/gensim_addons/models/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/gensim_addons/models/word2vec_inner.cpython-310-x86_64-linux-gnu.so

References

Summary

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