I’m trying to install hugo on a Raspberry Pi Zero, it is running on buster
.
I tried two methods but neither worked.
First I tried installing from source but I am unsure how to get the hugo command to work,
it says hugo: command not found
I tried following this thread, but I’m not sure where the binary for hugo is.
I then tried installing using the .deb
file found on this site.
Running the following commands:
curl -O http://http.us.debian.org/debian/pool/main/h/hugo/hugo_0.55.6+really0.54.0-1_armhf.deb
sudo dpkg -i hugo_0.55.6+really0.54.0-1_armhf.deb
hugo version
Prints: Illegal Instruction
I looked at this issue https://github.com/gohugoio/hugo/issues/3176
, and the .deb file I’m installing has the -1
.
I also looked at this https://discourse.gohugo.io/t/hugo-on-raspberry-pi-zero-w/21833/2
, but the architecture of my pi zero is armhf.
Any help on where the binary for hugo can be found or why the second method doesn’t work
would be appreciated.