English [en]

For thirty years, the Free Software Foundation has been seen as a guiding light for the free software movement, fighting for user freedom.

Help keep our light burning brightly by donating to push us towards our goal of raising $450,000 by January 31st.

$450k
314k so far

← back to GNU Datamash main page

GNU datamash - Downloads

GNU datamash is runs on a wide variety of UNIX platforms, Windows, and MacOS.

Build from Source

Datamash source code is available at: http://ftp.gnu.org/gnu/datamash/. Use the following commands to build datamash:

wget http://ftp.gnu.org/gnu/datamash/datamash-1.0.6.tar.gz
tar -xzf datamash-1.0.6.tar.gz
cd datamash-1.0.6
./configure
make
make check
sudo make install

GNU/Linux Systems

GNU Datamash can be built on all GNU/Linux systems. Pre-built packages are available for the following systems:

deb/apt such as gNewSense, Trisquel, Debian, Ubuntu (for amd64/x86_64 cpus): datamash_1.0.6-1_amd64.deb
To install, use the following commands:

wget http://files.housegordon.org/datamash/bin/datamash_1.0.6-1_amd64.deb
sudo dpkg -i datamash_1.0.6-1_amd64.deb

rpm/yum such as RedHat, CentOS, Fedora (for amd64/x86_64 cpus): datamash-1.0.6-1.el6.x86_64.rpm
To install, use the following commands:

wget http://files.housegordon.org/datamash/bin/datamash-1.0.6-1.el6.x86_64.rpm
sudo rpm -i datamash-1.0.6-1.el6.x86_64.rpm

With LinuxBrew systems, use:

brew install datamash

GNU Hurd

GNU Datamash is available as pre-build package for Debian GNU/Hurd: datamash_1.0.6-1_hurd-i386.deb.
To install, use the following commands:
wget http://files.housegordon.org/datamash/bin/datamash_1.0.6-1_hurd-i386.deb
sudo dpkg -i datamash_1.0.6-1_hurd-i386.deb

For other GNU Hurd-based systems, see building from source for instructions.

BSD systems

GNU Datamash is available as a BSD Ports package. To install, run the following commands (as root):

cd /usr/ports/textproc
wget http://files.housegordon.org/datamash/src/BSD_ports_datamash.tar.gz
tar -xzf BSD_ports_datamash.tar.gz
cd datamash
make install

OS X

On OS X systems, use the HomeBrew package manager:

brew install datamash

Windows

A prebuilt binaries for windows are available for download: datamash-1.0.6-windows.zip.
The archive contains binaries for 32bit, 64bit and Cygwin environments.

Galaxy

Galaxy is a web-based platform for data intensive biomedical research.
Datamash is available as a pre-packaged tool at the Galaxy Toolshed: http://toolshed.g2.bx.psu.edu/view/agordon/datamash_wrapper

While Galaxy is Free-Software, the Galaxy website uses several problematic terms such as "open" and "The Cloud". Such terms should be avoided to prevent confusion. To learn more please visit https://www.gnu.org/philosophy/words-to-avoid.html.

 [FSF logo] “Our mission is to preserve, protect and promote the freedom to use, study, copy, modify, and redistribute computer software, and to defend the rights of Free Software users.”

The Free Software Foundation is the principal organizational sponsor of the GNU Operating System. Support GNU and the FSF by buying manuals and gear, joining the FSF as an associate member, or making a donation, either directly to the FSF or via Flattr.

back to top