How to Install and Uninstall bloaty.x86_64 Package on Oracle Linux 9

Last updated: October 05,2024

1. Install "bloaty.x86_64" package

Please follow the steps below to install bloaty.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install bloaty.x86_64

2. Uninstall "bloaty.x86_64" package

In this section, we are going to explain the necessary steps to uninstall bloaty.x86_64 on Oracle Linux 9:

$ sudo dnf remove bloaty.x86_64 $ sudo dnf autoremove

3. Information about the bloaty.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:42:32 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : bloaty
Version : 1.1
Release : 16.el9
Architecture : x86_64
Size : 174 k
Source : bloaty-1.1-16.el9.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.