We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c6079 commit dc6b4a1Copy full SHA for dc6b4a1
README.rst
@@ -60,6 +60,20 @@ network interface and a port. Multiple instances of these plugins can run concur
60
61
\* Must be installed individually due to extra dependencies
62
63
+How to install
64
+--------------
65
+
66
+If you are running a RHEL system or one of its derivatives, the easiest way to
67
+get IPFIXcol installed is using our Copr package repository.
68
69
+.. code-block:: bash
70
71
+ $ dnf install 'dnf-command(copr)' # Extra step necessary on some systems
72
+ $ dnf copr enable @CESNET/IPFIXcol
73
+ $ dnf install ipfixcol2
74
75
+For other systems, follow the build instructions below.
76
77
How to build
78
------------
79
0 commit comments