-–

title: “Updating Hugo” date: 2023-10-12T13:32:49-05:00 draft: true

  1. Find latest version on the releases page.
  2. Download the deb file (on Ubuntu) for the extended version specific to your CPU architecture.
wget https://github.com/gohugoio/hugo/releases/download/v0.119.0/hugo\_<version>.deb
  1. Install the deb file.
sudo apt install ./hugo\_<version>.deb