Programming for Wannabes. Part I

Thanks @boinclement. Let me know if the update works for you

1 Like

That’s great!, it is what I was thinking about.

1 Like

You should also make sure to specify what distro you’re using. Most of those build essentials are in the base and base-devel group on Arch, for an example.

pacman -Sg base-devel lists the pckages in that group.

3 Likes

I did. Thanks for telling us how to do it with Arch

4 Likes

Oops, I did read that part. :stuck_out_tongue: I was replying to @boinclement btw. Dunno why that little reply arrow thingy didn’t show up.

1 Like

Oh
 I see. Sometime it also happen to me
 the reply arrow not showing up


Yes, I know, I’m on Arch.
My comment was for starters and I assume when you I’ve installed a distribution like Arch. You’re aware of this little thing, nope? Tell me if I’m wrong :smiley:

The reply arrow doesn’t show up when the comment to which you’re replying is the one right above.

5 Likes

This is awesome! thanks man!

1 Like

I’m a little confused :confused:
Should it be kb, Kb or KB?
Should this even matter?

It is KB. You can also use just K or KiB, but no kb or Kb.

It matters because 65536 and 64000 are different numbers and 1 __B__yte is 8 __b__its .

7 Likes

This was incredibly helpful. Thank you very much! :slightly_smiling_face:

1 Like