How to Install and Uninstall bloaty.x86_64 Package on CentOS Stream 8

Last updated: October 07,2024

1. Install "bloaty.x86_64" package

This guide covers the steps necessary to install bloaty.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install bloaty.x86_64

2. Uninstall "bloaty.x86_64" package

Here is a brief guide to show you how to uninstall bloaty.x86_64 on CentOS Stream 8:

$ sudo dnf remove bloaty.x86_64 $ sudo dnf autoremove

3. Information about the bloaty.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:34:45 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : bloaty
Version : 1.1
Release : 8.el8
Architecture : x86_64
Size : 183 k
Source : bloaty-1.1-8.el8.src.rpm
Repository : epel
Summary : A size profiler for binaries
URL : https://github.com/google/bloaty
License : ASL 2.0
Description : Ever wondered what's making your binary big? Bloaty McBloatface will show
: you a size profile of the binary so you can understand what's taking up
: space inside.
:
: Bloaty works on binaries, shared objects, object files, and static
: libraries. Bloaty supports the ELF and Mach-O formats, and has experimental
: support for WebAssembly.