Skip to main content

Installation

Linux

RPM package

Download the latest .rpm from the latest release page, then install it.

Debian package

Download the latest .deb from the latest release page, then install it.

Binary download

curl -LO https://github.com/nationallibraryofnorway/warchaeology/releases/latest/download/warchaeology_Linux_x86_64.tar.gz
tar zxvf warchaeology_Linux_x86_64.tar.gz
sudo install warc /usr/local/bin/warc

For a local installation for the current user:

install warc "$HOME/.local/bin"

Command completion

When using .deb or .rpm packages, command completion is configured automatically. For other installation methods, generate completion scripts with:

warc completion

macOS

curl -LO https://github.com/nationallibraryofnorway/warchaeology/releases/latest/download/warchaeology_Darwin_x86_64.tar.gz
tar zxvf warchaeology_Darwin_x86_64.tar.gz
sudo install warc /usr/local/bin/warc