Hi!

I am looking to translate iptable rules to nftables and when I run the command sudo iptables-translate I get , command not found.

The path for iptables command is /sbin/iptables.

The other commands related to iptables that are available are: 
iptables-save
iptables-restore
ip6tables

How do I install iptables-translate? From what I have understood from looking around is that iptables-translate comes with the iptables package.

Thanks!
Gargi