How to Install and Uninstall ace Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: April 23,2024

1. Install "ace" package

This tutorial shows how to install ace on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install ace

2. Uninstall "ace" package

This tutorial shows how to uninstall ace on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the ace package on Ubuntu 21.04 (Hirsute Hippo)

Package: ace
Architecture: amd64
Version: 0.0.5-3.1build1
Built-Using: golang-1.15 (= 1.15.8-1ubuntu3), golang-github-yosssi-gohtml (= 0.0~git20180130.97fbf36-1.1), golang-golang-x-net (= 1:0.0+git20210119.5f4716e+dfsg-2)
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: 2528
Suggests: golang-github-yosssi-ace-dev
Conflicts: libace-perl
Filename: pool/universe/g/golang-github-yosssi-ace/ace_0.0.5-3.1build1_amd64.deb
Size: 800120
MD5sum: 8f0a40ef19983082c67b94df42e79398
SHA1: f0d73b828b6d80e64393c0c1da720a2f742fedef
SHA256: d578893cc279e1d1745e430e8997db2cdfcd6a8115d3cf15dbcc6c02e1346271
SHA512: 6867dfa553a77a2d28f5b13745306ad713a49c9f4cb292d45be428ea7e5781667038e59f601812673ec942733cc5b30a6210e1f6918e8c34251dd4230e7665b8
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