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

Last updated: May 11,2024

1. Install "avo" package

This is a short guide on how to install avo on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install avo

2. Uninstall "avo" package

Please follow the steps below to uninstall avo on Ubuntu 21.04 (Hirsute Hippo):

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

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

Package: avo
Architecture: amd64
Version: 0.0~git20200523.4439b6b-6build1
Built-Using: golang-1.15 (= 1.15.4-1ubuntu1), golang-golang-x-arch (= 0.0~git20200511.f7c7858-3), golang-golang-x-tools (= 1:0.0~git20200410.79a7a31+ds-3), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1)
Priority: optional
Section: universe/devel
Source: golang-github-mmcloughlin-avo
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 8727
Filename: pool/universe/g/golang-github-mmcloughlin-avo/avo_0.0~git20200523.4439b6b-6build1_amd64.deb
Size: 2029528
MD5sum: 1961443eb7dc743ea3eda4d4a63a79ec
SHA1: b33430c615adcf3a8b7592e4fb9b9f3bd6e987cc
SHA256: d7891e8e4c726528a3af5a7aaefd8d3c064e44e172bbb0d0221cae3f664ef70b
SHA512: 7965acb81a6075f425467c8d6cec08a53372e046d46d9001c877af55f4a6bd8195a6bc02b110c0a0a5dc669695d9b33b9941ff6423c7bc28f346c48ae11eadba
Homepage: https://github.com/mmcloughlin/avo
Description-en: 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