-
Notifications
You must be signed in to change notification settings - Fork 2
EXA8 Software
Lorenzo Mangani edited this page Jun 9, 2019
·
1 revision
QXIP maintains and distributes ubuntu:xenial packages for the EXA8 ARM64 platform through its repositories, including:
-
HEPlify
,HEPlify-Server
-
HEPAgent
,CaptAgent
ngrep
tshark
peaFowl
libUV
libzmq
libnuma
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
Once the QXIP repository is installed, packages can be installed with apt
apt update
apt install tshark
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
sudo apt-get install nodejs