I need to install tweaks' packages on an jailbroken iPhone via SSH. But apt-get is not included in mac command line tools. I've found that brew can be used, but it doesn't seem to work when ssh'ing iPhone.
Tweaks are installed apt-get install com.author.thweakname
How do I execute it in mac Terminal?