12345678910111213141516171819202122232425262728 |
- [DESCRIPTION]
- .B apt\-p2p\-clean
- cleans up the Apt\-P2P cache by checking if \fI.deb\fR files in the cache not
- are also in the APT cache (after it is cleaned by \fBapt\-get\fR \fIautoclean\fR
- or \fBaptitude\fR \fIautoclean\fR) and removing those \fI.deb\fR files that are
- not present.
- [AUTHOR]
- Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
- [SEE ALSO]
- .PP
- \fBapt\-get\fR(8),
- \fBaptitude\fR(8),
- \fBapt\-p2p\fR(8).
- [COPYRIGHT]
- .PP
- Copyright 2010 Douglas Thrift
- .PP
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .PP
- \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
- .PP
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an \fB"AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
|