How to Install and Uninstall avo Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: November 22,2024

1. Install "avo" package

Please follow the guidance below to install avo on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install avo

2. Uninstall "avo" package

Here is a brief guide to show you how to uninstall avo on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the avo package on Ubuntu 20.10 (Groovy Gorilla)

Package: avo
Architecture: amd64
Version: 0.0~git20200523.4439b6b-6
Built-Using: golang-1.14 (= 1.14.4-1ubuntu2), 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: 11693
Filename: pool/universe/g/golang-github-mmcloughlin-avo/avo_0.0~git20200523.4439b6b-6_amd64.deb
Size: 2594372
MD5sum: 03305f4ad6f886b5865b91cf0e68dfd8
SHA1: 9c66264447392752f8e0f2ffa80ea41ede59975e
SHA256: b4436459b27799b706e3aec6008b599e770152b9b55a76cd6c966aae37167024
SHA512: c3b2ea30d2767d111d43eb888daf1ef704cae27c19edb4b70760febb9c5efc58d2fad73fa142d2d89fcccabbf01fe523938d3a995fff16902ae8eb55a17cc85c
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