Installation
Install Andaman
Ultramarine Linux
Ultramarine comes with the Terra Repository, simply install Andaman!
sudo dnf install anda
Fedora Linux
First, install the Terra Repository
sudo dnf install --repofrompath 'terra,https://repos.fyralabs.com/terra$releasever' --setopt='terra.gpgkey=https://repos.fyralabs.com/terra$releasever/key.asc' terra-release
Then, install Andaman
sudo dnf install anda
Elsewhere
Cargo
Andaman is available as a Rust crate:
cargo install anda
Building from Source
Alternatively you can also manually download the sources from GitHub:
As of writing (2024-07-23), 0.2.3 is the latest version. You should replace this with the actual latest release.