CentOS/RedHat/Rocky/AlmaLinux Development Builds
This directory contains installation instructions for nightly builds of 64 bit binary packages for RedHat/CentOS (latest OS version).
Adding the ntop Packages Repository
In order to add the official ntop package repository do (as root):
curl https://packages.ntop.org/centos/ntop.repo > /etc/yum.repos.d/ntop.repo
Then, perform the following steps, depending on your distribution.
Rocky/AlmaLinux 9
Open your shell and type:
dnf config-manager --set-enabled crb
dnf install epel-release
Rocky/AlmaLinux 8
Open your shell and type:
dnf config-manager --set-enabled powertools
dnf install epel-release
CentOS/RedHat 8
Open your shell and type:
yum install epel-release rpm -ivh http://rpms.remirepo.net/enterprise/remi-release-8.rpm yum install dnf-plugins-core dnf config-manager --set-enabled powertools dnf config-manager --set-enabled remi
CentOS/RedHat 7
Open your shell and type:
yum install epel-release
Installing ntop Packages
Now that the ntop packages repository has been added, packages can be installed as:
yum clean all yum update yum install pfring-dkms n2disk nprobe ntopng cento ntap
PF_RING is now packaged without ZC drivers so you can optionally install them:
yum install pfring-drivers-zc-dkms
Notes
Most software work without licenses. However some components do need a license. They include:
- PF_RING ZC user-space libraries
- nProbe (NetFlow/IPFIX probe)
- n2disk (packet to disk application)
If you are a nProbe user and want to install a nprobe package with no dependency, please install the nprobes (rather than the nprobe) package. Note that you can either install the nprobe or the nprobes package but NOT both simultaneously.
You can find more info on the ntop site, or acquire licenses on the ntop e-shop.