OpenBSD 7.0
Jump to navigation
Jump to search
General information
OpenBSD 7.0 was released on 2021-10-14. It contains 11329 packages with a total size of 53.005.315.563 bytes (50549 MiB).
How to determine package stats
wget http://ftp.eu.openbsd.org/pub/OpenBSD/7.0/packages/amd64/ -Oopenbsd70packages.html # Number of packages grep "<a href" openbsd70packages.html | wc -l # Total size of all packages grep "<a href" openbsd70packages.html | awk -F' ' '{print $NF}' | awk '{sum+=$1}END{print sum}'