dpkg-trigger
Debian package management system
Install
- All systems
-
curl cmd.cat/dpkg-trigger.sh
- Debian
-
apt-get install dpkg
- Ubuntu
-
apt-get install dpkg
- Alpine
-
apk add dpkg
- Kali Linux
-
apt-get install dpkg
- Fedora
-
dnf install dpkg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install dpkg
- OS X
-
brew install dpkg
- Raspbian
-
apt-get install dpkg
- Dockerfile
- dockerfile.run/dpkg-trigger
- Docker
-
docker run cmd.cat/dpkg-trigger dpkg-trigger
powered by Commando
dpkg
Debian package management system
This package provides the low-level infrastructure for handling the installation and removal of Debian software packages. For Debian package development tools, install dpkg-dev.