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

Last updated: October 05,2024

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

This guide covers the steps necessary to install python3-fb-re2.x86_64 on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 3:58:38 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-fb-re2
Version : 1.0.7
Release : 4.fc34
Architecture : x86_64
Size : 23 k
Source : python-fb-re2-1.0.7-4.fc34.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.