How to Install and Uninstall python3-folly.i686 Package on Fedora 36

Last updated: May 10,2024

1. Install "python3-folly.i686" package

In this section, we are going to explain the necessary steps to install python3-folly.i686 on Fedora 36

$ sudo dnf update $ sudo dnf install python3-folly.i686

2. Uninstall "python3-folly.i686" package

Please follow the guidance below to uninstall python3-folly.i686 on Fedora 36:

$ sudo dnf remove python3-folly.i686 $ sudo dnf autoremove

3. Information about the python3-folly.i686 package on Fedora 36

Last metadata expiration check: 0:06:39 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-folly
Version : 2022.03.14.00
Release : 1.fc36
Architecture : i686
Size : 103 k
Source : folly-2022.03.14.00-1.fc36.src.rpm
Repository : fedora
Summary : Python bindings 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 python3-folly package contains Python bindings for folly.