Ingen beskrivning

Douglas Thrift 5a7870e8ce Add README.md 8 år sedan
.gitattributes fa04fd8637 Beginnings. 14 år sedan
.gitignore 61268ae468 Distribution! 14 år sedan
GNUmakefile d028fcf73d More correct. 14 år sedan
LICENSE 617b608b44 Documentation and license. 14 år sedan
README.md 5a7870e8ce Add README.md 8 år sedan
apt-p2p-clean 0806fc7c22 Typo? 14 år sedan
apt-p2p-clean.8.in 8026e57bfb Minor formatting mistake. 14 år sedan

README.md

Apt-P2P Clean

apt-p2p-clean cleans up the Apt-P2P cache by checking if .deb files in the cache (after it is cleaned by apt-get autoclean or aptitude autoclean) and removing those .deb files that are not present.

It is released under the Apache License, Version 2.0.

Download

Debian/Ubuntu

On Debian or Ubuntu you can install it from apt.douglasthrift.net:

apt-get install apt-p2p-clean

Documentation

Usage: apt-p2p-clean [options]

Options:
  -a ARCHIVE, --archive=ARCHIVE   set the APT archive directory (default:
                                  /var/cache/apt/archives)
  -c CACHE, --cache=CACHE         set the Apt-P2P cache directory (default:
                                  /var/cache/apt-p2p/cache)
  -e, --execute                   clean up the Apt-P2P cache
  -h, --help                      show this help message and exit
  -n, --no-execute                show what would be done to clean up the
                                  Apt-P2P cache
  -v, --version                   show version information and exit