Steven, With regard to the error: > > sudo tar -xzf hamlib.tar.gz > > I get: > > tar: Error opening archive: Failed to open 'hamlib.tar.gz' > You are missing the "z" option to tar, which specifies to use gzip decompression. This will work: sudo tar -zxvf hamlib.tar.gz Cheers, Rich