How to Install and Uninstall bloaty.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "bloaty.x86_64" package

This is a short guide on how to install bloaty.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install bloaty.x86_64

2. Uninstall "bloaty.x86_64" package

Please follow the steps below to uninstall bloaty.x86_64 on Fedora 36:

$ sudo dnf remove bloaty.x86_64 $ sudo dnf autoremove

3. Information about the bloaty.x86_64 package on Fedora 36

Last metadata expiration check: 3:48:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : bloaty
Version : 1.1
Release : 14.fc36
Architecture : x86_64
Size : 174 k
Source : bloaty-1.1-14.fc36.src.rpm
Repository : fedora
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.