How to Install and Uninstall ace Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: April 25,2024

1. Install "ace" package

Please follow the step by step instructions below to install ace on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ace

2. Uninstall "ace" package

Learn how to uninstall ace on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ace $ sudo apt autoclean && sudo apt autoremove

3. Information about the ace package on Ubuntu 20.10 (Groovy Gorilla)

Package: ace
Architecture: amd64
Version: 0.0.5-3build1
Built-Using: golang-1.14 (= 1.14.7-2ubuntu1), golang-github-yosssi-gohtml (= 0.0~git20180130.97fbf36-1), golang-golang-x-net (= 1:0.0+git20200226.491c5fc+dfsg-1)
Priority: optional
Section: universe/text
Source: golang-github-yosssi-ace
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3168
Suggests: golang-github-yosssi-ace-dev
Conflicts: libace-perl
Filename: pool/universe/g/golang-github-yosssi-ace/ace_0.0.5-3build1_amd64.deb
Size: 978888
MD5sum: 5ddaee2e1fa2807018c008bc22215808
SHA1: b3da91b5c0a18bb074361dd84718ed136c4a24d6
SHA256: c6697dd880dd85ae4ae898c5c35efc7997acc8e3eb820ff1e875dae578f7f00b
SHA512: a75e8ba328e26312ef0151ac866e24f1bf40053e0739002d7194017ea79d714d751d853a6fd70a09e338e70a4cc20e237d7f1fa52d3adc2667bc502c6259740d
Homepage: https://github.com/yosssi/ace
Description-en: HTML template engine for Go (command-line tool)
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 /usr/bin/ace command-line tool and example files.
Description-md5: fcbd00026ded79e6c62f3bec35612f8f