How to Install and Uninstall gcc10.x86_64 Package on Amazon Linux 2
Last updated: November 25,2024
1. Install "gcc10.x86_64" package
This guide let you learn how to install gcc10.x86_64 on Amazon Linux 2
$
sudo yum makecache
Copied
$
sudo yum install
gcc10.x86_64
Copied
2. Uninstall "gcc10.x86_64" package
Here is a brief guide to show you how to uninstall gcc10.x86_64 on Amazon Linux 2:
$
sudo yum remove
gcc10.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the gcc10.x86_64 package on Amazon Linux 2
Loaded plugins: ovl, priorities
Available Packages
Name : gcc10
Arch : x86_64
Version : 10.3.1
Release : 1.amzn2.0.1
Size : 38 M
Repo : amzn2-core/2/x86_64
Summary : Various compilers (C, C++, Objective-C, ...)
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : The gcc package contains the GNU Compiler Collection version 10.
: You\'ll need this package in order to compile C code.
Available Packages
Name : gcc10
Arch : x86_64
Version : 10.3.1
Release : 1.amzn2.0.1
Size : 38 M
Repo : amzn2-core/2/x86_64
Summary : Various compilers (C, C++, Objective-C, ...)
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and
: LGPLv2+ and BSD
Description : The gcc package contains the GNU Compiler Collection version 10.
: You\'ll need this package in order to compile C code.