\" This program is free software; you can redistribute it and/or modify
\" it under the terms of the GNU General Public License as published by
\" the Free Software Foundation; either version 2 of the License, or
\" (at your option) any later version.
\"
\" This program is distributed in the hope that it will be useful,
\" but WITHOUT ANY WARRANTY; without even the implied warranty of
\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\" GNU General Public License for more details.
\"
\" You should have received a copy of the GNU General Public License
\" along with this program; see the file COPYING. If not, write to
\" the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
\" Boston, MA 02111-1307, USA.
NAME
sync-available - sync dpkg's available database with apt's database
SYNOPSIS
sync-available
sync-available --version
sync-available --help
DESCRIPTION
This program updates the
dpkg(8)
available database with the data in the
apt(8)
package database. This is required for
grep\-available(1)
and other similar programs to give up-to-date results.
The same functionality is available through
dselect(8),
when it is configured to use
apt(8)
as its acquisition method. However, this program does not require that
dselect(8)
is installed.
EXIT STATUS
The program exits with status code 0 if all went well, and a non-zero
status code otherwise.
OPTIONS
--version
Output the name and version of the program onto standard output stream.
--help
Give a brief usage statement on the standard output stream.
ENVIRONMENT
TMPDIR
The name of the directory where temporary files are created. Default is
R /tmp .
AUTHOR
This program and this manual page were written by Antti-Juhani
Kaijanaho <ajk@debian.org>.
SEE ALSO