How to Install and Uninstall autoproject Package on Kali Linux

Last updated: May 02,2024

1. Install "autoproject" package

Learn how to install autoproject on Kali Linux

$ sudo apt update $ sudo apt install autoproject

2. Uninstall "autoproject" package

Please follow the step by step instructions below to uninstall autoproject on Kali Linux:

$ sudo apt remove autoproject $ sudo apt autoclean && sudo apt autoremove

3. Information about the autoproject package on Kali Linux

Package: autoproject
Version: 0.20-15
Installed-Size: 315
Maintainer: Debian QA Group
Architecture: all
Depends: automake | automaken
Size: 52336
SHA256: 10c88e409555ce8661c3056a30a80de3ba89df9bced4229442064b452e296be4
SHA1: 0ec718730fc7bfab1c244cab20dda06c33c30971
MD5sum: 2c89d292bcc91582acbeeacafaf85595
Description: create a skeleton source package for a new program
autoproject interviews the user, then creates a source package for
a new program which follows the GNU programming standards. The new
package uses autoconf to configure itself, and automake to create
the Makefile.
.
The idea is that you execute autoproject just once when you start
a new project. It will ask a few questions, then create a new
directory and populate it with standard files, customized for the
new project.
.
Optionally, the new package will use a command line parser generator.
Currently, autoproject supports two parser generators: clig by Harald
Kirsch (see http://wsd.iitb.fhg.de/software/), and
autogen by Bruce Korb (see http://autogen.sf.net/).
Description-md5:
Homepage: http://jrv.oddones.org
Tag: devel::buildtools, devel::code-generator, devel::docsystem,
devel::lang:c, devel::library, implemented-in::c,
interface::commandline, role::devel-lib, role::program,
role::shared-lib, scope::utility, suite::gnu,
works-with::software:source, works-with::text
Section: devel
Priority: optional
Filename: pool/main/a/autoproject/autoproject_0.20-15_all.deb