How to Install and Uninstall fbthrift.i686 Package on Fedora 35

Last updated: May 19,2024

1. Install "fbthrift.i686" package

Please follow the steps below to install fbthrift.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install fbthrift.i686

2. Uninstall "fbthrift.i686" package

Please follow the guidance below to uninstall fbthrift.i686 on Fedora 35:

$ sudo dnf remove fbthrift.i686 $ sudo dnf autoremove

3. Information about the fbthrift.i686 package on Fedora 35

Last metadata expiration check: 5:29:10 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : fbthrift
Version : 2022.03.14.00
Release : 1.fc35
Architecture : i686
Size : 3.2 M
Source : fbthrift-2022.03.14.00-1.fc35.src.rpm
Repository : updates
Summary : Facebook's branch of Apache Thrift, including a new C++ server
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.