[Elecraft] How to run linux utilities (K3, KPA etc.) on 64 bit Ubuntu 14.04

2014-05-27 Thread Martin Kratoska
1. Launch synaptic and goto “settings Repositories” 2. click “other software add” 3. insert this line in the box deb http://archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse 4. click ok and close synaptic 5. in terminal “sudo apt-get update” 6. in terminal “sudo apt-get

Re: [Elecraft] How to run linux utilities (K3, KPA etc.) on 64 bit Ubuntu 14.04

2014-05-27 Thread David Sanders W4DES
Debian and Ubuntu changed the way they handle multi arch systems in their latest releases. Part of the change was to eliminate ia32-libs. Adding it from the repository of another release is not recommended. The right way to do it is: $ sudo dpkg —add-architecture i386 $ sudo apt-get update