From charlesreid1

Revision as of 23:25, 27 July 2016 by Admin (talk | contribs) (Created page with "Yaesu VX-6 =Setting Up Programming Software= Guide to setting up VX-6 Commander software for programming the VX-6 radio. ==Installing Wine== Start by installing wine: <pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Yaesu VX-6

Setting Up Programming Software

Guide to setting up VX-6 Commander software for programming the VX-6 radio.

Installing Wine

Start by installing wine:

apt-get install wine

If you're on a 64 bit computer, this will only install 64-bit wine. Some Windows executables are 32 bit, so you'll need to install a 32 bit version of Wine to run those. As root, execute:

dpkg --add-architecture i386 && apt-get update && apt-get install -y wine32

This will install about 200 MB of stuff.