How to Install and Uninstall folly-docs.noarch Package on Fedora 39

Last updated: September 25,2024

1. Install "folly-docs.noarch" package

Please follow the instructions below to install folly-docs.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install folly-docs.noarch

2. Uninstall "folly-docs.noarch" package

This guide let you learn how to uninstall folly-docs.noarch on Fedora 39:

$ sudo dnf remove folly-docs.noarch $ sudo dnf autoremove

3. Information about the folly-docs.noarch package on Fedora 39

Last metadata expiration check: 2:12:01 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : folly-docs
Version : 2023.10.16.00
Release : 1.fc39
Architecture : noarch
Size : 99 k
Source : folly-2023.10.16.00-1.fc39.src.rpm
Repository : updates
Summary : Documentation for folly
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.
:
: The folly-docs package contains documentation for folly.