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

Last updated: October 03,2024

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

Please follow the steps below to install gcc-toolset-13-annobin.src on Oracle Linux 9

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

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

This tutorial shows how to uninstall gcc-toolset-13-annobin.src on Oracle Linux 9:

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

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

Last metadata expiration check: 1:04:31 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : gcc-toolset-13-annobin
Version : 12.20
Release : 1.el9
Architecture : src
Size : 962 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.