How to Install and Uninstall folly.x86_64 Package on Fedora 38
Last updated: October 31,2024
1. Install "folly.x86_64" package
Learn how to install folly.x86_64 on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
folly.x86_64
Copied
2. Uninstall "folly.x86_64" package
Please follow the steps below to uninstall folly.x86_64 on Fedora 38:
$
sudo dnf remove
folly.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the folly.x86_64 package on Fedora 38
Last metadata expiration check: 5:42:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : folly
Version : 2023.10.16.00
Release : 1.fc38
Architecture : x86_64
Size : 1.8 M
Source : folly-2023.10.16.00-1.fc38.src.rpm
Repository : updates
Summary : An open-source C++ library developed and used at Facebook
URL : https://github.com/facebook/folly
License : Apache-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.
Available Packages
Name : folly
Version : 2023.10.16.00
Release : 1.fc38
Architecture : x86_64
Size : 1.8 M
Source : folly-2023.10.16.00-1.fc38.src.rpm
Repository : updates
Summary : An open-source C++ library developed and used at Facebook
URL : https://github.com/facebook/folly
License : Apache-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.