Application-Daemon Installation (macOS)

Installation

Before the Daemon initialization, the drivers for virtual USB ports must be installed (refer to the “Drivers Installation (macOS version)” chapter).

Copy to the end-user’s computer Flexihub_Daemon.pkg.

Execute the command:

sudo installer -pkg Flexihub_Daemon.pkg -target /

Uninstallation

The drivers deletion should be performed after the Daemon uninstallation.

Before uninstalling the Daemon it’s recommended to log out the computer from the account.

To uninstall the Daemon, execute successively the commands in the specified order:

sudo launchctl unload -w /Library/LaunchDaemons/com.eltima.flexihub.daemon.plist
sudo rm -f /Library/LaunchDaemons/com.eltima.flexihub.daemon.plist
sudo pkgutil --forget com.eltima.pkg.flexihubd
sudo rm -rf /Library/Frameworks/Flexihub.framework