How To Install link-grammar-python3 on Fedora 36

In this tutorial we learn how to install link-grammar-python3 in Fedora 36. link-grammar-python3 is Python 3 libraries for liblink-grammar

Introduction

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

Python 3 libraries for liblink-grammar

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install link-grammar-python3

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install link-grammar-python3

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

sudo dnf remove link-grammar-python3
/usr/lib/.build-id
/usr/lib/.build-id/94
/usr/lib/.build-id/94/1ba80aed8d895a642b079ba27b03fdab1f7edc
/usr/lib/python3.10/site-packages/linkgrammar
/usr/lib/python3.10/site-packages/linkgrammar.pth
/usr/lib/python3.10/site-packages/linkgrammar/__init__.py
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/clinkgrammar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/clinkgrammar.cpython-310.pyc
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/linkgrammar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/linkgrammar/__pycache__/linkgrammar.cpython-310.pyc
/usr/lib/python3.10/site-packages/linkgrammar/clinkgrammar.py
/usr/lib/python3.10/site-packages/linkgrammar/linkgrammar.py
/usr/lib64/python3.10/site-packages/linkgrammar
/usr/lib64/python3.10/site-packages/linkgrammar/_clinkgrammar.so
/usr/lib64/python3.10/site-packages/linkgrammar/_clinkgrammar.so.5
/usr/lib64/python3.10/site-packages/linkgrammar/_clinkgrammar.so.5.10.2

References

Summary

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