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.
|
3 hours ago | |
---|---|---|
debian | 3 hours ago | |
.gitignore | 13 years ago | |
Makefile | 4 years ago | |
README | 19 years ago | |
anna.c | 11 months ago | |
anna.h | 16 years ago | |
retriever.c | 11 years ago | |
retriever.h | 19 years ago | |
util.c | 7 years ago | |
util.h | 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.