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

Last updated: April 27,2024

1. Install "ace" package

This guide covers the steps necessary to install ace on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ace

2. Uninstall "ace" package

Please follow the instructions below to uninstall ace on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ace
Priority: optional
Section: universe/text
Installed-Size: 3312
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Architecture: amd64
Source: golang-github-yosssi-ace
Version: 0.0.4+git20151129.47.899eede-2
Suggests: golang-github-yosssi-ace-dev
Conflicts: libace-perl
Filename: pool/universe/g/golang-github-yosssi-ace/ace_0.0.4+git20151129.47.899eede-2_amd64.deb
Size: 730806
MD5sum: a04e6c39ce6d681c751eb59f8510a0f7
SHA1: 8fc0fb2f9f31f5f7b8deaa8b5975b4ad42b79edd
SHA256: 2092027f0495aad25060bd13892cc8a4b26ce2faf4192c9ed6ec69315569cb08
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
Built-Using: golang (= 2:1.5.1-0ubuntu4), golang-github-yosssi-gohtml (= 0.0~git20150923.0.ccf383e-1)
Homepage: https://github.com/yosssi/ace
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu