Add Alpine Linux installation instructions

This commit is contained in:
Joe Mooring
2023-12-21 10:53:46 -08:00
committed by GitHub
parent dfbebeec7d
commit b12d9cb8fa
5 changed files with 25 additions and 15 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
### Homebrew
[Homebrew] is a free and open-source package manager for macOS and Linux. This will install the extended edition of Hugo:
[Homebrew] is a free and open-source package manager for macOS and Linux. To install the extended edition of Hugo:
```sh
brew install hugo
+3 -3
View File
@@ -24,7 +24,7 @@ Most BSD derivatives maintain a repository for commonly installed applications.
### DragonFly BSD
[DragonFly BSD] includes Hugo in its package repository. This will install the extended edition of Hugo:
[DragonFly BSD] includes Hugo in its package repository. To install the extended edition of Hugo:
```sh
sudo pkg install gohugo
@@ -34,7 +34,7 @@ sudo pkg install gohugo
### FreeBSD
[FreeBSD] includes Hugo in its package repository. This will install the extended edition of Hugo:
[FreeBSD] includes Hugo in its package repository. To install the extended edition of Hugo:
```sh
sudo pkg install gohugo
@@ -44,7 +44,7 @@ sudo pkg install gohugo
### NetBSD
[NetBSD] includes Hugo in its package repository. This will install the extended edition of Hugo:
[NetBSD] includes Hugo in its package repository. To install the extended edition of Hugo:
```sh
sudo pkgin install go-hugo
+17 -7
View File
@@ -24,7 +24,7 @@ toc: true
The Hugo snap package is [strictly confined]. Strictly confined snaps run in complete isolation, up to a minimal access level thats deemed always safe. The sites you create and build must be located within your home directory, or on removable media.
This will install the extended edition of Hugo:
To install the extended edition of Hugo:
```sh
sudo snap install hugo
@@ -55,14 +55,24 @@ sudo snap disconnect hugo:ssh-keys
Most Linux distributions maintain a repository for commonly installed applications.
{{% note %}}
Due to Long Term Release (LTR) guidelines, most Linux package repositories will not contain the [latest release].
Due to Long Term Release policies, some Linux package repositories will not contain the [latest release].
[latest release]: https://github.com/gohugoio/hugo/releases/latest
{{% /note %}}
### Alpine Linux
To install the extended edition of Hugo on [Alpine Linux]:
```sh
doas apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community hugo
```
[Alpine Linux]: https://alpinelinux.org/
### Arch Linux
Derivatives of the [Arch Linux] distribution of Linux include [EndeavourOS], [Garuda Linux], [Manjaro], and others. This will install the extended edition of Hugo:
Derivatives of the [Arch Linux] distribution of Linux include [EndeavourOS], [Garuda Linux], [Manjaro], and others. To install the extended edition of Hugo:
```sh
sudo pacman -S hugo
@@ -75,7 +85,7 @@ sudo pacman -S hugo
### Debian
Derivatives of the [Debian] distribution of Linux include [elementary OS], [KDE neon], [Linux Lite], [Linux Mint], [MX Linux], [Pop!_OS], [Ubuntu], [Zorin OS], and others. This will install the extended edition of Hugo:
Derivatives of the [Debian] distribution of Linux include [elementary OS], [KDE neon], [Linux Lite], [Linux Mint], [MX Linux], [Pop!_OS], [Ubuntu], [Zorin OS], and others. To install the extended edition of Hugo:
```sh
sudo apt install hugo
@@ -95,7 +105,7 @@ You can also download Debian packages from the [latest release] page.
### Fedora
Derivatives of the [Fedora] distribution of Linux include [CentOS], [Red Hat Enterprise Linux], and others. This will install the extended edition of Hugo:
Derivatives of the [Fedora] distribution of Linux include [CentOS], [Red Hat Enterprise Linux], and others. To install the extended edition of Hugo:
```sh
sudo dnf install hugo
@@ -128,7 +138,7 @@ Derivatives of the [Gentoo] distribution of Linux include [Calculate Linux], [Fu
### openSUSE
Derivatives of the [openSUSE] distribution of Linux include [GeckoLinux], [Linux Karmada], and others. This will install the extended edition of Hugo:
Derivatives of the [openSUSE] distribution of Linux include [GeckoLinux], [Linux Karmada], and others. To install the extended edition of Hugo:
```sh
sudo zypper install hugo
@@ -140,7 +150,7 @@ sudo zypper install hugo
### Solus
The [Solus] distribution of Linux includes Hugo in its package repository. This will install the _standard_ edition of Hugo:
The [Solus] distribution of Linux includes Hugo in its package repository. To install the _standard_ edition of Hugo:
```sh
sudo eopkg install hugo
+1 -1
View File
@@ -22,7 +22,7 @@ toc: true
### MacPorts
[MacPorts] is a free and open-source package manager for macOS. This will install the extended edition of Hugo:
[MacPorts] is a free and open-source package manager for macOS. To install the extended edition of Hugo:
```sh
sudo port install hugo
+3 -3
View File
@@ -20,7 +20,7 @@ toc: true
### Chocolatey
[Chocolatey] is a free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Chocolatey] is a free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
choco install hugo-extended
@@ -30,7 +30,7 @@ choco install hugo-extended
### Scoop
[Scoop] is a free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Scoop] is a free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
scoop install hugo-extended
@@ -40,7 +40,7 @@ scoop install hugo-extended
### Winget
[Winget] is Microsoft's official free and open-source package manager for Windows. This will install the extended edition of Hugo:
[Winget] is Microsoft's official free and open-source package manager for Windows. To install the extended edition of Hugo:
```sh
winget install Hugo.Hugo.Extended