How to Install and Uninstall fbthrift-devel.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "fbthrift-devel.x86_64" package

Please follow the step by step instructions below to install fbthrift-devel.x86_64 on Oracle Linux 9

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

2. Uninstall "fbthrift-devel.x86_64" package

This guide let you learn how to uninstall fbthrift-devel.x86_64 on Oracle Linux 9:

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

3. Information about the fbthrift-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:39:10 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : fbthrift-devel
Version : 2023.04.24.00
Release : 1.el9
Architecture : x86_64
Size : 673 k
Source : fbthrift-2023.04.24.00-1.el9.src.rpm
Repository : epel
Summary : Development files 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 fbthrift-devel package contains libraries and header files for
: developing applications that use fbthrift.