DieterReuter / image-builder-rpi64

Build SD card image for Raspberry Pi 3 64bit
MIT License
157 stars 37 forks source link

Can iptable be installed? #78

Closed robinsonlucas closed 6 years ago

robinsonlucas commented 6 years ago

I'm using hypriot to implement some database but I need to configure the ports to access it. Sadly its look like iptable isnt available in the native version, and send back some 'E: unable to locate package iptable' when trying to install it. I tried all the apt-get update, upgrade and install thing but it doesn't work. So I'm wondering if iptable can be installed on hypriotos anyway? (and how if that so). Thanks!

skj-dev commented 6 years ago

You need to add an s.

apt install iptables will get you there.

robinsonlucas commented 6 years ago

Thanks. It works. Now I feel really dumb.

skj-dev commented 6 years ago

We've all been there. 😄