.. code:: bash
 
-        $ sudo yum install java-1.6.0-openjdk
+        $ sudo yum update -y
+        $ sudo yum install java-1.8.0-openjdk
+        $ sudo yum install epel-release
         $ sudo yum install python-pip
         $ sudo yum install zookeeper
+        $ sudo yum install telnet
+        $ sudo yum install wget
 
     .. note:: You may need to add the repository that contains zookeeper.
       To do so, follow the step below and try to install `zookeeper` again
 
 
 .. code:: bash
 
-    $ sudo yum install libxml2-dev libpciaccess-devel yajl-devel device-mapper-devel
+    $ sudo yum install libxml2-devel libpciaccess-devel yajl-devel device-mapper-devel
 
 Install libvirt:
 
-libvirt version in package manager might be quite old and offer only limited
-functionality. Hence, building and installing libvirt from sources is recommended.
-Detailed instructions can bet found at:
-https://libvirt.org/compiling.html
+.. note:: libvirt version in package manager might be quite old and offer only
+    limited functionality. Hence, building and installing libvirt from sources
+    is recommended. Detailed instructions can bet found at:
+    https://libvirt.org/compiling.html
+
+.. code:: bash
+
+    $ sudo yum install libvirt-devel
 
 Certain metrics provided by the plugin have a requirement on a minimal version of
 the libvirt API. *File system information* statistics require a *Guest Agent (GA)*
 .. _CVE-2017-7401: https://www.cvedetails.com/cve/CVE-2017-7401/
 .. _CVE-2016-6254: https://www.cvedetails.com/cve/CVE-2016-6254/
 .. _CVE-2010-4336: https://www.cvedetails.com/cve/CVE-2010-4336/
-.. _Exec plugin: https://collectd.org/wiki/index.php/Plugin:Exec
\ No newline at end of file
+.. _Exec plugin: https://collectd.org/wiki/index.php/Plugin:Exec