Provided by:
sbuild_0.57.0-1ubuntu2_all 
NAME
sbuild-apt - run apt-get or apt-cache in an sbuild chroot
SYNOPSIS
sbuild-apt chroot apt--get|apt-cache [ ARG1 [ ARG2 [ ARGn]]]]
DESCRIPTION
sbuild-apt runs apt-get(1) or apt-cache(1) inside the specified chroot,
along with any additional arguments.
OPTIONS
chroot The chroot to run the command in. Note that ‘o’, ‘s’, ‘t’, ‘u’
and ‘e’ may be used as abbreviations for ‘oldstable’, ‘stable’,
‘testing’, ‘unstable’ and ‘experimental’, respectively.
EXAMPLES
To update the APT package lists in the unstable chroot:
% sbuild-apt unstable apt-get update
Note that sbuild-update(1) is a more convenient method for doing the
above.
AUTHORS
Roger Leigh.
COPYRIGHT
Copyright © 2006–2007 Roger Leigh <rleigh@debian.org>.
SEE ALSO
sbuild(1), sbuild-update(1), sbuild-upgrade(1).