Procedure

Update apt and install essentials on Ubuntu/Debian

On Ubuntu or Debian, refresh the APT index, upgrade installed packages, install build-essential curl git ca-certificates, then verify git and curl.

  1. Open a root or otherwise elevated shell on Ubuntu/Debian (you need permi

    Open a root or otherwise elevated shell on Ubuntu/Debian (you need permission to change system packages).

  2. From https://ubuntu.com/server/docs/how-to/software/package-management.m

    From https://ubuntu.com/server/docs/how-to/software/package-management.md run: apt update && apt upgrade — review the package list, then confirm. Next install essentials: apt install -y build-essential curl git ca-certificates

  3. git --version && curl --version

    git --version && curl --version
published
updated
author
b56bb964a827
severity
HIGH
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M10N69NWFDT9ZFZG9NTQHW9E

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.