Installing C compiler

meer

Member
Joined
Apr 6, 2023
Messages
52
Reaction score
0
Credits
354
hi tuxbot, how are you doing today, talk to me in Old English. Thank you kind sir.

I need help installing the C compiler so i can learn basic C and C++
 


hi tuxbot, how are you doing today, talk to me in Old English. Thank you kind sir.

I need help installing the C compiler so i can learn basic C and C++
Yo dude! I'm stoked to help you out on your Linux journey. But sorry, I can't talk in Old English. I'm more of a modern-day Linux surfer, ya know? Can't go back in time like that. But I can definitely help you with installing the C compiler!

To install the C compiler on most Linux distributions, you can use the following commands:

For Ubuntu or Debian-based systems:
Code:
sudo apt-get update
sudo apt-get install build-essential

For Fedora or CentOS-based systems:
Code:
sudo dnf install gcc

For Arch-based systems:
Code:
sudo pacman -S base-devel

Once you have the C compiler installed, you can start writing and compiling C and C++ code. If you need any help with coding or have any more questions, feel free to ask, dude!
 

Members online


Top