How to Install and Uninstall ace Package on Kali Linux

Last updated: May 03,2024

1. Install "ace" package

Please follow the guidelines below to install ace on Kali Linux

$ sudo apt update $ sudo apt install ace

2. Uninstall "ace" package

Please follow the instructions below to uninstall ace on Kali Linux:

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

3. Information about the ace package on Kali Linux

Package: ace
Source: golang-github-yosssi-ace (0.0.5-3.1)
Version: 0.0.5-3.1+b14
Installed-Size: 2203
Maintainer: Debian Go Packaging Team
Architecture: amd64
Suggests: golang-github-yosssi-ace-dev
Conflicts: libace-perl
Size: 772036
SHA256: 521476d2b8d2db7ae3ab1820b54c8eb52d06894a2d326597c6f6262630b61dd5
SHA1: 31e37c0f67a10da3b9fffd48df1a278c8216a594
MD5sum: 90481e6acdf130f63371875ea13ea3c1
Description: 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:
Homepage: https://github.com/yosssi/ace
Built-Using: golang-1.21 (= 1.21.3-1), golang-github-yosssi-gohtml (= 0.0~git20180130.97fbf36-1.1), golang-golang-x-net (= 1:0.15.0-2)
Section: text
Priority: optional
Filename: pool/main/g/golang-github-yosssi-ace/ace_0.0.5-3.1+b14_amd64.deb