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

Last updated: May 15,2024

1. Install "acr" package

This is a short guide on how to install acr on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install acr

2. Uninstall "acr" package

This is a short guide on how to uninstall acr on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove acr $ sudo apt autoclean && sudo apt autoremove

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

Package: acr
Architecture: all
Version: 1.9.2-1
Multi-Arch: foreign
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Ruben Pollan
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 203
Filename: pool/universe/a/acr/acr_1.9.2-1_all.deb
Size: 53844
MD5sum: 2c998591e856f95a9a6f60f15fbc332c
SHA1: bcff296231180d0f230b1eb909e24a00b0078e55
SHA256: 6ecfb299cfa4f0523c2f5d6f5b88e4528975f4ea6f613f9fbcf0f512967c28ca
SHA512: d93dcf46aeefb842f5d6e62a8a225f3d126cc4bf00736a7b988be3c4c0587640539cc4a7e52951a817c16a21dd2ce4d81ed46da40a743357cf00aa85525ede71
Homepage: https://github.com/radare/acr
Description-en: autoconf like tool
ACR is an autoconf like tool that allows you to create configure scripts for
your programs. The main aim of this tool is to teach developers how to create
portable builds of their tools, just using generic functions wrapped by acr to
generate portable shellscript.
.
Pros:
* Easy to learn / implement.
* Faster/smaller final configure script.
* Own syntax, not complex m4 macros.
* Reverse engineering tool to recover .acr files from the final configure
script.
* Good documentation and tutorials.
* vim syntax highlighting for configure.acr files
($PREFIX/share/acr/vim/install.sh)
* Debugging support (-d)
* Integrated support for java, bash, perl, Tcl, c, c++, ruby and Python.
* Recursive configure script calls.
* Progress bar in generation stage.
.
Cons:
* Not recommended for huge projects
* Slow script generation parsing huge configuration files
* No automake replace. (just type clean makefiles and acr substs)
* Not enough tested (only on free operating systems (Open|Net|Free|Dfly)BSD,
GNU systems, and Darwin).
Description-md5: 67cb2ecd6d25c7b3cc9059bab8a96f72