|
aclocal(1) -- automatically generate aclocal.m4 from configure.in
|
Automake includes a number of Autoconf macros which can be used in your package; some of them are actually required by Automake in certain situations. These macros must be defined in your aclocal.m4; ... |
addr2line(1) -- convert addresses into file names and line numbers.
|
addr2line translates program addresses into file names and line numbers. Given an address and an executable, it uses the debugging information in the executable to figure out which file name and line ... |
apropos(1) -- search the manual page names and descriptions
|
Each manual page has a short description available within it. apropos searches the descriptions for instances of keyword. keyword is usually a regular expression, as if (-r) was used, or may contain w... |
apt-extracttemplates(1) -- Utility to extract DebConf config and templates from Debian packages
|
apt-extracttemplates will take one or more Debian package files as input and write out (to a temporary directory) all associated config scripts and template files. For each passed in package that cont... |
apt-ftparchive(1) -- Utility to generate index files
|
apt-ftparchive is the command line tool that generates the index files that APT uses to access a distribution source. The index files should be generated on the origin site based on the content of tha... |
apt-sortpkgs(1) -- Utility to sort package index files
|
apt-sortpkgs will take an index file (Source index or Package index) and sort the records so that they are ordered by the package name. It will also sort the internal fields of each record according t... |
aptitude(1) -- high-level interface to the package manager.
|
aptitude is a text-based interface to the Debian GNU/Linux package system. It allows the user to view the list of packages and to perform package management tasks such as installing, upgrading, and re... |
ar(1) -- create, modify, and extract from archives
|
The GNU ar program creates, modifies, and extracts from archives. An archive is a single file holding a collection of other files in a structure that makes it possible to retrieve the original individ... |
arch(1) -- print machine architecture
|
arch is equivalent to uname -m. On current Linux systems, arch prints things such as "i386", "i486", "i586", "alpha", "sparc", "arm", "m68k", "mips", "ppc". |
as(1) -- the portable GNU assembler.
|
GNU as is really a family of assemblers. If you use (or have used) the GNU assembler on one architecture, you should find a fairly similar environment when you use it on another architecture. Each ver... |
at(1) -- queue, examine or delete jobs for later execution
|
at and batch read commands from standard input or a specified file which are to be executed at a later time, using /bin/sh. at executes commands at a specified time. atq lists the user's pending jobs... |
autoconf(1) -- creates scripts to configure source code packages using templates
|
To create configure from configure.in, run the autoconf program with no arguments. autoconf processes configure.ac with the m4 macro processor, using the Autoconf macros. If you give autoconf an argum... |
autoconf2.13(1) -- creates scripts to configure source code packages using templates
|
To create configure from configure.in, run the autoconf2.13 program with no arguments. autoconf2.13 processes configure.in with the m4 macro processor, using the Autoconf macros. If you give autoconf2... |