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

Last updated: May 08,2024

1. Install "autoproject" package

In this section, we are going to explain the necessary steps to install autoproject on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install autoproject

2. Uninstall "autoproject" package

This tutorial shows how to uninstall autoproject on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: autoproject
Priority: optional
Section: universe/devel
Installed-Size: 312
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Version: 0.20-8
Depends: automake | automaken
Filename: pool/universe/a/autoproject/autoproject_0.20-8_all.deb
Size: 47624
MD5sum: 4a40b4234e1197a986e5b82f5c594de5
SHA1: 4b62a42c9b29c8226328b9a37d355a392a73e8c5
SHA256: 951a6bfb23051889be9fb5e9bd2a852499602cffd5484819ff5199a5d7cd9a25
Description-en: 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: 6a2ced0df448d7820927215269b2a24c
Homepage: http://jrv.oddones.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu