How to Install and Uninstall gcc-toolset-12-annobin.src Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "gcc-toolset-12-annobin.src" package

This is a short guide on how to install gcc-toolset-12-annobin.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install gcc-toolset-12-annobin.src

2. Uninstall "gcc-toolset-12-annobin.src" package

Please follow the guidance below to uninstall gcc-toolset-12-annobin.src on Oracle Linux 9:

$ sudo dnf remove gcc-toolset-12-annobin.src $ sudo dnf autoremove

3. Information about the gcc-toolset-12-annobin.src package on Oracle Linux 9

Last metadata expiration check: 1:40:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gcc-toolset-12-annobin
Version : 11.08
Release : 2.el9
Architecture : src
Size : 887 k
Source : None
Repository : ol9_appstream
Summary : Annotate and examine compiled binary files
URL : https://sourceware.org/annobin/
License : GPLv3+
Description : This package contains the tools needed to annotate binary files created by
: compilers, and also the tools needed to examine those annotations.
:
:
: One of the tools is a plugin for GCC that records information about the
: security options that were in effect when the binary was compiled.
:
: Note - the plugin is automatically enabled in gcc builds via flags
: provided by the redhat-rpm-macros package.
:
:
:
: One of the tools is a plugin for Clang that records information about the
: security options that were in effect when the binary was compiled.
:
:
:
: One of the tools is a plugin for LLVM that records information about the
: security options that were in effect when the binary was compiled.
:
:
:
: One of the tools is a security checker which analyses the notes present in
: annotated files and reports on any missing security options.