How to Install and Uninstall python3-fbthrift.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "python3-fbthrift.x86_64" package

Here is a brief guide to show you how to install python3-fbthrift.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-fbthrift.x86_64

2. Uninstall "python3-fbthrift.x86_64" package

Here is a brief guide to show you how to uninstall python3-fbthrift.x86_64 on Fedora 36:

$ sudo dnf remove python3-fbthrift.x86_64 $ sudo dnf autoremove

3. Information about the python3-fbthrift.x86_64 package on Fedora 36

Last metadata expiration check: 5:18:24 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-fbthrift
Version : 2022.03.14.00
Release : 1.fc36
Architecture : x86_64
Size : 574 k
Source : fbthrift-2022.03.14.00-1.fc36.src.rpm
Repository : fedora
Summary : Python bindings for fbthrift
URL : https://github.com/facebook/fbthrift
License : ASL 2.0
Description : Thrift is a serialization and RPC framework for service communication. Thrift
: enables these features in all major languages, and there is strong support for
: C++, Python, Hack, and Java. Most services at Facebook are written using Thrift
: for RPC, and some storage systems use Thrift for serializing records on disk.
:
: Facebook Thrift is not a distribution of Apache Thrift. This is an evolved
: internal branch of Thrift that Facebook re-released to open source community in
: February 2014. Facebook Thrift was originally released closely tracking Apache
: Thrift but is now evolving in new directions. In particular, the compiler was
: rewritten from scratch and the new implementation features a fully asynchronous
: Thrift server.
:
: The python3-fbthrift package contains Python bindings for fbthrift.