How To Install python3-fb-re2 on Fedora 36

In this tutorial we learn how to install python3-fb-re2 in Fedora 36. python3-fb-re2 is Python wrapper for Google’s RE2 library

Introduction

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

What is python3-fb-re2

python-fb-re2 is a Python extension that wraps Google’s RE2 regular expression library. This is Facebook’s pyre2 Python extension that wraps Google’s RE2 regular expression library. It implements many of the features of Python’s built-in re module with compatible interfaces.

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

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

sudo dnf -y install python3-fb-re2

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

sudo yum -y install python3-fb-re2

How To Uninstall python3-fb-re2 on Fedora 36

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

sudo dnf remove python3-fb-re2

python3-fb-re2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/ac328c437b25d09669dee92a4549c87b2aa9e1
/usr/lib64/python3.10/site-packages/__pycache__/re2.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/__pycache__/re2.cpython-310.pyc
/usr/lib64/python3.10/site-packages/_re2.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/fb_re2-1.0.7-py3.10.egg-info
/usr/lib64/python3.10/site-packages/fb_re2-1.0.7-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/fb_re2-1.0.7-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/fb_re2-1.0.7-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/fb_re2-1.0.7-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/re2.py
/usr/share/doc/python3-fb-re2
/usr/share/doc/python3-fb-re2/README

References

Summary

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