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
d051fe9f
Commit
d051fe9f
authored
11 months ago
by
Timo Teräs
Browse files
Options
Downloads
Patches
Plain Diff
doc: apk(8) add FILES section, speak of world constraints
fixes
#10969
parent
373c0d2d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/apk.8.scd
+71
-3
71 additions, 3 deletions
doc/apk.8.scd
with
71 additions
and
3 deletions
doc/apk.8.scd
+
71
−
3
View file @
d051fe9f
...
...
@@ -10,13 +10,18 @@ apk - Alpine Package Keeper
#
DESCRIPTION
*
apk
*
manages
packages
installed
on
the
system
.
The
set
of
top
level
packages
to
install
is
called
the
_world_
(
see
*
apk
-
world
*
(
5
)).
*
apk
*
supports
various
sub
-
commands
to
query
and
manipulate
_world_
and
local
&
remote
package
*
apk
*
manages
packages
installed
on
the
system
.
The
set
of
top
level
constraints
on
system
packages
is
called
the
_world_
(
see
*
apk
-
world
*
(
5
)).
*
apk
*
supports
various
sub
-
commands
to
query
and
manipulate
_world_
and
package
repositories
.
All
apk
commands
which
modify
the
database
are
logged
to
/
var
/
log
/
apk
.
log
.
By
default
apk
is
non
-
interactive
.
See
*
FILES
*
or
*--
interactive
*
on
changing
this
default
to
be
interactive
.
#
COMMANDS
Each
command
is
documented
in
detail
on
its
manual
page
.
...
...
@@ -259,6 +264,69 @@ The following options are available for all commands which sign files.
*--
sign
-
key
*
_KEYFILE_
Sign
files
with
the
specified
_KEYFILE_
.
#
FILES
*/
etc
/
apk
/
arch
*
The
CPU
architecture
for
this
database
.
See
*
apk
-
package
*
(
5
)
section
on
package
metadata
field
*
arch
*
for
the
list
.
*/
etc
/
apk
/
cache
*
This
is
expected
to
be
a
symlink
to
directory
what
apk
will
use
as
package
cache
.
See
also
*
apk
-
cache
*
(
5
)
and
*
apk
-
cache
*
(
8
).
*/
etc
/
apk
/
commit_hooks
.
d
/
\
*
.
pre
-
commit
*++
*/
etc
/
apk
/
commit_hooks
.
d
/
\
*
.
post
-
commit
*
Hook
scripts
which
are
executed
before
or
after
changes
to
database
are
committed
.
If
a
pre
-
commit
script
returns
failure
,
the
commit
is
aborted
.
If
*--
no
-
scripts
*
or
*--
no
-
commit
-
hooks
*
option
is
specified
,
these
hook
scripts
are
not
executed
.
*/
etc
/
apk
/
interactive
*
If
this
file
exists
and
apk
is
running
on
a
tty
,
*--
interactive
*
mode
is
enabled
by
default
.
*/
etc
/
apk
/
keys
*
A
directory
containing
trusted
signing
keys
for
apk
.
*/
etc
/
apk
/
protected_paths
.
d
/
\
*
.
list
*
Configuration
files
to
specify
how
to
treat
changes
to
specified
directory
or
file
masks
.
*/
etc
/
apk
/
repositories
*++
*/
etc
/
apk
/
repositories
.
d
/
\
*
.
list
*
Configuration
files
to
specify
repositories
.
See
*
apk
-
repositories
*
(
5
)
for
details
.
*/
etc
/
apk
/
world
*
Top
level
requirements
and
constraints
on
what
should
be
installed
.
See
*
apk
-
world
*
(
5
)
for
details
.
*/
lib
/
apk
/
db
/
lock
*
A
lock
file
used
to
allow
only
one
concurrent
write
transaction
on
the
system
.
*/
lib
/
apk
/
db
/
installed
*
Database
of
installed
packages
and
their
contents
.
*/
lib
/
apk
/
db
/
scripts
.
tar
*
Collection
of
all
package
scripts
from
currently
installed
packages
.
*/
lib
/
apk
/
db
/
triggers
*
List
of
triggers
rules
for
currently
installed
packages
.
*/
lib
/
apk
/
db
-
uvol
*
Database
symlink
or
a
directory
with
similar
structure
as
*/
lib
/
apk
/
db
/*,
but which used for package content when managed using OpenWRT *uvol*
volume manager.
*/
lib
/
apk
/
exec
*
Temporary
directory
for
extraction
and
execution
of
package
scripts
and
triggers
.
*/
var
/
log
/
apk
.
log
*
Log
file
for
changes
done
to
the
system
.
#
NOTES
This
apk
has
coffee
making
abilities
.
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