I've set up a couple of scripts to allow working with the fapman catalogs: /usr/local/bin/fapt-get Code: #!/usr/bin/sh apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $* /usr/local/bin/fapt-cache Code: apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
#!/usr/bin/sh apt-get -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*
apt-cache -o=Dir::Etc::sourcelist=/opt/fapman-cache/sources.list -o=Dir::State::lists=/opt/fapman-cache/lists $*