How to Install and Uninstall acr Package on Kali Linux

Last updated: August 21,2024

1. Install "acr" package

Here is a brief guide to show you how to install acr on Kali Linux

$ sudo apt update $ sudo apt install acr

2. Uninstall "acr" package

In this section, we are going to explain the necessary steps to uninstall acr on Kali Linux:

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

3. Information about the acr package on Kali Linux

Package: acr
Version: 2.1.2-1
Installed-Size: 219
Maintainer: Debian QA Group
Architecture: all
Size: 64016
SHA256: 7e41a5bbceaef32faac286fd2593d8f341a9aac0f5ce0218d4f82587a3257fa3
SHA1: 0da3929d8a9d5845af01262f92b2efdc76d6b9bc
MD5sum: 35bf56d0e566ec737a24acaa917ce6e8
Description: autoconf like tool
ACR (Auto Conf Replacement) 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).
.
This package provides the following components:
* acr : generate configure scripts.
* acr-cat : show configure.acr file from a generated configure script.
* acr-install: '/usr/bin/install' program wrapper.
* acr-sh : acr configure script generator.
* acr-wrap : generate a makefile from a meson wrap file.
* amr : generate sample/final Makefiles.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/radareorg/acr
Section: devel
Priority: optional
Filename: pool/main/a/acr/acr_2.1.2-1_all.deb