How to Install and Uninstall fbthrift.x86_64 Package on Fedora 38

Last updated: September 24,2024

1. Install "fbthrift.x86_64" package

In this section, we are going to explain the necessary steps to install fbthrift.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install fbthrift.x86_64

2. Uninstall "fbthrift.x86_64" package

Please follow the instructions below to uninstall fbthrift.x86_64 on Fedora 38:

$ sudo dnf remove fbthrift.x86_64 $ sudo dnf autoremove

3. Information about the fbthrift.x86_64 package on Fedora 38

Last metadata expiration check: 5:35:25 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : fbthrift
Version : 2023.10.16.00
Release : 1.fc38
Architecture : x86_64
Size : 3.6 M
Source : fbthrift-2023.10.16.00-1.fc38.src.rpm
Repository : updates
Summary : Facebook's branch of Apache Thrift, including a new C++ server
URL : https://github.com/facebook/fbthrift
License : Apache-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.