I looked today (2011-01-25) and didn't find any ppa or other apt repository. I did find https://launchpad.net/parallel but it only links to external resources.
It seems like it isn't packaged in Ubuntu & Debian, maybe you can request it be packaged.
There are also some other tools with similar features (parallel remote execution of commands on multiple systems) in the repositories that you might want to check out. (Maybe somebody else can recommend some of these.)
In 13.04, you can install with
apt-get
:The second line is necessary because GNU parallel is installed in
--tollef
mode (if anyone can provide a rationale for this, I'd like to know).In 14.04, the config file is apparently no longer included, since the
--tollef
option was removed from the GNU parallel source entirely: http://lists.gnu.org/archive/html/parallel/2013-02/msg00018.htmlhttps://build.opensuse.org/package/binaries?package=parallel&project=home%3Atange&repository=xUbuntu_10.10
This should work well with 10.10. If not, you could also try the Debian 5.0 Package from here.
Edit:
Just to clarify: Even though this link is to the OpenSUSE build service, it is an Ubuntu package.
Packages for more recent Ubuntu versions are also available.
As of today (11th March 2015) I recommend reading:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=597050
Basically
moreutils
andgnu parallel
can't get along.You can do
but you will lose
moreutils
- even if you don't usemoreutils
parallel
, you would lose for exampleifne
as well.You could build from scratch as in the other answer.
I did
And then used
gnu_parallel
in my scriptsI'm on Ubuntu 11.10, and there still isn't a Canonical package of GNU Parallel. It's pretty easy to manually add though.
.
You can use the zeroinstall feed (it should work on any os / distro):
then just run it using the
parallel
command.See http://0install.net for more info about zero install.
I looked today (2011-01-25) and didn't find any ppa or other apt repository. I did find https://launchpad.net/parallel but it only links to external resources.
Also the parallel command in the moreutils package is NOT GNU parallel but http://kitenet.net/~joey/code/moreutils/ which is not as full featured.
It's in macports and many other distributions so it should be included in Ubuntu too.
https://launchpad.net/~ieltonf/+archive/ppa/+packages
Or include this in your source.list:
It's available in *buntu 13.10 and will be 14.04LTS.
It seems like it isn't packaged in Ubuntu & Debian, maybe you can request it be packaged.
There are also some other tools with similar features (parallel remote execution of commands on multiple systems) in the repositories that you might want to check out. (Maybe somebody else can recommend some of these.)
For Ubuntu 12.04 you can download it from http://packages.ubuntu.com/precise-backports/all/parallel/download
and of course install with dpkg -i