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.
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).
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
git --version && curl --version
git --version && curl --version
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.