How to Install and Uninstall gcc-arm-linux-gnu.x86_64 Package on Fedora 39

Last updated: October 07,2024

1. Install "gcc-arm-linux-gnu.x86_64" package

Please follow the steps below to install gcc-arm-linux-gnu.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install gcc-arm-linux-gnu.x86_64

2. Uninstall "gcc-arm-linux-gnu.x86_64" package

This tutorial shows how to uninstall gcc-arm-linux-gnu.x86_64 on Fedora 39:

$ sudo dnf remove gcc-arm-linux-gnu.x86_64 $ sudo dnf autoremove

3. Information about the gcc-arm-linux-gnu.x86_64 package on Fedora 39

Last metadata expiration check: 4:28:17 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : gcc-arm-linux-gnu
Version : 13.2.1
Release : 1.fc39
Architecture : x86_64
Size : 29 M
Source : cross-gcc-13.2.1-1.fc39.src.rpm
Repository : fedora
Summary : Cross-build binary utilities for arm-linux-gnu
URL : http://gcc.gnu.org
License : GPLv3+ and GPLv3+ with exceptions and GPLv2+ with exceptions and LGPLv2+ and BSD
Description : Cross-build GNU C compiler.
:
: Only building kernels is currently supported. Support for cross-building
: user space programs is not currently provided as that would massively multiply
: the number of packages.