Editions #
Unless your specific deployment needs require the extended/deploy edition, we recommend the extended edition.
Repository packages #
Most BSD derivatives maintain a repository for commonly installed applications. Please note that these repositories may not contain the [latest release].
DragonFly BSD #
[DragonFly BSD] includes Hugo in its package repository. To install the extended edition of Hugo:
sudo pkg install gohugo
FreeBSD #
[FreeBSD] includes Hugo in its package repository. To install the extended edition of Hugo:
sudo pkg install gohugo
NetBSD #
[NetBSD] includes Hugo in its package repository. To install the extended edition of Hugo:
sudo pkgin install go-hugo
OpenBSD #
[OpenBSD] includes Hugo in its package repository. This will prompt you to select which edition of Hugo to install:
doas pkg_add hugo
Comparison #
Prebuilt binaries | Repository packages | Build from source | |
---|---|---|---|
Easy to install? | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |
Easy to upgrade? | :heavy_check_mark: | varies | :heavy_check_mark: |
Easy to downgrade? | :heavy_check_mark: | varies | :heavy_check_mark: |
Automatic updates? | :x: | varies | :x: |
Latest version available? | :heavy_check_mark: | varies | :heavy_check_mark: |