Douglas Thrift dea461b0d6 Add Git repository info to README.md | 8 yıl önce | |
---|---|---|
.gitattributes | 14 yıl önce | |
.gitignore | 14 yıl önce | |
GNUmakefile | 14 yıl önce | |
LICENSE | 14 yıl önce | |
README.md | 8 yıl önce | |
apt-p2p-clean | 14 yıl önce | |
apt-p2p-clean.8.in | 14 yıl önce |
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.
You can check out the code straight from the Git repository:
git clone https://git.douglasthrift.net/douglas/apt-p2p-clean.git
On Debian or Ubuntu you can install it from apt.douglasthrift.net:
apt-get install apt-p2p-clean
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