Problem scenario
You have a Linux server (a Debian/Ubuntu, CentOS/RedHat/Fedora or SUSE distribution). You want to install Apache Avro. What do you do?
Solution
These directions work for any type of Linux.
#1 Do one of the following (either option A or option B).
Option A
Find the latest download from here and download it.
Option B
cd /tmp
curl http://mirror.metrocast.net/apache/avro/avro-1.8.2/avro-src-1.8.2.tar.gz >
…