How to Install and Uninstall cross-gcc-common.noarch Package on Oracle Linux 9

Last updated: May 19,2024

1. Install "cross-gcc-common.noarch" package

Please follow the instructions below to install cross-gcc-common.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install cross-gcc-common.noarch

2. Uninstall "cross-gcc-common.noarch" package

Please follow the instructions below to uninstall cross-gcc-common.noarch on Oracle Linux 9:

$ sudo dnf remove cross-gcc-common.noarch $ sudo dnf autoremove

3. Information about the cross-gcc-common.noarch package on Oracle Linux 9

Last metadata expiration check: 2:59:30 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : cross-gcc-common
Version : 12.1.1
Release : 1.el9
Architecture : noarch
Size : 2.3 M
Source : cross-gcc-12.1.1-1.el9.src.rpm
Repository : epel
Summary : Cross-build GNU C compiler documentation and translation files
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : Documentation, manual pages and translation files for cross-build GNU C
: compiler.
:
: This is the common part of a set of cross-build GNU C compiler packages for
: building kernels for other architectures. No support for cross-building
: user space programs is currently supplied as that would massively multiply the
: number of packages.