15572: Updating dispatcher install
[arvados.git] / doc / install / crunch2-slurm / install-compute-node.html.textile.liquid
index 027f813f6304ebadfdebc9b9672acc6c48ced69a..6c691f29a991171aca7786ae397b33859da87885 100644 (file)
@@ -11,22 +11,20 @@ SPDX-License-Identifier: CC-BY-SA-3.0
 
 h2. Install dependencies
 
-First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos.
+h3. Centos 7
 
 {% include 'note_python_sc' %}
 
-On Red Hat-based systems:
-
 <notextile>
 <pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
 ~$ <span class="userinput">sudo yum install python-arvados-fuse crunch-run arvados-docker-cleaner</span>
 </code></pre>
 </notextile>
 
-On Debian-based systems:
+h3. Debian and Ubuntu
 
 <notextile>
-<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-python-client crunch-run arvados-docker-cleaner</span>
+<pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-fuse crunch-run arvados-docker-cleaner</span>
 </code></pre>
 </notextile>