sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine64 wine32 wget
Download the latest portable executable (recommended over the installer) from the official website:
From the terminal, the command is equally simple:
MicroSIP is widely regarded as one of the best lightweight, open-source VoIP softphones for Windows. It is portable, simple, and uses the powerful PJSIP stack. However, if you are searching for a straightforward way to run MicroSIP on Linux, you are in for a bit of a ride.
echo '#!/bin/bash cd ~/MicroSIP && wine MicroSIP.exe' | sudo tee /usr/local/bin/microsip sudo chmod +x /usr/local/bin/microsip
sudo dpkg --add-architecture i386 sudo apt update sudo apt install wine64 wine32 wget
Download the latest portable executable (recommended over the installer) from the official website: How To Install Microsip On Linux
From the terminal, the command is equally simple: sudo dpkg --add-architecture i386 sudo apt update sudo
MicroSIP is widely regarded as one of the best lightweight, open-source VoIP softphones for Windows. It is portable, simple, and uses the powerful PJSIP stack. However, if you are searching for a straightforward way to run MicroSIP on Linux, you are in for a bit of a ride. How To Install Microsip On Linux
echo '#!/bin/bash cd ~/MicroSIP && wine MicroSIP.exe' | sudo tee /usr/local/bin/microsip sudo chmod +x /usr/local/bin/microsip