How to Install and Uninstall acr Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "acr" package

This is a short guide on how to install acr on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install acr

2. Uninstall "acr" package

Please follow the step by step instructions below to uninstall acr on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the acr package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: acr
Priority: optional
Section: universe/devel
Installed-Size: 213
Maintainer: Ubuntu Developers
Original-Maintainer: Ruben Pollan
Architecture: all
Version: 0.9.6-1
Filename: pool/universe/a/acr/acr_0.9.6-1_all.deb
Size: 57784
MD5sum: 514cc2648040448868dcb25e22a3e778
SHA1: 694cc28c234b965c2de7cd7c7a4d23b99c618568
SHA256: ffa936dbda120b6a2cd687922041ceca319540e4cff5cc92104bf7d586d27a16
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
Homepage: http://www.nopcode.org/wk.php/Acr
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu