Packages and Tool Verification
Do not install large tool collections automatically. Add a package only when a lesson states its purpose and removal path.
Update metadata
pkg update
pkg upgradeInstall the academy baseline
pkg install python git curl wget nano unzip tar coreutils findutils grep sed file opensslVerify provenance and versions
command -v python git curl
python --version
git --version
pkg list-installedMinimal packages are safer
Do not install large tool collections automatically. Add a package only when a lesson states its purpose and removal path.