How to Install and Uninstall hugo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "hugo" package

This guide let you learn how to install hugo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install hugo

2. Uninstall "hugo" package

Please follow the guidelines below to uninstall hugo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove hugo $ sudo apt autoclean && sudo apt autoremove

3. Information about the hugo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: hugo
Priority: optional
Section: universe/web
Installed-Size: 12797
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Version: 0.15+git20160206.203.ed23711-1
Depends: libc6 (>= 2.4)
Filename: pool/universe/h/hugo/hugo_0.15+git20160206.203.ed23711-1_amd64.deb
Size: 2781876
MD5sum: aed8085f6e77abad18bea36351bfb311
SHA1: fe75b228dd73ab884c823c09597ef33cad021352
SHA256: 2bff32e5b287e9160c98941bace6c2f52b228e2a2ff7a284ef9e5a3af4a2f85c
Description-en: Fast and flexible Static Site Generator written in Go
Hugo is a static site generator written in Go. It is optimized for speed,
ease of use, and configurability. Hugo takes a directory with content and
templates, and renders them into a full HTML website.
.
Hugo relies on Markdown files with front matter for meta data. And you
can run Hugo from any directory. This works well for shared hosts and
other systems where you don’t have a privileged account.
.
Hugo renders a typical website of moderate size in a fraction of a
second. A good rule of thumb is that each piece of content renders in
around 1 millisecond.
.
Hugo is meant to work well for any kind of website including blogs,
tumblelogs and docs.
.
Complete documentation is available at http://gohugo.io/
Description-md5: f6d82733cd180a1650a4eb74080a9074
Built-Using: golang (= 2:1.6~rc1-0ubuntu1), golang-bitbucket-pkg-inflect (= 0.0~hg20130829.20.8961c37-3), golang-blackfriday (= 1.4-2), golang-fsnotify (= 1.2.9-1), golang-github-dchest-cssmin (= 0.0~git20151210.0.fb8d9b4-2), golang-github-eknkc-amber (= 0.0~git20150829.0.144da19-2), golang-github-miekg-mmark (= 1.3+git849458a+dfsg-1), golang-github-mitchellh-mapstructure (= 0.0~git20150717.0.281073e-2), golang-github-puerkitobio-purell (= 0.1.0+git20150218.23.d69616f-2), golang-github-spf13-afero (= 0.0~git20160201.0.4c1d2aa-1), golang-github-spf13-cast (= 0.0~git20151218.0.ee7b3e0-1), golang-github-spf13-cobra (= 0.0~git20160117.0.8e91712-1), golang-github-spf13-fsync (= 0.0~git20151208.0.c2544e7-2), golang-github-spf13-jwalterweatherman (= 0.0~git20151231.0.d006540-2), golang-github-spf13-nitro (= 0.0~git20131003.0.24d7ef3-2), golang-github-spf13-viper (= 0.0~git20160111.0.a212099-1), golang-github-yosssi-ace (= 0.0.4+git20151129.47.899eede-2), golang-osext (= 0.0~git20151124.0.10da294-2), golang-pretty (= 0.0~git20130613-1ubuntu1), golang-testify (= 1.0-2), golang-toml (= 0.1.0+git20160102.23.5c4df71-1), golang-websocket (= 0.0~git20150811.0.b6ab76f-1), golang-x-text (= 0+git20151217.cf49866-0ubuntu1), golang-yaml.v2 (= 0.0+git20150627.7ad95dd-1)
Homepage: http://gohugo.io/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu