Automated installation scripts for running Winlink and VARA FM on Linux using Wine.
Tested on Debian 13 - Written specifically for Debian, may work on Ubuntu.
setup-vara.sh- Installs VARA FM digital modemsetup-winlink-express.sh- Installs Winlink Express (email client)setup-rms-packet.sh- Installs RMS Packet (gateway software)
launch-vara-fm.sh- Starts VARA FMlaunch-winlink-express.sh- Starts Winlink Expresslaunch-winlink-rms.sh- Starts RMS Packetlaunch-vara-and-winlink.sh- Starts VARA FM and RMS Packet together
clean-wine-config.sh- Remove all Wine configurations for fresh start
- Option A: Using Git (recommended)
- Install Git if needed:
sudo apt install -y git - Clone the repo:
git clone https://github.com/8ff/wine_packet_stuff.git - Enter the folder:
cd wine_packet_stuff
- Install Git if needed:
- Option B: Download ZIP
- Open https://github.com/8ff/wine_packet_stuff
- Click the green "Code" button → "Download ZIP"
- Extract the ZIP, then open a terminal in the extracted
wine_packet_stufffolder
Then follow Quick Start below.
# Make scripts executable
chmod +x *.sh
# Install VARA FM
./setup-vara.sh
# Install Winlink Express (most users want this)
./setup-winlink-express.sh
# Launch programs
./launch-vara-fm.sh
./launch-winlink-express.shWhen connecting VARA to Winlink:
- Host: localhost
- Control Port: 8300
- Data Port: 8301
- Scripts automatically install Wine and all dependencies
- VARA FM and RMS Packet share the same Wine prefix (
~/.wine-winlink) - Winlink Express uses a separate prefix (
~/.wine-winlink-express) - Always start VARA FM before Winlink if using them together
Scripts are free to use. VARA and Winlink software have their own licensing terms.