@hqh: is there a "hidden" command which can be triggered from the command line and updates the catalogs (fapman cache)? i want to use it with alarmed in order to browse offline new packages from extras-devel etc
#!/bin/sh apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
#!/bin/sh apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*