ideviceinstaller

Install and manage apps on iOS devices from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Tool for managing apps on iOS devices

Commands

ideviceinstaller

Examples

Install an iOS app (.ipa file) on a connected device$ ideviceinstaller -i /path/to/app.ipa
List all installed apps on the connected iOS device$ ideviceinstaller -l
Uninstall an app by its bundle identifier$ ideviceinstaller -u com.example.appname