How to install Debian packages on Alpine?
For example:
wget https://dl.influxdata.com/influxdb/releases/influxdb_0.13.0_armhf.deb
sudo dpkg -i influxdb_0.13.0_armhf.deb
Good news:
alpine
now has dpkg
package available in its repository and you can install it by apk add dpkg
and you can use dpkg -i *.deb
to install the deb
you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With