Head over to the official MicroSIP website and download the or the "Full" version (which includes video support). You generally want the standard "installer" or the "portable" version. 3. Run the Installer
Wine is a compatibility layer that allows Windows applications to run on Linux. MicroSIP runs flawlessly under Wine with no major issues. How To Install Microsip On Linux
wget https://www.microsip.org/download/MicroSIP.exe Head over to the official MicroSIP website and
echo '#!/bin/bash cd ~/MicroSIP && wine MicroSIP.exe' | sudo tee /usr/local/bin/microsip sudo chmod +x /usr/local/bin/microsip How To Install Microsip On Linux