Forrest logo
back to context overview

apk

List of commands for apk:

  • apk:ai:9b911 Install the make package for the mkfile command on Alpine Linux
    $ apk add make
    try on your machine
    explain this command
  • apk:ai:a2870 Install the coreutils package which provides the mkfile command in Alpine Linux
    $ apk add coreutils
    try on your machine
    explain this command
  • apk:ai:bff47 Install the touch package to add the mkfile command for alpine Linux
    $ apk add touch
    try on your machine
    explain this command
  • apk:ai:d04ab Installs the mkfile command in Alpine Linux
    $ apk add mkfile
    try on your machine
    explain this command
  • apk:tldr:7a863 apk: Display information about a specific package.
    $ apk info ${package}
    try on your machine
    explain this command
  • apk:tldr:bdec6 apk: Search for a package via keywords.
    $ apk search ${keywords}
    try on your machine
    explain this command
  • apk:tldr:cc4ed apk: Remove a package.
    $ apk del ${package}
    try on your machine
    explain this command
  • apk:tldr:cff95 apk: Update repository indexes from all remote repositories.
    $ apk update
    try on your machine
    explain this command
  • apk:tldr:dbe8e apk: Repair a package or upgrade it without modifying main dependencies.
    $ apk fix ${package}
    try on your machine
    explain this command
  • apk:tldr:dcab6 apk: Install a new package.
    $ apk add ${package}
    try on your machine
    explain this command
back to context overview