VoIPstudio Linux Repository
Download
for Linux
All you need to know about installing the VoIPstudio softphone on Linux
Linux repository
Linux downloads
apt (Debian, Ubuntu, Mint)
1. Install the GPG Key
wget -O – http://repo.ssl7.net/repo/key | sudo apt-key add –
2. Add VoIPstudio repository:
echo “deb http://repo.ssl7.net/repo/voipstudio/stable/main/binary /” | sudo tee /etc/apt/sources.list.d/voipstudio.list
3. Update and install:
sudo apt-get update & sudo apt-get install voipstudio
.deb
1. Download .deb package:
wget https://repo.ssl7.net/repo/voipstudio/stable/main/binary/VoIPstudio_current_amd64.deb
2. Install VoIPstudio:
sudo dpkg -i VoIPstudio_current_amd64.deb