How to Install and Uninstall cross-gcc-common.noarch Package on CentOS Stream 8

Last updated: June 30,2024

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

Please follow the guidelines below to install cross-gcc-common.noarch on CentOS Stream 8

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

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

Please follow the guidelines below to uninstall cross-gcc-common.noarch on CentOS Stream 8:

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

3. Information about the cross-gcc-common.noarch package on CentOS Stream 8

Last metadata expiration check: 2:58:05 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : cross-gcc-common
Version : 12.1.1
Release : 2.el8
Architecture : noarch
Size : 2.8 M
Source : cross-gcc-12.1.1-2.el8.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.