Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

aptoncd(1) [debian man page]

APTONCD(1)						      General Commands Manual							APTONCD(1)

NAME
aptoncd - CD/DVD-based repository creator for debian packages SYNOPSIS
aptoncd [options] DESCRIPTION
APTonCD is a complete solution to manage/backup/restore your packages downloaded via apt-get, aptitude and synaptic. APTonCD also is the best choice to download an entire repository and/or specific section of selected mirror, by an pretty GUI. A manual with detailed instructions can be found in the help menu of APTonCD. OPTIONS
APTonCD accept the following command-line call methods: -c, --packages-list=FILE Starts aptoncd listing the packages in FILE -l, --cache-dir=PATH Uses PATH as apt cache dir (instead of /var/cache/apt/archives -r, --temp-dir=PATH Uses PATH as temporary directory for copying files and mounting images AUTHORS APTonCD is developed by Rafael Proenca <cypherbios@ubuntu.com> and Laudeci Oliveira <laudeci@gmail.com>, with some contributors that can be found on the project page. All development is done at http://aptoncd.sourceforge.net This manual page was written by Rafael Proenca <cypherbios@ubuntu.com>. COPYRIGHT
Copyright (C) 2007 Rafael Proenca There is NO warranty. You may redistribute this software under the terms of the GNU General Public License. For more information about these matters, see the files named copyright. Aug 15th, 2007 APTONCD(1)

Check Out this Related Man Page

APT-BUILD(1)						      General Commands Manual						      APT-BUILD(1)

NAME
apt-build - Fetch sources and build packages optimized for your architecture. SYNOPSIS
apt-build [ options ] [ update ] [ upgrade ] [ world ] [ install pkg ] [ remove pkg ] [ info pkg ] DESCRIPTION
apt-build is an apt-get frontend to build and install architecture optimized packages. COMMANDS
update Retrieve new lists of packages upgrade Perform an upgrade world Rebuild your system install Build and install new packages source Download and extract source in the build directory info Info on a package which could be built remove Remove packages clean-build Erase built packages clean-sources Call debian/rules clean in source directories build-source Build source without installing them update-source Update sources and rebuild them if they are missing in the repository build-repository Rebuild the repository OPTIONS
--help Shows help --nowrapper Do not use the gcc wrapper --remove-builddep Remove build-dependencies installed by apt-build --no-source Don't download source --build-dir Specify build-dir --build-only Build package only --rebuild Rebuild a package --reinstall Build and install an already installed package --build-command <command> Use this command to build package --patch <file> Apply this patch before build (you can use this option one or several times) --patch-strip, -p <number> Prefix to strip on patch (0 = -p0, 1 = -p1 ...) --yes, -y Assume yes --purge Use purge instead of remove --noupdate Do not run 'apt-get update' before package installation --sources-list Specify sources.list file --apt-get Specify an alternative apt-get command --apt-cache Specify an alternative apt-cache command --force-yes Force yes --source Do not download source (sources are extracted already) --repository-dir Specify the repository directory --target-release Distribution to fetch packages from --config Specify an alternative configuration file --version, -v Show version BUGS
Many. AUTHOR
apt-build was written by Julien Danjou <acid@debian.org> with many contributors. 3rd Berkeley Distribution November 2003 APT-BUILD(1)
Man Page