How to Install and Uninstall golang-github-yosssi-ace-dev Package on Kali Linux

Last updated: May 16,2024

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

In this section, we are going to explain the necessary steps to install golang-github-yosssi-ace-dev on Kali Linux

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

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

This is a short guide on how to uninstall golang-github-yosssi-ace-dev on Kali Linux:

$ 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 Kali Linux

Package: golang-github-yosssi-ace-dev
Source: golang-github-yosssi-ace
Version: 0.0.5-3.1
Installed-Size: 85
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-yosssi-gohtml-dev
Suggests: ace
Size: 16340
SHA256: b5a074fee1a213cb5ccfb5bbb04e336bf23fa8f71515894d0970f3a75ad8bcac
SHA1: 2ca6225a96f8f902fbe0f8011fac9fdc34bfd4e1
MD5sum: 9519429a002acd1c4a649dabcf06c09e
Description: HTML template engine for Go (library package)
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:
Homepage: https://github.com/yosssi/ace
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-yosssi-ace/golang-github-yosssi-ace-dev_0.0.5-3.1_all.deb