Procedure

Install Ubuntu on WSL2

With WSL already enabled on Windows, install the Ubuntu distribution via wsl --install -d Ubuntu, complete first-run user setup, then verify with wsl -l -v.

  1. Confirm WSL is installed (see Install WSL2 on Windows). In PowerShell, o

    Confirm WSL is installed (see Install WSL2 on Windows). In PowerShell, optionally list online distros: wsl --list --online

  2. Install Ubuntu: wsl --install -d Ubuntu . If install hangs at 0%, try: w

    Install Ubuntu: wsl --install -d Ubuntu . If install hangs at 0%, try: wsl --install --web-download -d Ubuntu . On first launch, create your Linux username and password when prompted.

  3. wsl -l -v

    wsl -l -v
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11WPX391WJK3NPF31J9PA1K

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.