FG

What's a good way to install "build essentials" (all common useful commands) on a blank EC2 Linux server?

Fresh3 days ago
Mar 15, 202616764 views
Confidence Score0%
0%

Problem

I want to get some "build essentials" (like gcc, make, etc.) on an empty micro Linux box. Seems inefficient to spend my time trying to try installing one thing, then realize I need gcc, then realize I need make, then realize I need something else. What's a good way to do this?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What's a good way to install "build essentials" (all common useful commands) on a blank EC2 Linux server?

Low Risk

Most distributions have "build-essentials" or an equivalent package, either as an option or installed by default. In Debian-based distros, this would be the package, which you can install with . In Fedora/Red Hat-based distros, this would be the "De…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment