--- layout: default navsection: installguide title: Set up a compute node ... h2. Install dependencies First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos. {% include 'note_python_sc' %} On Red Hat-based systems:
~$ echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf
~$ sudo yum install python-arvados-fuse crunch-run arvados-docker-cleaner
On Debian-based systems:
~$ sudo apt-get install python-arvados-python-client crunch-run arvados-docker-cleaner
{% include 'install_compute_docker' %} {% include 'install_compute_fuse' %} {% include 'install_docker_cleaner' %}