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

Last updated: September 20,2024

1. Install "folly-devel.x86_64" package

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

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

2. Uninstall "folly-devel.x86_64" package

This guide covers the steps necessary to uninstall folly-devel.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 0:27:44 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : folly-devel
Version : 2023.04.24.00
Release : 4.el9
Architecture : x86_64
Size : 1.2 M
Source : folly-2023.04.24.00-4.el9.src.rpm
Repository : epel
Summary : Development files for folly
URL : https://github.com/facebook/folly
License : ASL 2.0
Description : Folly (acronymed loosely after Facebook Open Source Library) is a library of
: C++14 components designed with practicality and efficiency in mind. Folly
: contains a variety of core library components used extensively at Facebook. In
: particular, it's often a dependency of Facebook's other open source C++ efforts
: and place where those projects can share code.
:
: It complements (as opposed to competing against) offerings such as Boost and of
: course std. In fact, we embark on defining our own component only when something
: we need is either not available, or does not meet the needed performance
: profile. We endeavor to remove things from folly if or when std or Boost
: obsoletes them.
:
: Performance concerns permeate much of Folly, sometimes leading to designs that
: are more idiosyncratic than they would otherwise be (see e.g. PackedSyncPtr.h,
: SmallLocks.h). Good performance at large scale is a unifying theme in all of
: Folly.
:
: The folly-devel package contains libraries and header files for
: developing applications that use folly.