-
Notifications
You must be signed in to change notification settings - Fork 86
GetClusterShell
phantez edited this page Mar 11, 2012
·
7 revisions
Two ClusterShell RPM packages are available:
-
clustershell.noarch
owns the tools and library -
vim-clustershell.noarch
is an optional RPM which adds VIM syntax files for ClusterShell configuration files.
ClusterShell is part of Fedora Linux. yum
makes it easy to get it (do not disable the Fedora updates repository):
$ yum install clustershell vim-clustershell
ClusterShell is part of EPEL repository (EL5 and EL6). Enable EPEL repository, then yum
makes it easy to get it:
$ yum install clustershell vim-clustershell
Packages for Debian are also available. Check http://packages.debian.org/clustershell to see which version is available for each Debian release. Currently, packages are available for, at least:
- squeeze-backports (Squeeze-Backports)
- wheezy (Testing)
- sid (Unstable)
Packages for Ubuntu are available on universe repository. Check http://packages.ubuntu.com/clustershell.
If ClusterShell is not packaged for your distribution, you can still install it from source using a tarball or a git archive.
- Download stable version tarball from Github
- Download latest development version tarball from Github (not recommended for production systems)
- Alternate download from pypi.python.org