latest aliases for build.os and build.tools¶
Ubuntu¶
$ lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 24.04 LTS
Release: 24.04
Codename: noble
Python¶
$ python --version
Python 3.13.0
Ruby¶
$ ruby --version
ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x86_64-linux-gnu]
Golang¶
$ go version
bash: line 1: go: command not found
Node¶
$ node --version
bash: line 1: node: command not found
Cargo¶
$ cargo --version
bash: line 1: cargo: command not found