How to Install and Uninstall avo Package on Kali Linux

Last updated: May 18,2024

1. Install "avo" package

This guide let you learn how to install avo on Kali Linux

$ sudo apt update $ sudo apt install avo

2. Uninstall "avo" package

This guide covers the steps necessary to uninstall avo on Kali Linux:

$ sudo apt remove avo $ sudo apt autoclean && sudo apt autoremove

3. Information about the avo package on Kali Linux

Package: avo
Source: golang-github-mmcloughlin-avo (0.0~git20200523.4439b6b-6)
Version: 0.0~git20200523.4439b6b-6+b8
Installed-Size: 8671
Maintainer: Debian Go Packaging Team
Architecture: amd64
Size: 2206112
SHA256: fb318351c25d9cd93632e836e11c92b632bdca9292eef28cd0def06ecdbc4dc2
SHA1: f6cf5b4d0c28ecf3414b3b0217e5a2a54a3e9064
MD5sum: b24fac0862aa0c1672270009a8765423
Description: Generate x86 Assembly with Go (program)
This is the program package of avo.
.
avo makes high-performance Go assembly easier to write, review and
maintain. The avo package presents a familiar assembly-like interface
that simplifies development without sacrificing performance:
+ Use Go control structures for assembly generation; avo programs
are Go programs
+ Register allocation: write functions with virtual registers and avo
assigns physical registers for you
+ Automatically load arguments and store return values: ensure memory
offsets are correct for complex structures
+ Generation of stub files to interface with your Go package
Description-md5: c7da77fb5dad36a119d68c284f3cdb07
Homepage: https://github.com/mmcloughlin/avo
Built-Using: golang-1.19 (= 1.19-1), golang-golang-x-arch (= 0.0~git20201207.1e68675-1), golang-golang-x-mod (= 0.5.1-2), golang-golang-x-sys (= 0.0~git20220731.a90be44-1), golang-golang-x-tools (= 1:0.1.12+ds-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-mmcloughlin-avo/avo_0.0~git20200523.4439b6b-6+b8_amd64.deb