How to Install and Uninstall gcc-plugin-devel.x86_64 Package on Amazon Linux 2

Last updated: May 01,2024

1. Install "gcc-plugin-devel.x86_64" package

This tutorial shows how to install gcc-plugin-devel.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install gcc-plugin-devel.x86_64

2. Uninstall "gcc-plugin-devel.x86_64" package

In this section, we are going to explain the necessary steps to uninstall gcc-plugin-devel.x86_64 on Amazon Linux 2:

$ sudo yum remove gcc-plugin-devel.x86_64 $ sudo yum autoremove

3. Information about the gcc-plugin-devel.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : gcc-plugin-devel
Arch : x86_64
Version : 7.3.1
Release : 13.amzn2
Size : 1.4 M
Repo : amzn2-core/2/x86_64
Summary : Support for compiling GCC plugins
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : This package contains header files and other support files
: for compiling GCC plugins. The GCC plugin ABI is currently
: not stable, so plugins must be rebuilt any time GCC is updated.