You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mark Hindley 8b0d65975a Version 1.92devuan1. 3 hours ago
debian Version 1.92devuan1. 3 hours ago
.gitignore add gitignores, converted from svn 13 years ago
Makefile Fix Makefile's missing input 4 years ago
README merge from people/joeyh/anna_refactor 19 years ago
anna.c only call remove_duplicates() when _DEVEL_ set 11 months ago
anna.h * On second thoughts, compile this out by default as it raises the 16 years ago
retriever.c Handle asprintf failures consistently. 11 years ago
retriever.h merge from people/joeyh/anna_refactor 19 years ago
util.c Use SHA256 for verification 7 years ago
util.h Use SHA256 for verification 7 years ago

README

anna uses a retriever to download udebs, checks their consistency, and
calls udpkg to install them. It can be called as follows:

anna <retriever>

Use the given retriever, get the list of all udebs it can
retrieve, work out which to install by default, prompt the user
for which to install, and install all selected.

anna <retriever> default

Same as above, except that the retriever is stored as the default
retriever to use.

anna install <udeb ..>

Uses the default retriever to get the specified udebs and installs
them. Dependencies will automatically be installed too. Note that
this still needs a debconf frontend to be running, so use of the
anna-install command in debian-installer-utils is better for
command-line use.