logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Control Packages - APK Package Manager | Online Free DevTools by Hexmos

Control packages on Alpine Linux with APK Package Manager. Easily update, install, remove and search packages on your system. Free online tool, no registration required.

apk

Alpine Linux package management tool. More information: https://wiki.alpinelinux.org/wiki/Alpine_Package_Keeper.

  • Update repository indexes and upgrade all packages:

apk upgrade {{[-U|--update-cache]}}

  • Only update repository indexes:

apk update

  • Install a new package:

apk add {{package}}

  • Remove a package:

apk del {{package}}

  • Repair/Reinstall a package without modifying main dependencies:

apk fix {{package}}

  • Search for packages with a keyword in their name and list results with descriptions:

apk search {{[-v|--verbose]}} {{keyword}}

  • Search for packages with a keyword in their description:

apk search {{[-d|--description]}} {{keyword}}

  • Display information about a specific package:

apk info {{package}}

See Also