GNU/Linux Arch Tumbleweed Installing GCC 13.2 – QuickStart Guide
Hi! The Tutorial Shows You Step-by-step How to Install GNU Compiler Collection 13.2.x in Arch GNU/Linux Desktops.
And the GCC 13.2 for Linux Arch is a Compilers Collection currently supporting C, C++, Objective-C, Objective-C++, Fortran, Ada, D, Go, and BRIG (HSAIL) Languages.
GCC 13.2 includes several New Features, Changes, and Fixes that you can consult on the GNU GCC Documentation.
Finally, this Setup is Valid for All the Arch Linux Based Distros like:
- Manjaro
- CachyOS
- EndeavourOS
- Garuda
- ArcoLinux
- Archman
- Bluestar
- Archcraft
- ArchLabs
- ArchBang
- BlackArch
- Artix
1. Terminal QuickStart
How to Quick-Start with Command Line on Arch
2. Updating System
First, to Update Arch Linux System
Run:sudo pacman -Syyu
And in case of a New Kernel Setup then Reboot with:sudo reboot
3. Installing GCC
Now to Install GCC for Arch Linux
Simply play:sudo pacman -S gcc
Now to Check the GCC Version:gcc -v
Congratulations, your GCC 13.2 should be now nicely working on Linux Arch. Good Luck! :)