How to Install and Uninstall golang-github-yosssi-ace-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "golang-github-yosssi-ace-dev" package

Please follow the steps below to install golang-github-yosssi-ace-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install golang-github-yosssi-ace-dev

2. Uninstall "golang-github-yosssi-ace-dev" package

This guide let you learn how to uninstall golang-github-yosssi-ace-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove golang-github-yosssi-ace-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-yosssi-ace-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: golang-github-yosssi-ace-dev
Priority: extra
Section: universe/devel
Installed-Size: 76
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: all
Source: golang-github-yosssi-ace
Version: 0.0.4+git20151129.47.899eede-2
Depends: golang-go | gccgo, golang-github-yosssi-gohtml-dev
Suggests: ace
Filename: pool/universe/g/golang-github-yosssi-ace/golang-github-yosssi-ace-dev_0.0.4+git20151129.47.899eede-2_all.deb
Size: 14498
MD5sum: 79259a098717f7e993191ba6fd6496b1
SHA1: 2c92e7c2d02c5e53b711f77c7979ff25663e8ece
SHA256: 74a6985dea30f9914366acd0cce9bf8ae50ba1e4628cb3ad3610598e9f439f4b
Description-en: HTML template engine for Go (Go library)
Ace is an HTML template engine for Go. This is inspired by
Slim (http://slim-lang.com/) and Jade (http://jade-lang.com/).
This is a refinement of Gold (http://gold.yoss.si/).
.
Example:
.
= doctype html
html lang=en
head
title Hello Ace
= css
h1 { color: blue; }
body
h1 {{.Msg}}
#container.wrapper
p..
Ace is an HTML template engine for Go.
This engine simplifies HTML coding in Go web application development.
= javascript
console.log('Welcome to Ace');
.
This package provides the Ace library for the Go Programming Language
Description-md5: 3274cbd0806c2b27aed0393b0932f024
Homepage: https://github.com/yosssi/ace
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu