Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
apk-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sertonix
apk-tools
Commits
9b07a6b0
Commit
9b07a6b0
authored
5 years ago
by
Drew DeVault
Committed by
Timo Teräs
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
add apk-del(8)
parent
6d507b90
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/Makefile
+1
-0
1 addition, 0 deletions
doc/Makefile
doc/apk-del.8.scd
+51
-0
51 additions, 0 deletions
doc/apk-del.8.scd
with
52 additions
and
0 deletions
doc/Makefile
+
1
−
0
View file @
9b07a6b0
...
...
@@ -6,6 +6,7 @@ $(obj)/%.8: $(src)/%.8.scd
docs
:
$(obj)/apk.8
\
$(obj)/apk-add.8
\
$(obj)/apk-del.8
\
$(obj)/apk-repositories.5
\
$(obj)/apk-world.5
targets
+=
docs
...
...
This diff is collapsed.
Click to expand it.
doc/apk-del.8.scd
0 → 100644
+
51
−
0
View file @
9b07a6b0
apk
-
del
(
8
)
#
NAME
apk
del
-
remove
packages
from
_world_
and
commit
changes
#
SYNOPSIS
*
apk
del
*
[
<
_options_
>
...]
_packages_
...
#
DESCRIPTION
*
apk
del
*
removes
packages
from
_world_
and
uninstalls
them
if
no
longer
required
by
any
other
packages
.
#
OPTIONS
##
COMMIT
OPTIONS
*
apk
del
*
commits
the
database
,
and
supports
the
same
options
as
other
commit
operations
.
*-
s
,
--
simulate
*
Simulate
the
requested
operation
without
making
any
changes
.
*--
clean
-
protected
*
Do
not
create
.
apk
-
new
files
in
configuration
directories
.
*--
overlay
-
from
-
stdin
*
Read
list
of
overlay
files
from
stdin
.
*--
no
-
scripts
*
Do
not
execute
any
scripts
.
*--
no
-
commit
-
hooks
*
Skip
pre
/
post
hook
scripts
(
but
not
other
scripts
).
*--
initramfs
-
diskless
-
boot
*
Enables
options
for
diskless
initramfs
boot
(
e
.
g
.
skip
hooks
).
##
DELETE
OPTIONS
The
following
options
affect
the
*
delete
*
operation
.
*-
r
,
--
rdepends
*
Recursively
delete
all
top
-
level
reverse
dependencies
,
too
.
#
AUTHORS
Natanael
Copa
<
ncopa
@
alpinelinux
.
org
>++
Timo
Ter
ä
s
<
_timo
.
teras
@
iki
.
fi_
>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment