Codebase list live-build / b0442a4 manpages / en / lb_clean.1
b0442a4

Tree @b0442a4 (Download .tar.gz)

lb_clean.1 @b0442a4raw · history · blame

.TH LIVE\-BUILD 1 2020\-03\-30 1:20191222 "Debian Live Project"

.SH NAME
\fBlb_clean\fR \- Clean build directory

.SH SYNOPSIS
\fBlb clean\fR [\fIOPTIONS\fR]

.SH DESCRIPTION
\fBlb clean\fR is a high\-level command (porcelain) of \fIlive\-build\fR(7), the Debian Live tool suite.
.PP
\fBlb clean\fR is responsible for cleaning up after a system is built. It removes the build directories, and removes some other files including stage files, and any detritus left behind by other live\-build commands.

.SH OPTIONS
In addition to its specific options \fBlb clean\fR understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options.
.PP
.IP "\fB\-\-all\fR" 4
removes chroot, binary, stage, and source. The cache directory is kept. This is the default operation and will be performed if no argument is given.
.IP "\fB\-\-cache\fR" 4
removes the cache directories.
.IP "\fB\-\-chroot\fR" 4
unmounts and removes the chroot directory.
.IP "\fB\-\-binary\fR" 4
removes all binary related caches, files, directories, and stages files.
.IP "\fB\-\-purge\fR" 4
removes everything, including all caches. The config directory is kept.
.IP "\fB\-\-remove\fR" 4
removes everything, including package cache but not stage cache. The config directory is kept.
.IP "\fB\-\-stage\fR" 4
removes all stage files.
.IP "\fB\-\-source\fR" 4
removes all source related caches, files, directories, and stage files.

.SH FILES
.IP "\fBauto/clean\fR" 4

.SH SEE ALSO
\fIlive\-build\fR(7)
.PP
This program is a part of live\-build.

.SH HOMEPAGE
More information about live\-build and the Debian Live project can be found on the homepage at <\fIhttps://wiki.debian.org/DebianLive\fR>.

.SH BUGS
Bugs can be reported by submitting a bug report for the live\-build package in the Bug Tracking System at <\fIhttp://bugs.debian.org/\fR> or by writing a mail to the Debian Live mailing list at <\fI[email protected]\fR>.

.SH AUTHOR
live\-build was originally written by Daniel Baumann <\fI[email protected]\fR>. Since 2016 development has been continued by the Debian Live team.