blob: 26b132c1b74d78f74f516a2a263c3f5eba1e11e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.\" -*- mode: troff; coding: utf-8 -*-
.TH APKG-ORPHAN 8
.SH NAME
apkg-orphan \- list orphan packages with no dependents installed
.SH DESCRIPTION
.LP
\fBapkg-orphan\fR lists orphan packages: packages that are installed and
exist in a repository, but have no other installed package depending on them.
These may be safe to remove.
.SH USAGE
.LP
\f(CRapkg-orphan\fR
.PP
The script takes no arguments and produces one package name per line.
.SH EXAMPLES
.LP
\f(CRapkg-orphan\fR - List all orphaned packages.
.PP
\f(CRapkg-orphan | while read p; do apkg -r "$p"; done\fR - Remove all orphaned packages.
.SH AUTHORS
.LP
emmett1 \c
.MT me@emmett1.my
.ME
.SH REPORTING BUGS
.LP
Please report bugs and issues in the project issue tracker: \c
.UR https://codeberg.org/emmett1/autils/issues
.UE
|