How to Install and Uninstall python3-fb-re2.x86_64 Package on Fedora 39

Last updated: May 20,2024

1. Install "python3-fb-re2.x86_64" package

This is a short guide on how to install python3-fb-re2.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-fb-re2.x86_64

2. Uninstall "python3-fb-re2.x86_64" package

Here is a brief guide to show you how to uninstall python3-fb-re2.x86_64 on Fedora 39:

$ sudo dnf remove python3-fb-re2.x86_64 $ sudo dnf autoremove

3. Information about the python3-fb-re2.x86_64 package on Fedora 39

Last metadata expiration check: 2:29:09 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-fb-re2
Version : 1.0.7
Release : 13.fc39
Architecture : x86_64
Size : 24 k
Source : python-fb-re2-1.0.7-13.fc39.src.rpm
Repository : fedora
Summary : Python wrapper for Google's RE2 library
URL : https://github.com/facebook/pyre2
License : BSD
Description : 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.