{
  "id": "package-apt-install-basic",
  "ruleId": "package/apt-install",
  "input": {
    "toolName": "exec",
    "argv": ["apt-get", "install", "-y", "ripgrep"],
    "command": "apt-get install -y ripgrep",
    "combinedText": "Reading package lists...\nBuilding dependency tree...\nThe following NEW packages will be installed:\n  ripgrep\n0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 1,253 kB of archives.\nAfter this operation, 4,812 kB of additional disk space will be used.\n",
    "exitCode": 0
  },
  "expect": {
    "matchedReducer": "package/apt-install",
    "family": "system-package-install",
    "contains": ["1 newly installed", "Need to get 1,253 kB"]
  }
}
