13892: Update disable_api_methods with the full list
[arvados.git] / doc / install / install-compute-node.html.textile.liquid
index b4d0d596f275d83401d1ba36d018c9e376f9665e..02eb2168b0f2d3c6137fae741288b80d365c3206 100644 (file)
@@ -3,6 +3,11 @@ layout: default
 navsection: installguide
 title: Install a compute node
 ...
+{% comment %}
+Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: CC-BY-SA-3.0
+{% endcomment %}
 
 h2. Install dependencies
 
@@ -10,14 +15,7 @@ First, "add the appropriate package repository for your distribution":{{ site.ba
 
 {% include 'note_python_sc' %}
 
-On CentOS 6 and RHEL 6:
-
-<notextile>
-<pre><code>~$ <span class="userinput">sudo yum install perl python27-python-virtualenv fuse python27-python-arvados-python-client python27-python-arvados-fuse crunchrunner crunchstat arvados-docker-cleaner iptables ca-certificates</span>
-</code></pre>
-</notextile>
-
-On other Red Hat-based systems:
+On Red Hat-based systems:
 
 <notextile>
 <pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>