How To Install fb303 on Fedora 34
Introduction
In this tutorial we learn how to install fb303
on Fedora 34.
What is fb303
fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service. fb303 0 0.3.20210426git3843360.fc34 x86_64 566 k fb303-0-0.3.20210426git3843360.fc34.src.rpm updates Base Thrift service and a common set of functionality https ASL 2.0 fb303 is a base Thrift service and a common set of functionality for querying stats, options, and other information from a service.
We can use yum
or dnf
to install fb303
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install fb303.
Install fb303 on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install fb303
using dnf
by running the following command:
sudo dnf -y install fb303
Install fb303 on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install fb303
using yum
by running the following command:
sudo yum -y install fb303
How To Uninstall fb303 on Fedora 34
To uninstall only the fb303
package we can use the following command:
sudo dnf remove fb303
fb303 Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/81a2d13149d9159791e2b4b1df890c2f9121a0
/usr/lib/.build-id/65
/usr/lib/.build-id/65/43923422b89bb7deb7d1cb69ae65d92a6eb1a6
/usr/lib64/libfb303.so.0.20210426
/usr/lib64/libfb303_thrift_cpp.so.0.20210426
/usr/share/doc/fb303
/usr/share/doc/fb303/README.md
/usr/share/licenses/fb303
/usr/share/licenses/fb303/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/f74409c207030368f4d26529e210f4d387b616
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/6753c0e3ef13694847e85ee74324ab41acb496
/usr/lib/libfb303.so.0.20210426
/usr/lib/libfb303_thrift_cpp.so.0.20210426
/usr/share/doc/fb303
/usr/share/doc/fb303/README.md
/usr/share/licenses/fb303
/usr/share/licenses/fb303/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/48
/usr/lib/.build-id/48/aa79b01b83f00ff02d6c9a1a5ee504d1860900
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/9dd5dbff83f69e578211db2294aab18dc3930f
/usr/lib/libfb303.so.0.20210329
/usr/lib/libfb303_thrift_cpp.so.0.20210329
/usr/share/doc/fb303
/usr/share/doc/fb303/README.md
/usr/share/licenses/fb303
/usr/share/licenses/fb303/LICENSE
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/10d50f5a3d5f82a8eef488a30b629ca291cc55
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/dc9d1533d13779da7dc628daf85b4849229048
/usr/lib64/libfb303.so.0.20210329
/usr/lib64/libfb303_thrift_cpp.so.0.20210329
/usr/share/doc/fb303
/usr/share/doc/fb303/README.md
/usr/share/licenses/fb303
/usr/share/licenses/fb303/LICENSE
References
- [fb303 website](https://github.com/facebook/fb303/ https://github.com/facebook/fb303/)
Summary
In this tutorial we learn how to install fb303
on Fedora 34 using yum and dnf.