apk-tools/doc/apk-fix.8.scd

41 lines
853 B
Plaintext
Raw Normal View History

2020-01-07 03:50:26 +00:00
apk-fix(8)
# NAME
apk fix - repair packages or system
# SYNOPSIS
*apk fix* [<_options_>...] [_packages_...]
# DESCRIPTION
*apk fix* applies repair strategies to correct errors in the installation of
the specified packages, or all installed packages if none are specified.
# OPTIONS
*apk fix* supports the commit options described in *apk*(8), as well as the
following options:
2020-01-07 03:50:26 +00:00
*-d, --depends*
Also fix dependencies of specified packages.
*-r, --reinstall*
Reinstall packages (default).
*-u, --upgrade*
When fixing packages which are already installed, upgrade them rather
than considering the requirement fulfilled by the current installation.
*-x, --xattr*
Fix packages with broken xattrs.
*--directory-permissions*
Reset all directory permissions.
# AUTHORS
Natanael Copa <ncopa@alpinelinux.org>++
Timo Teräs <timo.teras@iki.fi>