Skip to content

EXA8 Software

Lorenzo Mangani edited this page Jun 9, 2019 · 1 revision

QXIP Open-Source

QXIP maintains and distributes ubuntu:xenial packages for the EXA8 ARM64 platform through its repositories, including:

Applications

  • HEPlify, HEPlify-Server
  • HEPAgent, CaptAgent
  • ngrep
  • tshark

Libraries

  • peaFowl
  • libUV
  • libzmq
  • libnuma

Repository Installation

SSH to your EXA8 Unit, execute the following command as root:

curl -s https://packagecloud.io/install/repositories/qxip/cubro-pub/script.deb.sh | sudo bash

Repository Usage

Once the QXIP repository is installed, packages can be installed with apt

apt update
apt install tshark

Supported Languages

GO

sudo apt-get update
sudo apt-get install golang-1.10
export GOROOT=/usr/lib/go-1.10
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

NodeJS

sudo apt-get install nodejs