Skip to content

How To Use Alpine Chroot

Ender edited this page Jan 29, 2019 · 3 revisions

alpine-chroot is like the buildArch script. but for any pc.

sudo sh /UserLAnd-Assets-Alpine/Alpine-Chroot.sh

How to use alpine

here are some simple commands:

apk add etc...

  • add Add new packages to the running system

  • del Delete packages from the running system

  • fix Attempt to repair or upgrade an installed package

  • update Update the index of available packages

  • info Prints information about installed or available packages

  • search Search for packages or descriptions with wildcard patterns

  • upgrade Upgrade the currently installed packages

  • cache Maintenance operations for locally cached package repository

  • version Compare version differences between installed and available packages

  • index create a repository index from a list of packages

  • fetch download (but not install) packages

  • audit List changes to the file system from pristine package install state

  • verify Verify a package signature

  • dot Create a graphviz graph description for a given package

  • policy Display the repository that updates a given package, plus repositories that also offer the package

Clone this wiki locally