You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Guide to migrate Debian's apt package management commands to Alpine's apk commands.

The following table contains the mapping from apt commands to apk commands.


Actionapt commandapk command

Update package database

apt-get update

apk update

Install packages

apt-get install package1 package2
apk add package1 package2












  • No labels