Skip to content

Instantly share code, notes, and snippets.

@h2rd
Forked from bzz/install-parallel-centos-6.sh
Created June 12, 2017 16:19
Show Gist options
  • Select an option

  • Save h2rd/533904cc304a42b3d284d2ff1cc6fde8 to your computer and use it in GitHub Desktop.

Select an option

Save h2rd/533904cc304a42b3d284d2ff1cc6fde8 to your computer and use it in GitHub Desktop.
Install GNU Parallel on CentOS 6
#!/bin/bash
# Install parallel on CentOS 6.
# Assumes you are root. Prefix w/ sudo if not.
cd /etc/yum.repos.d/
#wget http://download.opensuse.org/repositories/home:tange/CentOS_CentOS-5/home:tange.repo
wget http://download.opensuse.org/repositories/home:/tange/CentOS_CentOS-6/home:tange.repo
yum install parallel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment