In order to use the repository you need to create a file named /etc/yum.repos.d/ntop.repo containing
创建文件为ntop.repo,目录为/etc/yum.repos.d
# cat /etc/yum.repos.d/ntop.repo
添加以下内容: [ntop] name=ntop packages baseurl=http://www.nmon.net/centos-stable/$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.nmon.net/centos-stable/RPM-GPG-KEY-deriand also install the /etc/yum.repos.d/epel.repo extra repositories
# cat /etc/yum.repos.d/epel.repo [epel] name=Extra Packages for Enterprise Linux X - $basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-X&arch=$basearch failovermethod=priority enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-XNote: replace X with 6 (for CentOS 6) or 7 (for CentOS 7) then do:
yum clean all
yum update
yum install pfring n2disk nProbe ntopng ntopng-data nbox
- PF_RING DNA and libzero user-space libraries
- nProbe (NetFlow/IPFIX probe)
- n2disk (packet to disk application)
We remind you that all ntop products are available at no cost to universities and research.
没有评论:
发表评论