🖥️apk

➡️This is a command-line reference manual for commands and command combinations that you don’t use often enough to remember it. This cheatsheet explains the apk command with important options and switches using examples.

▁ ▂ ▃ ▄ ꧁ 🔴☠ COMMANDLINE-KUNGFU WITH CHEATSHEETS ☠🔴꧂▅ ▃ ▂ ▁

#                 █████╗ ██████╗ ██╗  ██╗
#                ██╔══██╗██╔══██╗██║ ██╔╝
#                ███████║██████╔╝█████╔╝ 
#                ██╔══██║██╔═══╝ ██╔═██╗ 
#                ██║  ██║██║     ██║  ██╗
#                ╚═╝  ╚═╝╚═╝     ╚═╝  ╚═╝
                                        
                                        
                                        

# apk is the tool used to install, upgrade, or delete software on a running system
# of Alpine Linux package management

# Install a package
apk add $package

# Remove a package
apk del $package

# Update repos
apk update

# Upgrade all packages
apk upgrade

# Find a package
apk search $package

# To list all installed packages, use:
apk info

# To determine which package a file belongs to:
apk info --who-owns /sbin/lbu

#==============================##==============================#
# CMD APK 						       #
#==============================##==============================#
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

  █║▌│║█║▌★ KALI ★ PARROT ★ DEBIAN 🔴 PENTESTING ★ HACKING ★ █║▌│║█║▌

              ██╗ ██╗ ██████╗  ██████╗ ██╗  ██╗███████╗██████╗
             ████████╗██╔══██╗██╔═══██╗╚██╗██╔╝██╔════╝██╔══██╗
             ╚██╔═██╔╝██║  ██║██║   ██║ ╚███╔╝ █████╗  ██║  ██║
             ████████╗██║  ██║██║   ██║ ██╔██╗ ██╔══╝  ██║  ██║
             ╚██╔═██╔╝██████╔╝╚██████╔╝██╔╝ ██╗███████╗██████╔╝
              ╚═╝ ╚═╝ ╚═════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═════╝

               █║▌│║█║▌ WITH COMMANDLINE-KUNGFU POWER █║▌│║█║▌

░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░