# Confirm the Vary compiler is installed and available on PATH.
command -v vary
vary --version
# Confirm the Via server CLI is installed and available on PATH.
command -v via
via --version
Lesson 1 / server terminal
Verify Vary and Via commands
Confirm the host already has the Vary compiler and Via server CLI on PATH.
Via installation starts from an installed Vary distribution. Before changing host packages or systemd units, make sure vary resolves, prints a version, and includes the via command. If either command is missing, install Vary first, open a new shell so PATH updates take effect, then return to this course.
via --version
Expected output
(?m)^Via\s+.+$